File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22Changelog for eccodes-python
33============================
44
5+ 2.38.1 (2024-09-27)
6+ --------------------
7+
8+ - ECC-1923: ecCodes binary wheel can affect floating-point computations in Python
9+
10+
5112.38.0 (2024-09-25)
612--------------------
713
Original file line number Diff line number Diff line change 2323
2424import cffi
2525
26- __version__ = "2.38.0 "
26+ __version__ = "2.38.1 "
2727
2828LOG = logging .getLogger (__name__ )
2929
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
1414ECBUILD_VERSION=master
1515
1616GIT_ECCODES=https://github.com/ecmwf/eccodes.git
17- ECCODES_VERSION=2.38.0
17+ ECCODES_VERSION=2.38.1
1818ECCODES_COMMON_CMAKE_OPTIONS=" -DENABLE_PNG=ON -DENABLE_JPG=ON -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
1919
2020GIT_AEC=https://github.com/MathisRosenhauer/libaec.git
You can’t perform that action at this time.
0 commit comments