Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jul 8, 2024
1 parent 8696014 commit 4f0fe26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
Changelog
=========

riskmapjnr 1.3.1
----------------

* Replace ``gdal.TermProgress`` with ``gdal.TermProgress_nocb``.
* See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.3...v1.3.1

riskmapjnr 1.3
--------------

* Adding functions for the benchmark model.
* Update progress bar to mimic gdal outputs.
* Bug corrections.
* See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.2.1...main
* See changes: https://github.com/ghislainv/riskmapjnr/compare/v1.2...v1.2.1

riskmapjnr 1.2.1
----------------
Expand Down
2 changes: 1 addition & 1 deletion riskmapjnr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://peps.python.org/pep-0008/#module-level-dunder-names
__author__ = "Ghislain Vieilledent"
__email__ = "[email protected]"
__version__ = "1.3"
__version__ = "1.3.1"

# GDAL exceptions
from osgeo import gdal
Expand Down

0 comments on commit 4f0fe26

Please sign in to comment.