File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed
Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : ["3.8 ", "3.9 ", "3.10 "]
14+ python-version : ["3.9 ", "3.10 ", "3.11 "]
1515 fail-fast : false
1616 steps :
1717 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ disable=missing-docstring,
6969 fixme
7070
7171
72+
7273# Enable the message, report, category or checker with the given id(s). You can
7374# either give multiple identifier separated by comma (,) or put this option
7475# multiple time (only on the command line, not in the configuration file where
Original file line number Diff line number Diff line change 55* {func}` .ecdf ` now returns a DataArray to be compatible with {meth}` ~xarray.Dataset.map ` {pull}` 47 `
66
77### Maintenance and fixes
8+ * Update dependencies and follow new pylint recommendations {pull}` 49 `
89
910### Documentation
1011
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66name = " xarray-einstats"
77description = " Stats, linear algebra and einops for xarray"
88readme = " README.md"
9- requires-python = " >=3.8 "
9+ requires-python = " >=3.9 "
1010license = {file = " LICENSE" }
1111authors = [
1212 {name = " ArviZ team" , email = " arviz.devs@gmail.com" }
@@ -20,15 +20,14 @@ classifiers = [
2020 " Operating System :: OS Independent" ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3" ,
23- " Programming Language :: Python :: 3.8" ,
2423 " Programming Language :: Python :: 3.9" ,
2524 " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
2726]
2827dynamic = [" version" ]
2928dependencies = [
30- " numpy>=1.20 " ,
31- " scipy>=1.6 " ,
29+ " numpy>=1.21 " ,
30+ " scipy>=1.7 " ,
3231 " xarray>=2022.09.0" ,
3332]
3433
Original file line number Diff line number Diff line change 22envlist =
33 check
44 docs
5- py38
65 py39
76 py310
87 py311
@@ -12,7 +11,6 @@ isolated_build_env = build
1211
1312[gh-actions]
1413python =
15- 3.8: py38
1614 3.9: py39
1715 3.10: py310, check, reformat
1816 3.11: py311
You can’t perform that action at this time.
0 commit comments