Skip to content

Commit 5561942

Browse files
committed
RLS: Release 5.0
Bump minimum version Compat and style fixes
1 parent 810d288 commit 5561942

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1288
-1363
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,17 +132,14 @@ regression. Currently only the single variable IV estimators are polished.
132132

133133
### Running
134134

135-
With the exception of Python 3 (3.8+ tested), which is a hard requirement, the
136-
others are the version that are being used in the test environment. It
137-
is possible that older versions work.
138-
139-
- Python 3.8+
140-
- NumPy (1.18+)
141-
- SciPy (1.3+)
142-
- pandas (1.0+)
135+
136+
- Python 3.9+
137+
- NumPy (1.19+)
138+
- SciPy (1.5+)
139+
- pandas (1.1+)
143140
- statsmodels (0.12+)
144141
- xarray (0.16+, optional)
145-
- Cython (0.29.24+, optional)
142+
- Cython (0.29.34+, optional)
146143

147144
### Testing
148145

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
skip_tags: true
22
clone_depth: 50
33

4+
image:
5+
- Visual Studio 2019
6+
47
matrix:
58
fast_finish: false
69

@@ -12,8 +15,8 @@ environment:
1215
PYTHONHASHSEED: 31211999
1316

1417
matrix:
15-
- PYTHON: C:\Python38-x64
16-
PYTHON_VERSION: 3.8
18+
- PYTHON: C:\Python311-x64
19+
PYTHON_VERSION: 3.11
1720
PYTHON_ARCH: 64
1821

1922

ci/azure_template_posix.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -16,44 +16,44 @@ jobs:
1616
vmImage: ${{ parameters.vmImage }}
1717
strategy:
1818
matrix:
19-
python38_legacy:
20-
python.version: '3.8'
21-
NUMPY: 1.18.0
22-
SCIPY: 1.3.0
23-
PANDAS: 1.0.0
24-
STATSMODELS: 0.11.0
25-
XARRAY: 0.15.1
26-
FORMULAIC: 0.3.4
27-
test.install: true
28-
python39_mid:
19+
python39_legacy:
2920
python.version: '3.9'
3021
NUMPY: 1.19.0
31-
SCIPY: 1.4.0
22+
SCIPY: 1.5.0
3223
PANDAS: 1.1.0
3324
STATSMODELS: 0.12.0
3425
XARRAY: 0.16.0
35-
XXHASH: true
36-
FORMULAIC: 0.4.0
26+
FORMULAIC: 0.6.1
3727
test.install: true
38-
python39_recent:
28+
python39_mid:
3929
python.version: '3.9'
4030
NUMPY: 1.20.0
41-
SCIPY: 1.5.0
31+
SCIPY: 1.6.0
4232
PANDAS: 1.2.0
4333
STATSMODELS: 0.12.0
44-
XARRAY: 0.17.0
45-
FORMULAIC: 0.5.2
34+
XARRAY: 0.18.0
35+
XXHASH: true
36+
FORMULAIC: 0.6.1
37+
test.install: true
38+
python39_recent:
39+
python.version: '3.9'
40+
NUMPY: 1.21.0
41+
SCIPY: 1.7.0
42+
PANDAS: 1.3.0
43+
STATSMODELS: 0.13.0
44+
XARRAY: 0.20.0
45+
FORMULAIC: 0.6.1
4646
test.install: true
4747
python310_no_cython:
4848
python.version: '3.10'
4949
LM_NO_BINARY: 1
5050
python310_recent:
5151
python.version: '3.10'
52-
NUMPY: 1.21.0
53-
SCIPY: 1.7.0
54-
PANDAS: 1.3.0
52+
NUMPY: 1.22.0
53+
SCIPY: 1.8.0
54+
PANDAS: 1.5.0
5555
STATSMODELS: 0.13.0
56-
XARRAY: 0.19.0
56+
XARRAY: 22.0
5757
python310_latest:
5858
python.version: '3.10'
5959
XXHASH: true

ci/azure_template_windows.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
vmImage: ${{ parameters.vmImage }}
1717
strategy:
1818
matrix:
19-
python38_win_latest:
20-
python.version: '3.8'
2119
python39_win_latest:
2220
python.version: '3.9'
2321
python310_win_latest:

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sphinxcontrib.spelling
66
sphinx
77
jupyter
88
notebook
9-
xarray>=0.13
9+
xarray>=0.16
1010
nbformat
1111
matplotlib
1212
seaborn

0 commit comments

Comments
 (0)