From 58c3119699e6dd1e818c9554e96dcd6c476ac65b Mon Sep 17 00:00:00 2001 From: fbourgey Date: Tue, 4 Aug 2026 16:16:34 -0400 Subject: [PATCH 1/2] DOC: update readme list --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b33cbfd9..78f94927 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,13 @@ Used by: Learning in Python. - [SysIdentPy](https://github.com/wilsonrljr/sysidentpy) — System Identification Using NARMAX Models. - [GLASS](https://github.com/glass-dev/glass) — Generator for Large Scale Structure. +- [pyRiemann](https://github.com/pyRiemann/pyRiemann) — Machine learning with multivariate data, + using the Riemannian geometry of symmetric (resp. Hermitian) positive definite (SPD) (resp. HPD) matrices. +- [bilby](https://github.com/bilby-dev/bilby) — A user-friendly Bayesian inference library. +- [ccdproc](https://github.com/astropy/ccdproc) — Astropy affiliated package + for basic data reductions of CCD images. +- [ASPIRE](https://github.com/mj-will/aspire) — Framework for reusing existing posterior + samples to obtain new results at a reduced cost. - *your library? Let us know!* ## Installation From ab4d022228006728cd24a11d8345d1ff986c52f4 Mon Sep 17 00:00:00 2001 From: Lucas Colley Date: Wed, 5 Aug 2026 14:26:56 +0100 Subject: [PATCH 2/2] re-order, update docs --- README.md | 11 ++++------- docs/index.md | 4 ++++ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 78f94927..8f2aec52 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,12 @@ Used by: scientific computing. - [scikit-learn](https://github.com/scikit-learn/scikit-learn) — Machine Learning in Python. +- [pyRiemann](https://github.com/pyRiemann/pyRiemann) — Machine learning for multivariate data through the Riemannian geometry of positive definite matrices. - [SysIdentPy](https://github.com/wilsonrljr/sysidentpy) — System Identification Using NARMAX Models. +- [bilby](https://github.com/bilby-dev/bilby) — A unified framework for stochastic sampling packages and gravitational-wave inference. +- [ccdproc](https://github.com/astropy/ccdproc) — Astropy affiliated package for reducing optical/IR CCD data. - [GLASS](https://github.com/glass-dev/glass) — Generator for Large Scale Structure. -- [pyRiemann](https://github.com/pyRiemann/pyRiemann) — Machine learning with multivariate data, - using the Riemannian geometry of symmetric (resp. Hermitian) positive definite (SPD) (resp. HPD) matrices. -- [bilby](https://github.com/bilby-dev/bilby) — A user-friendly Bayesian inference library. -- [ccdproc](https://github.com/astropy/ccdproc) — Astropy affiliated package - for basic data reductions of CCD images. -- [ASPIRE](https://github.com/mj-will/aspire) — Framework for reusing existing posterior - samples to obtain new results at a reduced cost. +- [ASPIRE](https://github.com/mj-will/aspire) — Accelerated Sequential Posterior Inference via REuse. - *your library? Let us know!* ## Installation diff --git a/docs/index.md b/docs/index.md index 850e2841..b73caa2c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -28,8 +28,12 @@ It is currently used by: scientific computing. - [scikit-learn](https://github.com/scikit-learn/scikit-learn) — Machine Learning in Python. +- [pyRiemann](https://github.com/pyRiemann/pyRiemann) — Machine learning for multivariate data through the Riemannian geometry of positive definite matrices. - [SysIdentPy](https://github.com/wilsonrljr/sysidentpy) — System Identification Using NARMAX Models. +- [bilby](https://github.com/bilby-dev/bilby) — A unified framework for stochastic sampling packages and gravitational-wave inference. +- [ccdproc](https://github.com/astropy/ccdproc) — Astropy affiliated package for reducing optical/IR CCD data. - [GLASS](https://github.com/glass-dev/glass) — Generator for Large Scale Structure. +- [ASPIRE](https://github.com/mj-will/aspire) — Accelerated Sequential Posterior Inference via REuse. - *your library? Let us know!* (installation)=