Skip to content

Commit 038d78b

Browse files
authored
Merge pull request #821 from bashtage/rls-8
RLS: Release for V8
2 parents 8eff734 + 33c2f9a commit 038d78b

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

doc/requirements.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
setuptools>=61
21
wheel
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
88
ipython >=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
1312
jinja2
1413
sphinx
1514
seaborn

doc/source/changes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Change Logs
22
-----------
33

4+
.. include:: changes/8.0.rst
45
.. include:: changes/7.0.rst
56

67
=============

doc/source/changes/8.0.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+

0 commit comments

Comments
 (0)