Skip to content

Commit

Permalink
v1.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Aug 6, 2024
1 parent 3fd521f commit 1b66498
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Release History

## 1.41.0 (2024-mm-dd)
## 1.41.0 (2024-08-06)

- **BREAKING CHANGE**: Renaming of `rasters(_rio).get_nodata_value` function to `rasters(_rio).get_nodata_value_from_dtype`. Older function is deprecated.
- **ENH: Creating `rasters.get_nodata_value_from_xr` to retrieve the nodata value as specified by `rioxarray`**
- FIX: Fix handling of nodata with xarray structures in `sertit.rasters`
- FIX: Handle None cases in `ci.assert_val`
- CI: Update pre-commit libs

## 1.40.0 (2024-08-05)

Expand Down
2 changes: 1 addition & 1 deletion sertit/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
Sertit Utils library
"""
__version__ = "1.40.0"
__version__ = "1.41.0"
__title__ = "sertit"
__description__ = ("SERTIT python library for generic tools",)
__author__ = "ICube-SERTIT"
Expand Down

0 comments on commit 1b66498

Please sign in to comment.