File tree Expand file tree Collapse file tree 3 files changed +23
-10
lines changed Expand file tree Collapse file tree 3 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1- setuptools >= 61
21wheel
3- setuptools_scm [toml ]>= 8.0.3 ,< 9
4- oldest-supported-numpy
5- cython >= 0.29.34 # Works with 3.0.0b2
6- numpy >= 1.22
7- scipy >= 1.5.0
2+ meson-python
3+ ninja
4+ setuptools_scm [toml ]>= 9.2 ,< 10
5+ cython >= 3.1.0
6+ numpy >= 2
7+ scipy >= 1.15.0
88ipython >= 8.0.1
9- matplotlib >= 3.0
10- pandas >= 1.1.0
11- patsy >= 0.5.3
12- statsmodels >= 0.13.5
9+ matplotlib >= 3.9
10+ pandas >= 2.3.0
11+ statsmodels >= 0.14.5
1312jinja2
1413sphinx
1514seaborn
Original file line number Diff line number Diff line change 11Change Logs
22-----------
33
4+ .. include :: changes/8.0.rst
45.. include :: changes/7.0.rst
56
67=============
Original file line number Diff line number Diff line change 1+ =========
2+ Version 8
3+ =========
4+
5+ Release 8.0
6+ ===========
7+ - Moved to Meson build system from setuptools.
8+ - Minimum required Python is now 3.10.
9+ - Improved compatability with future NumPy and pandas, including pandas 3.
10+ - Many small documentation fixes.
11+ - Improved typing accuracy across the codebase.
12+
13+
You can’t perform that action at this time.
0 commit comments