Releases: JuliaPhysics/DynamicQuantities.jl
Releases · JuliaPhysics/DynamicQuantities.jl
v1.10.0
DynamicQuantities v1.10.0
Merged pull requests:
- Create alias
FRInt32
forFixedRational{Int32, 25200}
(#191) (@MilesCranmer)
v1.9.0
DynamicQuantities v1.9.0
v1.8.1
DynamicQuantities v1.8.1
Merged pull requests:
- Update docs and add doctests (#175) (@abhro)
- ci: switch to codecov (#179) (@MilesCranmer)
- Update links to JuliaPhysics (#180) (@icweaver)
- ci: trigger codecov output (#182) (@MilesCranmer)
- Update coverage badge (#184) (@icweaver)
- build(deps): bump actions/checkout from 4 to 5 (#185) (@dependabot[bot])
- prevent adding new methods to functions
>
,>=
,isgreater
(#189) (@nsajko)
Closed issues:
v1.8.0
DynamicQuantities v1.8.0
Merged pull requests:
- Add
ustrip(unit, quantity)
(#171) (@MilesCranmer) - fix: affine unit promotion in ustrip (#172) (@MilesCranmer)
- Improve test coverage of arrays (#173) (@MilesCranmer)
- feat: add micro pascal (#174) (@MilesCranmer)
Closed issues:
- Feature suggestion: two-argument ustrip(units, quantity) (#170)
v1.7.0
What's Changed
- Simple affine units implementation by @MilesCranmer @Deduction42 in #168
- This is a very barebones implementation meant to just allow for basic conversion from degrees Celsius and Fahrenheit into SI units
- You can use it like:
room_temp = 22ua"degC"
to get a quantity representing 22 degrees Celsius, but converted to Kelvin. - Note that this is experimental and may change in the future, until the warning message is removed from the docstring.
Full Changelog: v1.6.0...v1.7.0
v1.6.0
DynamicQuantities v1.6.0
Merged pull requests:
- Add precompilation with PrecompileTools (#167) (@MilesCranmer)
v1.5.1
DynamicQuantities v1.5.1
Merged pull requests:
- fix: unqualified imports on 1.12 (#163) (@MilesCranmer)
v1.5.0
v1.4.0
DynamicQuantities v1.4.0
Merged pull requests:
- fix: applying units to range (#158) (@MilesCranmer)
Closed issues:
- Can't apply units to a range (#157)
v1.3.0
DynamicQuantities v1.3.0
Merged pull requests: