diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01f34a0..b2d2f75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +riskmapjnr 1.3.2 +---------------- + +* Bug correction in ``benchmark/defrate_per_class.py`` due to missing classes when forecasting. +* See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.3.1..v1.3.2 + riskmapjnr 1.3.1 ---------------- diff --git a/riskmapjnr/__init__.py b/riskmapjnr/__init__.py index ff91e97..a080a04 100644 --- a/riskmapjnr/__init__.py +++ b/riskmapjnr/__init__.py @@ -7,7 +7,7 @@ # https://peps.python.org/pep-0008/#module-level-dunder-names __author__ = "Ghislain Vieilledent" __email__ = "ghislain.vieilledent@cirad.fr" -__version__ = "1.3.1" +__version__ = "1.3.2" # GDAL exceptions from osgeo import gdal