From 8ed5de167e907d03afa46bc4da68029a6faf291c Mon Sep 17 00:00:00 2001 From: Jinyang Wang Date: Mon, 12 Jan 2026 19:45:26 +0400 Subject: [PATCH 1/2] add shapely to Science section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2dab7e6d7..65c5e5436 100644 --- a/README.md +++ b/README.md @@ -918,6 +918,7 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi - [SimPy](https://gitlab.com/team-simpy/simpy) - A process-based discrete-event simulation framework. - [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. - [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. +- [shapely](https://github.com/shapely/shapely) - Manipulation and analysis of geometric objects in the Cartesian plane. - [Zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library. ## Search From 8fda2cb6c6339a124f26d707a18799d13423c80c Mon Sep 17 00:00:00 2001 From: Jinyang Date: Tue, 13 Jan 2026 13:33:11 +0400 Subject: [PATCH 2/2] update entry location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c5e5436..eb66e9ae5 100644 --- a/README.md +++ b/README.md @@ -915,10 +915,10 @@ _Libraries for scientific computing. Also see [Python-for-Scientists](https://gi - [QuTiP](http://qutip.org/) - Quantum Toolbox in Python. - [RDKit](http://www.rdkit.org/) - Cheminformatics and Machine Learning Software. - [SciPy](https://www.scipy.org/) - A Python-based ecosystem of open-source software for mathematics, science, and engineering. +- [shapely](https://github.com/shapely/shapely) - Manipulation and analysis of geometric objects in the Cartesian plane. - [SimPy](https://gitlab.com/team-simpy/simpy) - A process-based discrete-event simulation framework. - [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. - [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. -- [shapely](https://github.com/shapely/shapely) - Manipulation and analysis of geometric objects in the Cartesian plane. - [Zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library. ## Search