-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update comments in pyproject.toml * update contributing * Bump version: 0.29.1 → 0.30.0 * updated whatsnew
- Loading branch information
1 parent
17e96bc
commit 68c00f3
Showing
6 changed files
with
67 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.29.1 | ||
current_version = 0.30.0 | ||
commit = True | ||
tag = True | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
__author__ = """Jelmer Veenstra""" | ||
__email__ = "[email protected]" | ||
__version__ = "0.29.1" | ||
__version__ = "0.30.0" | ||
|
||
from dfm_tools.deprecated import * | ||
from dfm_tools.download import * | ||
|
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 |
---|---|---|
|
@@ -4,56 +4,56 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "dfm_tools" | ||
version = "0.29.1" | ||
version = "0.30.0" | ||
maintainers = [{ name = "Jelmer Veenstra", email = "[email protected]" }] | ||
description = "dfm_tools are pre- and post-processing tools for Delft3D FM" | ||
readme = "README.md" | ||
keywords = ["dfm_tools", "D-FlowFM", "D-HYDRO", "post-processing", "pre-processing", "mapfiles", "hisfiles", "modelbuilder"] | ||
license = { text = "LGPLv3" } | ||
requires-python = ">=3.9" | ||
dependencies = [ | ||
#scipy<1.6.0 pip install fails in py39, is also 3 years old | ||
#scipy>=1.6.0 successfully pip installs in py39, is also 3 years old | ||
"scipy>=1.6.0", | ||
#numpy<1.23 is EOL since june 2024 | ||
#numpy>=1.23 is first not-EOL since june 2024 | ||
"numpy>=1.23", | ||
#contour colorbar on uniform values fails with matplotlib<3.7.0, several other features with matplotlib<3.6.0 | ||
#matplotlib>=3.7.0 successfully creates contour colorbar on uniform values and has several other features | ||
"matplotlib>=3.7.0", | ||
#pandas>=1.4 is required by xarray>=2023.3.0 | ||
"pandas>=1.4.0", | ||
#shapely<2.0.0 give "AttributeError: module 'shapely' has no attribute 'GeometryType'" | ||
#shapely>=2.0.0 fixes "AttributeError: module 'shapely' has no attribute 'GeometryType'" | ||
"shapely>=2.0.0", | ||
#geopandas<0.13.0 require shapely<2.0.0 | ||
#geopandas>=0.13.0 supports shapely>=2.0.0 | ||
"geopandas>=0.13.0", | ||
#fiona<1.9 does not contain sql where filter | ||
#fiona>=1.9 contains sql where filter | ||
"fiona>=1.9", | ||
#contextily<1.6.2 has incorrect axis scaling: https://github.com/geopandas/contextily/issues/251 | ||
#contextily>=1.6.2 has fixed axis scaling: https://github.com/geopandas/contextily/issues/251 | ||
"contextily>=1.6.2", | ||
#xarray<2023.9.0 does not support multidimensional coordinates (used in e.g. HIRLAM meteo data) | ||
#xarray>=2023.9.0 supports multidimensional coordinates (used in e.g. HIRLAM meteo data) | ||
"xarray>=2023.9.0", | ||
#dask version is aligned with xarray | ||
"dask>=2023.9.0", | ||
#netcdf4<1.5.4 pip install fails in py39 | ||
#netcdf4>=1.5.4 successfully pip installs in py39 | ||
"netcdf4>=1.5.4", | ||
#bottleneck<1.3.3 pip install fails in py39 | ||
#bottleneck>=1.3.3 successfully pip installs in py39 | ||
"bottleneck>=1.3.3", | ||
#xugrid<0.12.1 has issue with fill_value and no flexible start_index | ||
#xugrid>=0.12.1 fixed issue with fill_value and no flexible start_index | ||
"xugrid>=0.12.1", | ||
#cdsapi<0.7.2 has different error upon dummy dataset | ||
#cdsapi>=0.7.2 has different error upon dummy dataset | ||
"cdsapi>=0.7.2", | ||
#pydap<3.4.0 is from May 2017 and does not support newer python versions | ||
#pydap>=3.4.0 is the first with support for newer python versions | ||
"pydap>=3.4.0", | ||
#erddapy<2.0.0 does not support pandas>=2.0.0 | ||
#erddapy>=2.0.0 supports pandas>=2.0.0 | ||
"erddapy>=2.0.0", | ||
#copernicusmarine<1.3.2 is not the latest version and the developers recommend to always use the latest version until 2.0.0 is released: https://github.com/Deltares/dfm_tools/issues/936 | ||
"copernicusmarine>=1.3.2", | ||
#copernicusmarine>=1.3.3 is the latest version and the developers recommend to always use the latest version until 2.0.0 is released: https://github.com/Deltares/dfm_tools/issues/936 | ||
"copernicusmarine>=1.3.3", | ||
"copernicusmarine<2.0.0", # TODO: remove when dfm_tools is adjusted to not-yet-released 2.0 version: https://github.com/Deltares/dfm_tools/issues/933 | ||
#rws-ddlpy<0.4.0 does not yet have `ddlpy.dataframe_to_xarray()` | ||
"rws-ddlpy>=0.4.0", | ||
#pooch<1.1.0 do not have attribute retrieve | ||
#rws-ddlpy>=0.6.0 `ddlpy.measurements_amount()` returns all amounts | ||
"rws-ddlpy>=0.6.0", | ||
#pooch>=1.1.0 has attribute retrieve | ||
"pooch>=1.1.0", | ||
#hydrolib-core 0.8.0 support for many more mdu keywords and correct dimr_config.xml for parallel runs | ||
#hydrolib-core>=0.8.0 supports many more mdu keywords and correct dimr_config.xml for parallel runs | ||
"hydrolib-core>=0.8.0", | ||
#meshkernel<4.2.0 support for more gridded_samples dtypes and workarounds for non-orthogonal grids | ||
#meshkernel>=4.2.0 supports more gridded_samples dtypes and workarounds for non-orthogonal grids | ||
"meshkernel>=4.2.0", | ||
] | ||
classifiers = [ | ||
|