All notable changes to this Julia package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Basic usage example in docs.
- Switch from manual backend creation to ADTypes.jl + DifferentiationInterface.jl
- Julia compat lower bound bumped from 1.6 to 1.10 (the new LTS)
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!
.
- an individual logo that still resembles the
Manifolds.jl
family but also features a ∂.
- Support for
Manifolds.jl
0.10.
- Compatibility with
RecursiveArrayTools
v3. - CI testing on Julia 1.10-RC.
- proximal map of the distance function,
prox_distance
, and its mutating variant,prox_distance!
- this changelog
- A GitHub Action to check that the Changelog is updated on every PR.