Skip to content

Commit

Permalink
Setting version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainv committed Jan 24, 2023
1 parent a4aaf26 commit 7ac28cb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

riskmapjnr 1.2
--------------

* Improving documentation.
* Bug corrections:

- Make sure that `fcc_file` is projected to compute distances.
- Let the user set Agg backend for matplotlib when DISPLAY is not found.
- Close and join the pool execution in `makemap()`.

* This version is running without issues in `SEPAL <https://sepal.io>`_.

riskmapjnr 1.1
--------------

Expand All @@ -14,6 +26,7 @@ riskmapjnr 1.0
* Benchmark to estimate advantage of parallel computing.
* New tutorials on large jurisdictions (countries).
* Bug corrections:

- Correction of the annual deforestation rate formula.
- Correction of the validation step using maps at the start of the validation period.
- Correction of the final risk map at the end of the validation period.
Expand Down
4 changes: 0 additions & 4 deletions riskmapjnr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@
# Import makemap in last as it uses from . import
from .makemap import makemap

# # Welcome message
# print("# riskmapjnr: Map of deforestation risk following JNR methodology.")
# print("# https://ecology.ghislainv.fr/riskmapjnr/")

# EOF
2 changes: 1 addition & 1 deletion riskmapjnr/riskmapjnr.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# license :GPLv3
# ==============================================================================

__version__ = "1.1"
__version__ = "1.2"


def main():
Expand Down

0 comments on commit 7ac28cb

Please sign in to comment.