v0.15.9
ManifoldsBase v0.15.9
Added
- Tests now also use
Aqua.jl
to spot problems in the code such as ambiguities. - introduce a
check_inverse_retraction
function to numerically check whether an inverse retraction method is a (correct) inverse retraction. - introduce a
check_retraction
function to numerically check whether a retraction method is a (correct) retraction. - introduce a
check_vector_transport
function to numerically check whether a vector transport is a (correct) vector transport.
Changed
- introduced a
ManifoldsBaseTestUtils
module to encapsulate common types and function definitions in different parts of the tests.
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#185) (@dependabot[bot])
- Introduce Aqua.jl-based checks (#186) (@mateuszbaran)
- Add a numerical checks for retractions and their inverses (#187) (@kellertuer)