-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manifolds.jl v0.10 #732
Manifolds.jl v0.10 #732
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1301240 - Browse repository at this point
Copy the full SHA 1301240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e0b6c - Browse repository at this point
Copy the full SHA 63e0b6cView commit details -
fixing the SpecialEuclidean case (mostly)
what remains to be fixed is if it is wrapped in a `MetricManifold`, or a `ConnectionManifold`, for instance. In that case, the wrong `translate_diff` methods are called.
Configuration menu - View commit details
-
Copy full SHA for eb7f283 - Browse repository at this point
Copy the full SHA eb7f283View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcf79ee - Browse repository at this point
Copy the full SHA dcf79eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5748d2 - Browse repository at this point
Copy the full SHA b5748d2View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6f57baf - Browse repository at this point
Copy the full SHA 6f57bafView commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2a826d - Browse repository at this point
Copy the full SHA b2a826dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb30114 - Browse repository at this point
Copy the full SHA cb30114View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e42dc91 - Browse repository at this point
Copy the full SHA e42dc91View commit details -
translate_diff is always defined from adjoint_action
A vanilla group has no adjoint_action defined
Configuration menu - View commit details
-
Copy full SHA for fe2c5df - Browse repository at this point
Copy the full SHA fe2c5dfView commit details -
semidirect products: remove specific translate_diff implementations
`translate_diff` is now always computed from adjoint_action instead
Configuration menu - View commit details
-
Copy full SHA for f1372a6 - Browse repository at this point
Copy the full SHA f1372a6View commit details -
special_euclidean: implement adjoint action
adjoint action was previously not available since not all translate_diff methods were implemented
Configuration menu - View commit details
-
Copy full SHA for 588bf2c - Browse repository at this point
Copy the full SHA 588bf2cView commit details -
fix trivial adjoint action for commutative groups
implement for LeftAction direction, the other direction is automatic
Configuration menu - View commit details
-
Copy full SHA for 28070e1 - Browse repository at this point
Copy the full SHA 28070e1View commit details -
left invariant storage for special_euclidean
this ensures that all group methods are now defined
Configuration menu - View commit details
-
Copy full SHA for 7762b9b - Browse repository at this point
Copy the full SHA 7762b9bView commit details -
Generic implementation of exp and log for all groups
This is the `exp` and `log` associated to any of the Cartan–Schouten connections. It uses the left-invariant storage of tangent vectors and the specific exp_lie/log_lie implementations.
Configuration menu - View commit details
-
Copy full SHA for a53834e - Browse repository at this point
Copy the full SHA a53834eView commit details -
special_euclidean: Remove specific log/exp implementations
These implementations are the one from *group product*, so they are not invariant with respect to the semidirect product. One could put them back in the product_group layer instead. The proper way to invoke them is then `exp(base_manifold(G), ...)` instead of `exp(G, ...)`. Until this is fixed, `exp` now uses more allocations, even when calling it with `base_manifold`.
Configuration menu - View commit details
-
Copy full SHA for 533e5f0 - Browse repository at this point
Copy the full SHA 533e5f0View commit details -
special_euclidean: Remove some failing tests
The failing tests come from using matrices instead of `ArrayPartition`. Using the `ArrayPartition` type (the one returned by `identity_element`) works normally.
Configuration menu - View commit details
-
Copy full SHA for 72bedb4 - Browse repository at this point
Copy the full SHA 72bedb4View commit details -
special_linear: tighter test points
The invariant log fails when points are too far apart.
Configuration menu - View commit details
-
Copy full SHA for a161c7c - Browse repository at this point
Copy the full SHA a161c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e560ee - Browse repository at this point
Copy the full SHA 5e560eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac062a - Browse repository at this point
Copy the full SHA 5ac062aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e1afd8 - Browse repository at this point
Copy the full SHA 4e1afd8View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a6933f - Browse repository at this point
Copy the full SHA 2a6933fView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1afec9 - Browse repository at this point
Copy the full SHA f1afec9View commit details -
more adjoint action methods for CircleGroup
Configuration menu - View commit details
-
Copy full SHA for ba2900f - Browse repository at this point
Copy the full SHA ba2900fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee8b33b - Browse repository at this point
Copy the full SHA ee8b33bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df7f69a - Browse repository at this point
Copy the full SHA df7f69aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 189424b - Browse repository at this point
Copy the full SHA 189424bView commit details -
- at Identity - remove some unused adjoint_action! implementations
Configuration menu - View commit details
-
Copy full SHA for 402c49b - Browse repository at this point
Copy the full SHA 402c49bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c2c619 - Browse repository at this point
Copy the full SHA 5c2c619View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0e8df9 - Browse repository at this point
Copy the full SHA b0e8df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b90174 - Browse repository at this point
Copy the full SHA 0b90174View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74ef0d5 - Browse repository at this point
Copy the full SHA 74ef0d5View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52bd4cb - Browse repository at this point
Copy the full SHA 52bd4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa4cac7 - Browse repository at this point
Copy the full SHA fa4cac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 373a378 - Browse repository at this point
Copy the full SHA 373a378View commit details -
Configuration menu - View commit details
-
Copy full SHA for b020239 - Browse repository at this point
Copy the full SHA b020239View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb5131 - Browse repository at this point
Copy the full SHA 2bb5131View commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38c47f4 - Browse repository at this point
Copy the full SHA 38c47f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b58fbe7 - Browse repository at this point
Copy the full SHA b58fbe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66c91cc - Browse repository at this point
Copy the full SHA 66c91ccView commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6de2b92 - Browse repository at this point
Copy the full SHA 6de2b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for cba0875 - Browse repository at this point
Copy the full SHA cba0875View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3c6ede - Browse repository at this point
Copy the full SHA d3c6edeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 312e7cb - Browse repository at this point
Copy the full SHA 312e7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a394d2a - Browse repository at this point
Copy the full SHA a394d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9098f9f - Browse repository at this point
Copy the full SHA 9098f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57dd227 - Browse repository at this point
Copy the full SHA 57dd227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62dae9a - Browse repository at this point
Copy the full SHA 62dae9aView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 652a980 - Browse repository at this point
Copy the full SHA 652a980View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902601c - Browse repository at this point
Copy the full SHA 902601cView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ae26cd - Browse repository at this point
Copy the full SHA 2ae26cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d86c8 - Browse repository at this point
Copy the full SHA d8d86c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fe31c - Browse repository at this point
Copy the full SHA 09fe31cView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3685b59 - Browse repository at this point
Copy the full SHA 3685b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0d521a - Browse repository at this point
Copy the full SHA b0d521aView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 990456c - Browse repository at this point
Copy the full SHA 990456cView commit details -
Co-authored-by: Ronny Bergmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0742cc - Browse repository at this point
Copy the full SHA b0742ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3715e6c - Browse repository at this point
Copy the full SHA 3715e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e78ab00 - Browse repository at this point
Copy the full SHA e78ab00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 013e83c - Browse repository at this point
Copy the full SHA 013e83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a0a988 - Browse repository at this point
Copy the full SHA 8a0a988View commit details -
restrict the default left-invariant log and exp on groups to semidire…
…ct products for now
Configuration menu - View commit details
-
Copy full SHA for 89ec7e6 - Browse repository at this point
Copy the full SHA 89ec7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for da2f916 - Browse repository at this point
Copy the full SHA da2f916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92160fb - Browse repository at this point
Copy the full SHA 92160fbView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f21e4c - Browse repository at this point
Copy the full SHA 3f21e4cView commit details
Commits on Aug 10, 2024
-
start the group tutorial, remove two
exp
andlog
methods that sho……uldn't be there
Configuration menu - View commit details
-
Copy full SHA for dc764f6 - Browse repository at this point
Copy the full SHA dc764f6View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8a7b50 - Browse repository at this point
Copy the full SHA c8a7b50View commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60f1f74 - Browse repository at this point
Copy the full SHA 60f1f74View commit details -
Co-authored-by: Ronny Bergmann <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efe48dd - Browse repository at this point
Copy the full SHA efe48ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abde05 - Browse repository at this point
Copy the full SHA 1abde05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a70f9d - Browse repository at this point
Copy the full SHA 0a70f9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for de37391 - Browse repository at this point
Copy the full SHA de37391View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43fc7cb - Browse repository at this point
Copy the full SHA 43fc7cbView commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8a4797c - Browse repository at this point
Copy the full SHA 8a4797cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3481221 - Browse repository at this point
Copy the full SHA 3481221View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5940ed3 - Browse repository at this point
Copy the full SHA 5940ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdcfacc - Browse repository at this point
Copy the full SHA fdcfaccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31ee8f1 - Browse repository at this point
Copy the full SHA 31ee8f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9979e1 - Browse repository at this point
Copy the full SHA d9979e1View commit details -
Merge branch 'mbaran/lightfolds' of github.com:JuliaManifolds/Manifol…
…ds.jl into mbaran/lightfolds
Configuration menu - View commit details
-
Copy full SHA for 8c67318 - Browse repository at this point
Copy the full SHA 8c67318View commit details -
Configuration menu - View commit details
-
Copy full SHA for b71d4d4 - Browse repository at this point
Copy the full SHA b71d4d4View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2df4a0 - Browse repository at this point
Copy the full SHA b2df4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b52cb25 - Browse repository at this point
Copy the full SHA b52cb25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4424446 - Browse repository at this point
Copy the full SHA 4424446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9933101 - Browse repository at this point
Copy the full SHA 9933101View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee23a96 - Browse repository at this point
Copy the full SHA ee23a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for b237407 - Browse repository at this point
Copy the full SHA b237407View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4794c69 - Browse repository at this point
Copy the full SHA 4794c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5d162 - Browse repository at this point
Copy the full SHA 0c5d162View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57d0f3 - Browse repository at this point
Copy the full SHA e57d0f3View commit details