-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adapt new function names and naming scheme. * Already remove two fallbacks on hat, that cause ambiguities on Groups. * mostly convert to retraction_fused * Adapt to removal of the _along methods. * more retraction fixes * fix ODE retraction * nicer compat. * rename exp_t -> exp_fused * Fix most fused cases. * fix a test. * Fix two tests in SE(n) for hat/hat! where we checked they would not work but now they actually do work * Fix sasaki. * Fix connection. * Don't export the fused variants. * Fix two further tests. * Add deprecation bindings, test and document them. * Fix a typo. * Fix compat entries in docs and tutorials. * bump ambiguities. * this method is not needed * Towards code cov. * add a few tests towards code coverage. * Add references. * Remove old code, that is no longer necessary, since we are on 1.10 at least & code cov. --------- Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
- Loading branch information
1 parent
0c2a7b7
commit 6d0b94b
Showing
90 changed files
with
1,164 additions
and
805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
6d0b94b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
Changed
exp
intoexp
(without optional argumentt
) andexp_fused
(with argumentt
) and similarlyretract
toretract
andretract_fused
.TVector
toTangentVector
s in type names.The following names are adapted
HyperboloidTVector
(now deprecated) toHyperboloidTangentVector
OrthogonalTVector
(now deprecated) toOrthogonalTangentVector
PoincareBallTVector
(now deprecated) toPoincareBallTangentVector
PoincareHalfSpaceTVector
(now deprecated) toPoincareHalfSpaceTangentVector
ProjectorTVector
(now deprecated) toProjectorTangentVector
StiefelTVector
(now deprecated) toStiefelTangentVector
TuckerTVector
(now deprecated) toTuckerTangentVector
UMVTVector
(now deprecated) toUMVTangentVector
array_value
is now calledinternal_value
, compare to its renaming inManifoldsBase
6d0b94b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/124684
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: