Releases: JuliaManifolds/ManifoldDiff.jl
Releases · JuliaManifolds/ManifoldDiff.jl
v0.4.5
ManifoldDiff v0.4.5
Merged pull requests:
- Bump actions/checkout from 4 to 5 (#80) (@dependabot[bot])
- Compat with ManifoldsBase.jl 2.0 and Manifolds.jl 0.11 (#81) (@mateuszbaran)
v0.4.4
ManifoldDiff v0.4.4
Merged pull requests:
- CompatHelper: bump compat for DifferentiationInterface to 0.7 for package docs, (keep existing compat) (#76) (@github-actions[bot])
- Split
preto a new workflow and add ForwardDiff.jl v1 compat (#78) (@mateuszbaran)
Closed issues:
- Re-enable CompatHelper (#58)
v0.4.3
ManifoldDiff v0.4.3
Merged pull requests:
- Update compatibility bounds (#74) (@mateuszbaran)
Closed issues:
- Errors in the Basic Usage Example (#56)
v0.4.2
ManifoldDiff v0.4.2
Changed
- Increased ManifoldsBase.jl compatibility to include 1.0
Merged pull requests:
- Bump ManifoldsBase to 1.0 (#55) (@kellertuer)
v0.4.1
ManifoldDiff v0.4.1
Added
- Basic usage example in docs.
Merged pull requests:
- Basic usage example (#54) (@mateuszbaran)
Closed issues:
- default diff backends missing argument (#26)
v0.4.0
ManifoldDiff v0.4.0
Changed
- Switch from manual backend creation to ADTypes.jl + DifferentiationInterface.jl
- Julia compat lower bound bumped from 1.6 to 1.10 (the new LTS)
Merged pull requests:
- Bump codecov/codecov-action from 4 to 5 (#48) (@dependabot[bot])
- Adapt to Julia 1.11 (#50) (@gdalle)
- Replace AD package extensions with DifferentiationInterface (#51) (@gdalle)
Closed issues:
- Using DifferentiationInterface for AD (#49)
v0.3.13
ManifoldDiff v0.3.13
Added
jacobian_exp_argumentand its mutating variant,jacobian_exp_argument!.jacobian_exp_basepointand its mutating variant,jacobian_exp_basepoint!.jacobian_log_argumentand its mutating variant,jacobian_log_argument!.jacobian_log_basepointand its mutating variant,jacobian_log_basepoint!.
Merged pull requests:
- Jacobians (#47) (@mateuszbaran)
v0.3.12
ManifoldDiff v0.3.12
Added
- an individual logo that still resembles the
Manifolds.jlfamily but also features a ∂.
Merged pull requests:
- Proposal / Discussion Logo (#44) (@kellertuer)
v0.3.11
ManifoldDiff v0.3.11
Merged pull requests:
- Bump codecov/codecov-action from 3 to 4 (#40) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#41) (@dependabot[bot])
- Bump tarides/changelog-check-action from 2 to 3 (#43) (@dependabot[bot])
- Bump Manifolds.jl to 0.10 (#45) (@mateuszbaran)
Closed issues:
- What is
Xsupposed to be inriemannian_Hessian? (#42)