Releases: SymbolicML/DynamicQuantities.jl
Releases · SymbolicML/DynamicQuantities.jl
v1.3.0
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
v0.14.3
DynamicQuantities v0.14.3
v0.14.2
v0.14.1
DynamicQuantities v0.14.1
Merged pull requests:
- Fix reflection by using
dimension_names
(#135) (@MilesCranmer) - Performance improvements for Unitful conversion (#141) (@Deduction42)
Closed issues:
- Inconsistency between one(x::Quantity) and zero(x::Quantity) (#138)
v0.14.0
DynamicQuantities v0.14.0
Merged pull requests:
- Linear Algebra extension:
svd
,inv
,*
,/
,\
forQuantityArray
(#75) (@ggebbie) - Test 1.11 (#126) (@MilesCranmer)
- Bump julia-actions/setup-julia from 1 to 2 (#129) (@dependabot[bot])
- feat: export FixedRational (#132) (@MilesCranmer)
- fix tests on 1.11 (#133) (@KristofferC)
- Bump julia-actions/cache from 1 to 2 (#134) (@dependabot[bot])
Closed issues:
v0.13.2
v0.13.1
DynamicQuantities v0.13.1
Merged pull requests:
- Bump peter-evans/create-or-update-comment from 3 to 4 (#112) (@dependabot[bot])
- Bump peter-evans/find-comment from 2 to 3 (#113) (@dependabot[bot])
- Add example of
AngleDimensions
(#121) (@MilesCranmer) - Make default parametric denominator of FixedRational
::Int64
(#123) (@MilesCranmer) - Add
binomial
andfactorial
as potential dimensionless functions (#125) (@TorkelE)
Closed issues:
- Base.isapprox fails for Vector{Quantity} (#111)