Releases: mechanomy/UnitTypes.jl
Releases · mechanomy/UnitTypes.jl
v2.0.3
v2.0.2
UnitTypes v2.0.2
v2.0.1
v2.0.0
UnitTypes v2.0.0
- Function overloads on UnitTypes are now specifically typed, as the subtyping approach of v1.0.0 lead to #19. Performance is now on-par with Unitful and very close to Number.
- Defined types are now documented in the UnitTypes.allUnitTypes dictionary, with keys being the UnitTypes.
UnitTypes.allUnitTypes[Meter] - Affine definitions can now be made by explicit conversion functions in @makeMeasure:
@makeMeasure Meter = Inch "in" 0.0254,@makeMeasure Kelvin = Fahrenheit "F" f->(f+459.67)*5/9 k->k*9/5-459.67This is a breaking change. - Broadcasting and _colon overloads removed due to v1+'s opaque interface specification.
Closed issues:
- Pascal = N/m2! (#18)
v1.0.2
v1.0.1
UnitTypes v1.0.1
Breaking changes
- macros renamed
- Measure module removed, all is now contained within UnitTypes
Closed issues: