We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2ee15 commit 5613250Copy full SHA for 5613250
2 files changed
CHANGELOG.md
@@ -1,6 +1,16 @@
1
# CHANGELOG
2
3
4
+## v1.5.3 (2025-09-25)
5
+
6
+### Bug Fixes
7
8
+- Decrease numpy version ([#55](https://github.com/Achaad/asar-xarray/pull/55),
9
+ [`7c2ee15`](https://github.com/Achaad/asar-xarray/commit/7c2ee15472a9a4dc8d85c569f1c2b1b38d89b78f))
10
11
+* Decrease numpy version to <2.0 * Fix typing after version change
12
13
14
## v1.5.2 (2025-09-08)
15
16
### Bug Fixes
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = 'asar_xarray'
-version = "v1.5.2"
+version = "v1.5.3"
description = 'Synthetic Aperture Radar (SAR) Level-1 python mapper of ERS/ASAR products.'
authors = [
{ name = 'Anton Perepelenko', email = 'anton.perepelenko@cgi.com' },
0 commit comments