Releases: JuliaManifolds/ManifoldDiff.jl
Releases · JuliaManifolds/ManifoldDiff.jl
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_argument
and its mutating variant,jacobian_exp_argument!
.jacobian_exp_basepoint
and its mutating variant,jacobian_exp_basepoint!
.jacobian_log_argument
and its mutating variant,jacobian_log_argument!
.jacobian_log_basepoint
and 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.jl
family 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
X
supposed to be inriemannian_Hessian
? (#42)
v0.3.10
v0.3.9
v0.3.8
ManifoldDiff v0.3.8
Merged pull requests:
- Update for Manifolds.jl 0.9 (#36) (@mateuszbaran)
Closed issues:
- Update Documenter.jl to 1.0 (#34)
v0.3.7
ManifoldDiff v0.3.7
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#31) (@dependabot[bot])
- Some more consistency changes to subgrad_distance (#32) (@hajg-ijk)
- Update for ManifoldsBase 0.15 (#33) (@mateuszbaran)
- Set version to 0.3.7 (#35) (@mateuszbaran)
v0.3.6
ManifoldDiff v0.3.6
Closed issues:
- An Interface and first steps towards a Riemannian Gradient and a Riemannian Hessian (#27)
Merged pull requests:
- Some consistency changes to subgrad_distance (#25) (@hajg-ijk)
- Introduce the Riemannian Hessian (#30) (@kellertuer)