Nina Miolane
Nina Miolane
### Describe the bug ``` from geomstats.geometry.discrete_curves import R2, DiscreteCurves, SRVShapeBundle INFO: Using numpy backend dc = DiscreteCurves(k_sampling_points=10, ambient_manifold=R2) curve1 = dc.random_point() curve2 = dc.random_point() bundle = SRVShapeBundle(k_sampling_points=10, ambient_manifold=R2) bundle.align(curve1,...
### Where should the content be modified? _No response_ ### What should be modified? In the metric classes. ### Additional information _No response_
### Where should the content be modified? _No response_ ### What should be modified? After discussion with @lpereira95 The attributes and methods of a class should be cleaned, e.g.: Move...
### Where should the content be modified? geomstats/geometry/base.py Manifold class ### What should be modified? The method regularize currently is the identity function in the Manifold class. It should be...
### Where should the content be modified? _No response_ ### What should be modified? Following discussions with @ymontmarin , @alebrigant , @sophiaas : We currently have two designs in Geomstats...
### Where should the content be modified? https://github.com/geomstats/geomstats/blob/57ca67282c0ae1104529226f4e0441db824414ff/geomstats/_backend/pytorch/autodiff.py ### What should be modified? the function `jacobian_and_hessian`. Currently, this function computes the jacobian and the hessian of a function without re-using...
This is WIP fixing #2606. Changes proposed in this PR: - import the module `geomstats` to perform computations on manifolds, like the space of frame displacements in 3D which is...
# What? Create a [pyt-team](https://pyt-team.github.io/home/) website that serves as a single entry point that points towards the three documentation websites. # Why? Users might want to circulate from one doc...
# What? This is the list of essentials that need to be checked before submitting the software paper. - [x] Tests are passing on all repositories. - [x] Code coverage...