Skip to content

Commit b3f32d1

Browse files
committed
update
1 parent 256568f commit b3f32d1

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.github/workflows/build-conda.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
os: [ubuntu-latest, windows-latest, macos-12]
1515
platform: [x64, x32]
16-
# debug on a single os/platform/python version
17-
# python-version: [ "3.11"]
18-
# os: [ubuntu-latest]
19-
# platform: [x64]
2016
exclude:
2117
- os: macos-12
2218
platform: x32

.github/workflows/build-windows.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1414
os: [windows-latest, macos-latest]
1515
platform: [x64]
16-
# debug on a single os/platform/python version
17-
# python-version: [ "3.9"]
18-
# os: [macosx-latest]
19-
# platform: [x64]
2016
steps:
2117
- uses: actions/checkout@v4
2218

Changelog

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ version 2.1.6 (not yet released)
55
gridded fields, optimize function for 50x speedup.
66
* Fix for issue #235 (`latlons` doesn't work when only a single latitude in grid).
77
* Fix for issue #241 (forecast time units in inventory wrong for 15 minute HRRR data).
8+
* Add `len` method to open instance (issue #239).
9+
* Numpy 2 compatibility (issue #251).
10+
* Fix failing doctest for eccodes >= 2.34.1 (issue #245).
11+
* use eccodes.h instead of grib_api.h, add `eccodes_version` module variable.
812

913
version 2.1.5 release
1014
=====================

0 commit comments

Comments
 (0)