Releases: moble/Quaternionic.jl
v2.0.1
Quaternionic v2.0.1
Fixes an issue with some auto-differentiation packages (e.g., ForwardDiff) where NaNs would be computed for the second derivative of the exponential of 0, rather than regular values. Derivatives with those packages should now be accurate to second order, though they may still fail at higher order for this particular value.
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#69) (@dependabot[bot])
v2.0.0
Quaternionic v2.0.0
This is barely a breaking release. Latexify
is no longer required, so some displayed quaternions for some use cases will not look quite as nice any more. However, the functionality is included as an extension, so simply calling using Latexify
will re-enable the nicer display formats.
At the same time, the minimum acceptable version of StaticArrays.jl has increased from 1 to 1.8.1 — which, as of this writing, is 10 months old, so hopefully it won't be very disruptive either. This is to support its integration with ChainRulesCore.jl.
Merged pull requests:
- Remove strong dep on latexify; move to extension (#67) (@moble)
- Remove Pkg, and increase compat of StaticArrays (#68) (@moble)
Closed issues:
v1.5.3
Quaternionic v1.5.3
Merged pull requests:
- CompatHelper: bump compat for Symbolics in [weakdeps] to 6, (keep existing compat) (#61) (@github-actions[bot])
v1.5.2
Quaternionic v1.5.2
Merged pull requests:
- Remove methods that are already in FastDifferentiation (#60) (@elaine-ran)
v1.5.1
Quaternionic v1.5.1
v1.5.0
Quaternionic v1.5.0
Merged pull requests:
v1.4.1
Quaternionic v1.4.1
Merged pull requests:
- Add Aqua.jl for quality assurance testing (#54) (@moble)
- Bump codecov/codecov-action from 3 to 4 (#55) (@dependabot[bot])
- Bump julia-actions/cache from 1 to 2 (#56) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#57) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#58) (@dependabot[bot])
v1.4.0
Quaternionic v1.4.0
Merged pull requests: