Releases: SymbolicML/DynamicQuantities.jl
Releases · SymbolicML/DynamicQuantities.jl
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:
v1.2.0
DynamicQuantities v1.2.0
Merged pull requests:
- Add mu, m, k prefixes for Newtons (#153) (@archermarx)
- Deprecate Julia 1.9 (#155) (@MilesCranmer)
- deps: remove Tricks.jl (#156) (@MilesCranmer)
v1.1.0
DynamicQuantities v1.1.0
Merged pull requests:
- adds Gauss as unit for magnetic flux densities (#152) (@bodokaiser)
Closed issues:
v1.0.0
What's Changed
This is the same as 0.14.3 and does not require any changes to code. This release simply bumps the version to 1.0.0 to indicate stability of the library.
Full Changelog: v0.14.3...v1.0.0