Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated minimal version for copernicusmarine package #843

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/whats-new.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## UNRELEASED

### Feat
- added `conversion_dict` parameter to `dfmt.cmems_nc_to_bc()` in [#841](https://github.com/Deltares/dfm_tools/pull/841)

### Fix
- improved `dfmt.download.copernicusmarine_reset()` by changing order of tasks in [#833](https://github.com/Deltares/dfm_tools/pull/833)
- improved performance of `dfmt.merge_meteofiles()` by using more generic chunking method in [#840](https://github.com/Deltares/dfm_tools/pull/840)
- added `conversion_dict` parameter to `dfmt.cmems_nc_to_bc()` in [#841](https://github.com/Deltares/dfm_tools/pull/841)


## 0.22.0 (2024-04-09)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ dependencies = [
"pydap>=3.4.0",
#erddapy<2.0.0 does not support pandas>=2.0.0
"erddapy>=2.0.0",
#copernicusmarine<1.1.0 does not support insitu data via files service and does not check credentials upon login
"copernicusmarine>=1.1.0",
#copernicusmarine<1.2.0 returns incorrect time ranges of cmems my/forecast datasets (https://github.com/Deltares/dfm_tools/issues/842)
"copernicusmarine>=1.2.0",
#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
Expand Down
Loading