Published June 28, 2023
| Version 2.6.0
Software
Open
geomstats/geomstats: Geomstats v2.6.0
Authors/Creators
- Nina Miolane
- Saiteja Utpala
- Nicolas Guigui
- Luís F. Pereira1
- Alice Le Brigant
- Hzaatiti2
- Yann Cabanes
- Johan Mathe3
- Niklas Koep4
- elodiemaignant
- ythanwerdas
- xpennec
- tgeral68
- Christian5
- Tra My Nguyen
- Olivier Peltre
- pchauchat
- Jules-Deschamps
- John Harvey6
- mortenapedersen
- Maya95assal
- Quentin Barthélemy
- Abdellaoui-Souhail
- Adele Myers
- Felix Ambellan
- Florent-Michel
- Shubham Talbar
- Stefan Heyder7
- Yann de Mont-Marin8
- Marius
- 1. Inria
- 2. IRT-SystemX
- 3. @atmoai @geomstats
- 4. Delivery Hero
- 5. Redwood Center for Theoretical Neuroscience
- 6. Cardiff University
- 7. TU Ilmenau
- 8. @willowsierra
Description
What's Changed
- fixing the typo in docs by @soma2000-lang in https://github.com/geomstats/geomstats/pull/1510
- compute log euclidean in closed form by @SaitejaUtpala in https://github.com/geomstats/geomstats/pull/1516
- Add trapz to backends by @luisfpereira in https://github.com/geomstats/geomstats/pull/1522
- Fix torch import in tests_backends by @luisfpereira in https://github.com/geomstats/geomstats/pull/1521
- Enhance notebook on cell shapes by analyzing with general elastic metric by @ninamiolane in https://github.com/geomstats/geomstats/pull/1526
- vectorization of connection.exp, addition of n_steps as argument in geodesic by @Jules-Deschamps in https://github.com/geomstats/geomstats/pull/1529
- Simple new pullbackdiffeo by @ymontmarin in https://github.com/geomstats/geomstats/pull/1514
- updates to riemannian metric by @Jules-Deschamps in https://github.com/geomstats/geomstats/pull/1535
- Add take to the backend by @luisfpereira in https://github.com/geomstats/geomstats/pull/1532
- Vectorize RiemannianMetric closest_neighbor_index by @luisfpereira in https://github.com/geomstats/geomstats/pull/1530
- SRV changes by @shubhamtalbar96 in https://github.com/geomstats/geomstats/pull/1525
- Use assertTrue and add assertAllEqual by @luisfpereira in https://github.com/geomstats/geomstats/pull/1539
- Simplify WrappedGaussianProcess by @luisfpereira in https://github.com/geomstats/geomstats/pull/1538
- Add pad to backend by @luisfpereira in https://github.com/geomstats/geomstats/pull/1541
- Graph space stratified by @annacalissano in https://github.com/geomstats/geomstats/pull/1488
- Initial docs reorganization by @luisfpereira in https://github.com/geomstats/geomstats/pull/1518
- gamma distributions by @Jules-Deschamps in https://github.com/geomstats/geomstats/pull/1523
- matrices.py: add 'full_matrices=False' to svd call by @ambellan in https://github.com/geomstats/geomstats/pull/1546
- Correct documentation rendering by @qbarthelemy in https://github.com/geomstats/geomstats/pull/1544
- Remove fixme and todo workflows by @luisfpereira in https://github.com/geomstats/geomstats/pull/1548
- Fix and simplify pytorch backend: array, einsum, from_numpy by @luisfpereira in https://github.com/geomstats/geomstats/pull/1550
- Correct documentation rendering, 2nd part by @qbarthelemy in https://github.com/geomstats/geomstats/pull/1549
- Incremetal Frechet Mean estimator for Non Positively Curved Maifolds by @SaitejaUtpala in https://github.com/geomstats/geomstats/pull/1533
- Function spaces implementation : starting with infinite dimensional spheres by @kiranvad in https://github.com/geomstats/geomstats/pull/1257
- Update Doc Website Index + Add Roadmap and Governance Pages by @ninamiolane in https://github.com/geomstats/geomstats/pull/1553
- Small edits to doc website by @ninamiolane in https://github.com/geomstats/geomstats/pull/1554
- Add Figure From Adele Myers' notebook to the main page by @ninamiolane in https://github.com/geomstats/geomstats/pull/1555
- Enhance governance's page by @ninamiolane in https://github.com/geomstats/geomstats/pull/1556
- Fix empty list array creation for torch by @luisfpereira in https://github.com/geomstats/geomstats/pull/1558
- Fix shape of HypersphereMetric and KendallShapeMetric by @ambellan in https://github.com/geomstats/geomstats/pull/1560
- Fix lint issues due to #1560 by @luisfpereira in https://github.com/geomstats/geomstats/pull/1562
- Add clean way of getting backend name by @luisfpereira in https://github.com/geomstats/geomstats/pull/1561
- WaldSpace without Geometry by @JonasLueg in https://github.com/geomstats/geomstats/pull/1455
- Fix functions to work with tensorflow by @luisfpereira in https://github.com/geomstats/geomstats/pull/1563
- Update backend name for more meaningful error messages by @luisfpereira in https://github.com/geomstats/geomstats/pull/1564
- Update roadmap by @ninamiolane in https://github.com/geomstats/geomstats/pull/1566
- Add hackathon page to website by @ninamiolane in https://github.com/geomstats/geomstats/pull/1567
- Improve dependency handling and CI installations by @luisfpereira in https://github.com/geomstats/geomstats/pull/1572
- Clean backend (only a bit) by @luisfpereira in https://github.com/geomstats/geomstats/pull/1570
- Add utils to download remote datasets by @luisfpereira in https://github.com/geomstats/geomstats/pull/1573
- Fix typo in notebooks tests by @luisfpereira in https://github.com/geomstats/geomstats/pull/1577
- Add tests for geodesic regression on Euclidean space (sanity check) and DiscreteCurves by @ninamiolane in https://github.com/geomstats/geomstats/pull/1576
- Fix: Frechet mean of discrete curves by computing in SRV space by @ninamiolane in https://github.com/geomstats/geomstats/pull/1579
- Start fixing inheritance in Product/NFold/Landmarks/Curves Spaces by @ninamiolane in https://github.com/geomstats/geomstats/pull/1581
- Refactor test_examples following test_notebooks strategy by @luisfpereira in https://github.com/geomstats/geomstats/pull/1582
- Real world application: optimization of traffic in Sao Paulo by @Jules-Deschamps in https://github.com/geomstats/geomstats/pull/1569
- Change location of test_examples and test together with notebooks by @luisfpereira in https://github.com/geomstats/geomstats/pull/1583
- Introductory Notebook for the Connection/RiemannianMetric Classes by @adelemyers99 in https://github.com/geomstats/geomstats/pull/1551
- Final Draft of Instructional Notebook for the Connection and RiemannianMetric Classes by @adelemyers99 in https://github.com/geomstats/geomstats/pull/1585
- Continue Refactoring of Landmarks inheriting from NFoldManifold and associated metrics and tests by @ninamiolane in https://github.com/geomstats/geomstats/pull/1590
- Start Refactoring of Discrete Curves by @ninamiolane in https://github.com/geomstats/geomstats/pull/1591
- unskip tests by @SaitejaUtpala in https://github.com/geomstats/geomstats/pull/1595
- Update hackathons.rst by @ninamiolane in https://github.com/geomstats/geomstats/pull/1594
- Simplify computations of the FrechetMean for the ElasticMetric by @ninamiolane in https://github.com/geomstats/geomstats/pull/1592
- Refactor Closed Curves by @ninamiolane in https://github.com/geomstats/geomstats/pull/1596
- Geometric median by @shubhamtalbar96 in https://github.com/geomstats/geomstats/pull/1565
- Use
pfor the rank of Grassmannian manifolds by @p16i in https://github.com/geomstats/geomstats/pull/1586 - Refactor backend and corresponding tests (part 1) by @luisfpereira in https://github.com/geomstats/geomstats/pull/1599
- Improve matching handling in graph space by @luisfpereira in https://github.com/geomstats/geomstats/pull/1584
- Refactor FrechetMean by @luisfpereira in https://github.com/geomstats/geomstats/pull/1601
- Sasaki metric by @ambellan in https://github.com/geomstats/geomstats/pull/1568
- Template for the issue tracker by @nanjekyejoannah in https://github.com/geomstats/geomstats/pull/1603
- TestData inheritance and automatic tests by @luisfpereira in https://github.com/geomstats/geomstats/pull/1517
- Add ability of using kwargs in test functions by @luisfpereira in https://github.com/geomstats/geomstats/pull/1609
- Fix bug in collecting test data by @luisfpereira in https://github.com/geomstats/geomstats/pull/1611
- The contributor guide by @nanjekyejoannah in https://github.com/geomstats/geomstats/pull/1597
- Make
array_from_sparsemore general by @luisfpereira in https://github.com/geomstats/geomstats/pull/1610 - Fix max version of scipy by @luisfpereira in https://github.com/geomstats/geomstats/pull/1619
- Add strategy to vectorize tests during data generation by @luisfpereira in https://github.com/geomstats/geomstats/pull/1613
- FIX: adding inject_radius constraint to enforce minimizing geodesics by @franciscoeacosta in https://github.com/geomstats/geomstats/pull/1621
- Add k_sampling_points as an attribute for spaces of curves by @ninamiolane in https://github.com/geomstats/geomstats/pull/1617
- ADD geodesic for elastic curves + FIX tests inheritance in RiemannianMetric, Connection, & ElasticMetric by @ninamiolane in https://github.com/geomstats/geomstats/pull/1622
- Update information geometry readme by @alebrigant in https://github.com/geomstats/geomstats/pull/1630
- added backend function gs.quantile by @wrongu in https://github.com/geomstats/geomstats/pull/1629
- Create multinomial distributions by @alebrigant in https://github.com/geomstats/geomstats/pull/1633
- Refactor discrete curves using FiberBundle and QuotientMetric by @alebrigant in https://github.com/geomstats/geomstats/pull/1632
- Fix vertical -> horizontal in docstring of discrete curves by @ninamiolane in https://github.com/geomstats/geomstats/pull/1635
- Fix test skipping by @luisfpereira in https://github.com/geomstats/geomstats/pull/1634
- Revert #1621 by @luisfpereira in https://github.com/geomstats/geomstats/pull/1636
- Correct documentation rendering, 3rd part by @qbarthelemy in https://github.com/geomstats/geomstats/pull/1641
- AAC for graph space by @luisfpereira in https://github.com/geomstats/geomstats/pull/1608
- Add ability to globally control default dtype by @luisfpereira in https://github.com/geomstats/geomstats/pull/1615
- Improve code and complete tests for geometric median by @qbarthelemy in https://github.com/geomstats/geomstats/pull/1642
- AAC: save last X by @annacalissano in https://github.com/geomstats/geomstats/pull/1648
- Fix use of "projection" in visualization example by @luisfpereira in https://github.com/geomstats/geomstats/pull/1649
- Update ubuntu version in workflows due to deprecation warning by @luisfpereira in https://github.com/geomstats/geomstats/pull/1650
- Make default_point_type a property by @luisfpereira in https://github.com/geomstats/geomstats/pull/1644
- Simplify super() by @luisfpereira in https://github.com/geomstats/geomstats/pull/1646
- Fix pullback metric for manifolds of dim 1 by @ninamiolane in https://github.com/geomstats/geomstats/pull/1653
- Improve MDM, adding weights and removing n_classes from parameters by @qbarthelemy in https://github.com/geomstats/geomstats/pull/1647
- Fix inheritance of GrassmanianCanonicallMetric, SpecialEuclidean and SpecialOrthogonal by @luisfpereira in https://github.com/geomstats/geomstats/pull/1652
- Remove redundant geomstats.tests by @luisfpereira in https://github.com/geomstats/geomstats/pull/1654
- Remove upper version limit on torch by @luisfpereira in https://github.com/geomstats/geomstats/pull/1661
- Fix expm due to changes in scipy.linalg.expm by @luisfpereira in https://github.com/geomstats/geomstats/pull/1660
- Remove greetings GitHub workflow that often fails by @ninamiolane in https://github.com/geomstats/geomstats/pull/1666
- Fix bug in the autodiff of pullback metric matrix by @ninamiolane in https://github.com/geomstats/geomstats/pull/1664
- Improve jacobian_and_hessian in autograd by @luisfpereira in https://github.com/geomstats/geomstats/pull/1667
- mixins for information geometry by @Jules-Deschamps in https://github.com/geomstats/geomstats/pull/1612
- Skip unit-tests that are failing too often (Stiefel, Gamma, Dirichlet) by @ninamiolane in https://github.com/geomstats/geomstats/pull/1672
- Rename: OpenSet's ambient_space -> embedding_space & SPDMetricXXX -> SPDXXXMetric by @ninamiolane in https://github.com/geomstats/geomstats/pull/1671
- Add curvature tensors - Follow-up from PR #1606 by @ninamiolane in https://github.com/geomstats/geomstats/pull/1668
- Second fundamental form + mean curvature vector of pull back metric by @ninamiolane in https://github.com/geomstats/geomstats/pull/1673
- Remove unnecessary use of metric as property and fix SpecialEuclideanMatrixCanonicalLeftMetric name by @luisfpereira in https://github.com/geomstats/geomstats/pull/1674
- Add hermitian matrices, follow-up from PR 1593 by @ninamiolane in https://github.com/geomstats/geomstats/pull/1675
- Consistency fix in visualization of Sphere/Circle by @ballerin in https://github.com/geomstats/geomstats/pull/1677
- Fix wrong scaling in NormalMetric by @alebrigant in https://github.com/geomstats/geomstats/pull/1676
- Fixes math renderings in notebook tutorials by @jubrau in https://github.com/geomstats/geomstats/pull/1679
- Change docstrings on random_point methods by @johnharveymath in https://github.com/geomstats/geomstats/pull/1688
- Vectorization of metric_matrix by @johnharveymath in https://github.com/geomstats/geomstats/pull/1693
- Remove CDTYPE = gs.get_default_cdtype() from complex manifolds by @YannCabanes in https://github.com/geomstats/geomstats/pull/1698
- ProductManifold and ProductRiemannianMetric by @johnharveymath in https://github.com/geomstats/geomstats/pull/1689
- Improve comments and error for random_tangent_vec by @jubrau in https://github.com/geomstats/geomstats/pull/1713
- Cherry pick changes from #1712 by @luisfpereira in https://github.com/geomstats/geomstats/pull/1719
- Make gs.random.rand consistent across backends for complex fields by @luisfpereira in https://github.com/geomstats/geomstats/pull/1721
- Add sectional curvature of univariate normal distributions + tests by @ninamiolane in https://github.com/geomstats/geomstats/pull/1723
- Add sectional curvature for the multinomials + missing tests by @ninamiolane in https://github.com/geomstats/geomstats/pull/1722
- Add HPD matrices by @YannCabanes in https://github.com/geomstats/geomstats/pull/1682
- Add Siegel by @YannCabanes in https://github.com/geomstats/geomstats/pull/1687
- Add statistical manifold of multivariate diagonal normal distributions by @antoinecollas in https://github.com/geomstats/geomstats/pull/1710
- Fix _pool_outputs_from_function in ProductManifold by @luisfpereira in https://github.com/geomstats/geomstats/pull/1728
- Fix complex manifold inheritance structure by @luisfpereira in https://github.com/geomstats/geomstats/pull/1732
- Update README.rst by @ninamiolane in https://github.com/geomstats/geomstats/pull/1735
- Fix Siegel log and exp errors for zero matrices by @YannCabanes in https://github.com/geomstats/geomstats/pull/1731
- Add conda install guidelines by @nguigs in https://github.com/geomstats/geomstats/pull/1733
- Add siegel sectional curvature by @YannCabanes in https://github.com/geomstats/geomstats/pull/1730
- "Outputs" of ihp hackathon by @luisfpereira in https://github.com/geomstats/geomstats/pull/1716
- Create multivariate normal distributions by @alebrigant in https://github.com/geomstats/geomstats/pull/1729
- Make submersion and tangent_submersion abstract in LevelSet by @luisfpereira in https://github.com/geomstats/geomstats/pull/1681
- Amend errors.check_point_shape by @johnharveymath in https://github.com/geomstats/geomstats/pull/1736
- Update backend random distributions to accept complex type by @luisfpereira in https://github.com/geomstats/geomstats/pull/1741
- Fix point shapes by @luisfpereira in https://github.com/geomstats/geomstats/pull/1739
- Add the positive reals manifold by @YannCabanes in https://github.com/geomstats/geomstats/pull/1701
- Update sr metric and create notebook and tests by @mortenapedersen in https://github.com/geomstats/geomstats/pull/1467
- Fix autograd value_and_grad to avoid duplicate computation of value by @luisfpereira in https://github.com/geomstats/geomstats/pull/1743
- Update gsod.rst with Case Study by @ninamiolane in https://github.com/geomstats/geomstats/pull/1744
- Update gsod.rst: Edits on case study by @ninamiolane in https://github.com/geomstats/geomstats/pull/1745
- Simplify univariate normal metric matrix by @tramy1258 in https://github.com/geomstats/geomstats/pull/1746
- Fix FisherRaoMetric inner product derivative matrix by @luisfpereira in https://github.com/geomstats/geomstats/pull/1747
- Fix learning algorithms to work with last sklearn version by @luisfpereira in https://github.com/geomstats/geomstats/pull/1754
- Add complex poincare disk by @YannCabanes in https://github.com/geomstats/geomstats/pull/1709
- Simplify PositiveRealsMetric by @luisfpereira in https://github.com/geomstats/geomstats/pull/1756
- Two different versions of the scalar product metric. by @johnharveymath in https://github.com/geomstats/geomstats/pull/1740
- Support product manifolds of matrices by @YannCabanes in https://github.com/geomstats/geomstats/pull/1737
- Correct scaling in ScalarProductMetric by @johnharveymath in https://github.com/geomstats/geomstats/pull/1763
- Reserve
scaleparameter to ScalarProductMetric by @johnharveymath in https://github.com/geomstats/geomstats/pull/1761 - Remove code duplication in ProductManifold and ProductManifoldMetric by @luisfpereira in https://github.com/geomstats/geomstats/pull/1762
- Add product hpd matrices and siegel disks by @YannCabanes in https://github.com/geomstats/geomstats/pull/1727
- Fix
SiegelMetricfor tf by @luisfpereira in https://github.com/geomstats/geomstats/pull/1766 - Remove unnecessary metric specification in ProductHPDMatricesAndSiegelDisks by @YannCabanes in https://github.com/geomstats/geomstats/pull/1765
- Remove scales product manifold by @luisfpereira in https://github.com/geomstats/geomstats/pull/1768
- Allow gs.stack to receive arrays of different dtypes in tf by @luisfpereira in https://github.com/geomstats/geomstats/pull/1769
- Extend product manifold to handle factors with different fields by @luisfpereira in https://github.com/geomstats/geomstats/pull/1770
- Fixes and improvements coming from test refactoring by @luisfpereira in https://github.com/geomstats/geomstats/pull/1771
- Address deep source issues by @luisfpereira in https://github.com/geomstats/geomstats/pull/1772
- Stop tf tests in CI by @luisfpereira in https://github.com/geomstats/geomstats/pull/1773
- Fix typos and dead link for issues. by @johmathe in https://github.com/geomstats/geomstats/pull/1776
- Update PULL_REQUEST_TEMPLATE.md by @johmathe in https://github.com/geomstats/geomstats/pull/1779
- Skip failing tests by @johmathe in https://github.com/geomstats/geomstats/pull/1781
- Remove tf from cov flags by @johmathe in https://github.com/geomstats/geomstats/pull/1782
- Keep sphinx at v 5.3.0 by @johmathe in https://github.com/geomstats/geomstats/pull/1784
- Remove tensorflow backend by @johmathe in https://github.com/geomstats/geomstats/pull/1778
- Fix bugs that arise for complex matrices by @sophiaas in https://github.com/geomstats/geomstats/pull/1787
- Fix graph space notebooks due to new release of networkx by @luisfpereira in https://github.com/geomstats/geomstats/pull/1789
- Add functions and associated tests for Binomial and Exponential Distributions by @tramy1258 in https://github.com/geomstats/geomstats/pull/1755
- Fix sqrtm for pytorch due to changes in scipy by @luisfpereira in https://github.com/geomstats/geomstats/pull/1790
- Follow-up PR #1787 by @ninamiolane in https://github.com/geomstats/geomstats/pull/1791
- Skip failing tests to clean CI by @ninamiolane in https://github.com/geomstats/geomstats/pull/1792
- Update setup.cfg by @johnharveymath in https://github.com/geomstats/geomstats/pull/1793
- Fix link to contributing guide. by @olivierverdier in https://github.com/geomstats/geomstats/pull/1795
- Refactor Product and NFold by @johnharveymath in https://github.com/geomstats/geomstats/pull/1774
- Fix complex output types by @luisfpereira in https://github.com/geomstats/geomstats/pull/1798
- Add product positive reals and complex poincare disks by @YannCabanes in https://github.com/geomstats/geomstats/pull/1764
- Add Poisson and geometric distributions and associated tests by @tramy1258 in https://github.com/geomstats/geomstats/pull/1785
- Fix align in SRVShapeBundle by @alebrigant in https://github.com/geomstats/geomstats/pull/1823
- Freeze black version due to breaking updates by @luisfpereira in https://github.com/geomstats/geomstats/pull/1827
- Correct NotImplementedError log by @monsij in https://github.com/geomstats/geomstats/pull/1799
- Fixes and improvements coming from test refactoring (part 2) by @luisfpereira in https://github.com/geomstats/geomstats/pull/1828
- Allow vectorization for Fisher Rao Metric by @tramy1258 in https://github.com/geomstats/geomstats/pull/1809
- Make SRVMetric on DiscreteCurves inherit from PullbackDiffeoMetric by @alebrigant in https://github.com/geomstats/geomstats/pull/1714
- feat(ci): add
pipcaching to CI by @SauravMaheshkar in https://github.com/geomstats/geomstats/pull/1839 - Fix bad squeezes in random_unit_tangent_vec by @tramy1258 in https://github.com/geomstats/geomstats/pull/1837
- Make torch.linspace accept array-like inputs by @tramy1258 in https://github.com/geomstats/geomstats/pull/1835
- Minor changes so Developer setup works by @HarrisonSantiago in https://github.com/geomstats/geomstats/pull/1840
- ElasticMetric inherits from PullbackDiffeoMetric by @Abdellaoui-Souhail in https://github.com/geomstats/geomstats/pull/1844
- Continue PR 1711 on discrete surfaces by @ninamiolane in https://github.com/geomstats/geomstats/pull/1815
- Added Discrete Surfaces with Elastic Metrics by @emmanuel-hartman in https://github.com/geomstats/geomstats/pull/1711
- Refactor metric to receive space (equip_with_metric behavior) by @luisfpereira in https://github.com/geomstats/geomstats/pull/1836
- Fixes and improvements coming from test refactoring (part 3) by @luisfpereira in https://github.com/geomstats/geomstats/pull/1848
- Dynamic programming algorithm for computing distances and geodesics for the SRV metric by @Abdellaoui-Souhail in https://github.com/geomstats/geomstats/pull/1847
- Numerical solvers for log, exp, geodesic, ... by @luisfpereira in https://github.com/geomstats/geomstats/pull/1845
- Elastic Riemannian metrics of order 2 on parameterized discrete surfaces by @ninamiolane in https://github.com/geomstats/geomstats/pull/1852
- Remove code duplication between numpy and autograd backends by @luisfpereira in https://github.com/geomstats/geomstats/pull/1853
- feat(build): switch to
pyproject.tomlfor packaging by @SauravMaheshkar in https://github.com/geomstats/geomstats/pull/1842 - Unfreeze sphinx by @luisfpereira in https://github.com/geomstats/geomstats/pull/1856
- Unfreeze black by @luisfpereira in https://github.com/geomstats/geomstats/pull/1855
- Bump python 3.11 by @luisfpereira in https://github.com/geomstats/geomstats/pull/1854
- Refactor Stiefel by @luisfpereira in https://github.com/geomstats/geomstats/pull/1858
- Refactor information geometry by @luisfpereira in https://github.com/geomstats/geomstats/pull/1860
- Fix product metric by @Abdellaoui-Souhail in https://github.com/geomstats/geomstats/pull/1862
- Update connection to use solvers by @luisfpereira in https://github.com/geomstats/geomstats/pull/1864
- Update README.rst: Python 3.7 --> 3.11 by @ninamiolane in https://github.com/geomstats/geomstats/pull/1865
- Prepare release 2.6.0 by @luisfpereira in https://github.com/geomstats/geomstats/pull/1866
- Correct Zenodo link by @johnharveymath in https://github.com/geomstats/geomstats/pull/1869
- Unfreeze numpy and update code for scipy 1.11.0 by @luisfpereira in https://github.com/geomstats/geomstats/pull/1870
- Fix test_connection due to use of solvers by @luisfpereira in https://github.com/geomstats/geomstats/pull/1867
- @soma2000-lang made their first contribution in https://github.com/geomstats/geomstats/pull/1510
- @ymontmarin made their first contribution in https://github.com/geomstats/geomstats/pull/1514
- @shubhamtalbar96 made their first contribution in https://github.com/geomstats/geomstats/pull/1525
- @ambellan made their first contribution in https://github.com/geomstats/geomstats/pull/1546
- @kiranvad made their first contribution in https://github.com/geomstats/geomstats/pull/1257
- @JonasLueg made their first contribution in https://github.com/geomstats/geomstats/pull/1455
- @nanjekyejoannah made their first contribution in https://github.com/geomstats/geomstats/pull/1603
- @franciscoeacosta made their first contribution in https://github.com/geomstats/geomstats/pull/1621
- @wrongu made their first contribution in https://github.com/geomstats/geomstats/pull/1629
- @ballerin made their first contribution in https://github.com/geomstats/geomstats/pull/1677
- @jubrau made their first contribution in https://github.com/geomstats/geomstats/pull/1679
- @johnharveymath made their first contribution in https://github.com/geomstats/geomstats/pull/1688
- @antoinecollas made their first contribution in https://github.com/geomstats/geomstats/pull/1710
- @tramy1258 made their first contribution in https://github.com/geomstats/geomstats/pull/1746
- @olivierverdier made their first contribution in https://github.com/geomstats/geomstats/pull/1795
- @SauravMaheshkar made their first contribution in https://github.com/geomstats/geomstats/pull/1839
- @HarrisonSantiago made their first contribution in https://github.com/geomstats/geomstats/pull/1840
- @Abdellaoui-Souhail made their first contribution in https://github.com/geomstats/geomstats/pull/1844
- @emmanuel-hartman made their first contribution in https://github.com/geomstats/geomstats/pull/1711
Full Changelog: https://github.com/geomstats/geomstats/compare/2.5.0...2.6.0
Files
geomstats/geomstats-2.6.0.zip
Files
(32.3 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:f7877202244f883cc4af75439118e1e1
|
32.3 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/geomstats/geomstats/tree/2.6.0 (URL)