-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dOTC' of https://github.com/LamAdr/xclim into dOTC
- Loading branch information
Showing
18 changed files
with
132 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,77 +6,77 @@ dependencies: | |
- python >=3.9 | ||
- boltons >=20.1 | ||
- bottleneck >=1.3.1 | ||
- cf_xarray >=0.6.1 | ||
- cf_xarray >=0.9.3 | ||
- cftime >=1.4.1 | ||
- click >=8.1 | ||
- dask >=2.6.0 | ||
- jsonpickle | ||
- numba | ||
- filelock >=3.14.0 | ||
- jsonpickle >=3.1.0 | ||
- numba >=0.54.1 | ||
- numpy >=1.20.0 | ||
- packaging >=24.0 | ||
- pandas >=2.2.0 | ||
- pint >=0.18.0 | ||
- poppler >=0.67 | ||
- pyarrow # Strongly encouraged for Pandas v2.2.0+ | ||
- pyyaml | ||
- pyarrow >=15.0.0 # Strongly encouraged for Pandas v2.2.0+ | ||
- pyyaml >=6.0.1 | ||
- scikit-learn >=0.21.3 | ||
- scipy >=1.9.0 | ||
- statsmodels | ||
- statsmodels >=0.14.2 | ||
- xarray >=2023.11.0 | ||
- yamale | ||
- yamale >=5.0.0 | ||
# Extras | ||
- flox | ||
- lmoments3 # Required for some Jupyter notebooks | ||
# Testing and development dependencies | ||
- black ==24.4.2 | ||
- blackdoc ==0.3.9 | ||
- bump-my-version >=0.23.0 | ||
- bump-my-version >=0.24.3 | ||
- cairosvg | ||
- codespell ==2.3.0 | ||
- coverage >=7.5.0 | ||
- coveralls >=4.0.0 | ||
- deptry ==0.16.1 | ||
- deptry ==0.18.0 | ||
- distributed >=2.0 | ||
- filelock | ||
- flake8 >=7.0.0 | ||
- flake8-rst-docstrings | ||
- flake8 >=7.1.1 | ||
- flake8-rst-docstrings >=0.3.0 | ||
- flit >=3.9.0 | ||
- furo >=2023.9.10 | ||
- h5netcdf >=1.3.0 | ||
- ipykernel | ||
- ipython | ||
- isort ==5.13.2 | ||
- matplotlib | ||
- mypy | ||
- mypy >=1.10.0 | ||
- nbconvert <7.14 # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092 | ||
- nbqa | ||
- nbqa >=1.8.2 | ||
- nbsphinx | ||
- nbval >=0.11.0 | ||
- nc-time-axis | ||
- nc-time-axis >=1.4.1 | ||
- notebook | ||
- pandas-stubs | ||
- platformdirs | ||
- pooch | ||
- pandas-stubs >=2.2 | ||
- platformdirs >=3.2 | ||
- pooch >=1.8.0 | ||
- pre-commit >=3.7 | ||
- pybtex >=0.24.0 | ||
- pylint >=3.1 | ||
- pytest >=8.0.0 | ||
- pytest-cov | ||
- pytest-socket | ||
- pytest-cov >=5.0.0 | ||
- pytest-socket >=0.6.0 | ||
- pytest-xdist >=3.2 | ||
- ruff >=0.4.10 | ||
- ruff >=0.5.6 | ||
- sphinx >=7.0.0 | ||
- sphinx-autobuild >=2024.4.16 | ||
- sphinx-autodoc-typehints | ||
- sphinx-codeautolink | ||
- sphinx-copybutton | ||
- sphinx-mdinclude | ||
- sphinxcontrib-bibtex | ||
- tokenize-rt | ||
- tokenize-rt >=5.2.0 | ||
- tox >=4.16.0 | ||
# - tox-conda # Will be added when a [email protected]+ compatible plugin is released. | ||
- vulture # ==2.11 # The conda-forge version is out of date. | ||
- xdoctest >=1.1.5 | ||
- yamllint | ||
- pip | ||
- yamllint >=1.35.1 | ||
- pip >=24.0 | ||
- pip: | ||
- sphinxcontrib-svg2pdfconverter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,32 +27,35 @@ classifiers = [ | |
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Topic :: Scientific/Engineering :: Atmospheric Science" | ||
"Programming Language :: Python :: 3 :: Only", | ||
"Topic :: Scientific/Engineering :: Atmospheric Science", | ||
"Topic :: Scientific/Engineering :: Hydrology", | ||
"Typing :: Typed" | ||
] | ||
dynamic = ["description", "version"] | ||
dependencies = [ | ||
"boltons>=20.1", | ||
"bottleneck>=1.3.1", | ||
"boltons >=20.1", | ||
"bottleneck >=1.3.1", | ||
# cf-xarray is differently named on conda-forge | ||
"cf-xarray>=0.6.1", | ||
"cftime>=1.4.1", | ||
"click>=8.1", | ||
"dask[array]>=2.6", | ||
"filelock", | ||
"jsonpickle", | ||
"numba", | ||
"numpy>=1.20.0", | ||
"packaging", | ||
"pandas>=2.2", | ||
"pint>=0.18", | ||
"cf-xarray >=0.9.3", | ||
"cftime >=1.4.1", | ||
"click >=8.1", | ||
"dask[array] >=2.6", | ||
"filelock >=3.14.0", | ||
"jsonpickle >=3.1.0", | ||
"numba >=0.54.1", | ||
"numpy >=1.20.0", | ||
"packaging >=24.0", | ||
"pandas >=2.2", | ||
"pint >=0.18", | ||
"platformdirs >=3.2", | ||
"pyarrow", # Strongly encouraged for pandas v2.2.0+ | ||
"pyyaml", | ||
"scikit-learn>=0.21.3", | ||
"scipy>=1.9.0", | ||
"statsmodels", | ||
"xarray>=2023.11.0", | ||
"yamale" | ||
"pyarrow >=15.0.0", # Strongly encouraged for pandas v2.2.0+ | ||
"pyyaml >=6.0.1", | ||
"scikit-learn >=0.21.3", | ||
"scipy >=1.9.0", | ||
"statsmodels >=0.14.2", | ||
"xarray >=2023.11.0", | ||
"yamale >=5.0.0" | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
@@ -65,27 +68,28 @@ dev = [ | |
"coverage[toml] >=7.5.0", | ||
"coveralls >=4.0.0", | ||
"deptry ==0.18.0", | ||
"flake8 >=7.1.0", | ||
"flake8-rst-docstrings", | ||
"flake8 >=7.1.1", | ||
"flake8-rst-docstrings >=0.3.0", | ||
"h5netcdf>=1.3.0", | ||
"ipython", | ||
"isort ==5.13.2", | ||
"mypy", | ||
"mypy >=1.10.0", | ||
"nbconvert <7.14", # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092 | ||
"nbqa >=1.8.2", | ||
"nbval >=0.11.0", | ||
"pandas-stubs >=2.2", | ||
"pip >=24.0", | ||
"platformdirs >=3.2", | ||
"pooch", | ||
"pooch >=1.8.0", | ||
"pre-commit >=3.7", | ||
"pylint >=3.2.4", | ||
"pytest >=8.0.0", | ||
"pytest-cov", | ||
"pytest-socket", | ||
"pytest-cov >=5.0.0", | ||
"pytest-socket >=0.6.0", | ||
"pytest-xdist[psutil] >=3.2", | ||
"ruff >=0.4.10", | ||
"tokenize-rt", | ||
"tox >=4.16.0", | ||
"ruff >=0.5.6", | ||
"tokenize-rt >=5.2.0", | ||
"tox >=4.17.0", | ||
# "tox-conda", # Will be added when a [email protected]+ compatible plugin is released. | ||
"vulture ==2.11", | ||
"xdoctest >=1.1.5", | ||
|
@@ -98,8 +102,8 @@ docs = [ | |
"ipykernel", | ||
"matplotlib", | ||
"nbsphinx", | ||
"nc-time-axis", | ||
"pooch", | ||
"nc-time-axis >=1.4.1", | ||
"pooch >=1.8.0", | ||
"pybtex >=0.24.0", | ||
"sphinx >=7.0.0", | ||
"sphinx-autobuild >=2024.4.16", | ||
|
@@ -110,7 +114,7 @@ docs = [ | |
"sphinxcontrib-bibtex", | ||
"sphinxcontrib-svg2pdfconverter[Cairosvg]" | ||
] | ||
extras = ["fastnanquantile", "POT"] | ||
extras = ["fastnanquantile >=0.0.2", "POT"] | ||
all = ["xclim[dev]", "xclim[docs]", "xclim[extras]"] | ||
|
||
[project.scripts] | ||
|
@@ -134,7 +138,7 @@ target-version = [ | |
] | ||
|
||
[tool.bumpversion] | ||
current_version = "0.51.1-dev.11" | ||
current_version = "0.51.1-dev.12" | ||
commit = true | ||
commit_args = "--no-verify" | ||
tag = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.