We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf8a03 commit fde7a09Copy full SHA for fde7a09
CHANGELOG.rst
@@ -2,11 +2,16 @@
2
Changelog for eccodes-python
3
============================
4
5
-1.7.1 (2024-MM-DD)
+1.8.0 (2024-MM-DD)
6
--------------------
7
8
- ECC-1790: Add codes_get_offset
9
10
+1.7.1 (2024-06-19)
11
+--------------------
12
+
13
+- `np.Infinity` was removed in the NumPy 2.0 release
14
15
1.7.0 (2024-02-26)
16
17
gribapi/bindings.py
@@ -21,7 +21,7 @@
21
22
import cffi
23
24
-__version__ = "1.7.0"
+__version__ = "1.8.0"
25
26
LOG = logging.getLogger(__name__)
27
0 commit comments