Skip to content

Releases: ghislainv/forestatrisk

forestatrisk v1.2.1

29 Jun 15:05
Compare
Choose a tag to compare
  • Compatibility with Python 3.12
  • Bug corrections.
  • List of changes: v1.2...v1.2.1

forestatrisk v1.2

19 Jun 23:01
Compare
Choose a tag to compare
  • Removing dependencies to Earth Engine API and RClone which were used to interact with Google Earth Engine and Google Drive to compute and download forest and WHRC biomass data.
  • Removing functions run_gee_forest() (and alias country_forest_run()), download_forest(), and dependencies.
  • Removing functions run_gee_biomass_whrc(), download_biomass_whrc(), and dependencies.
  • Package geefcc can now be used to compute and download forest from GEE.
  • Adding dependency to geefcc.
  • Upgrading GADM to v4.1.
  • New Python API doc on website.
  • Modifying random forest to accept number of trees and max depth.
  • Update progress bar to mimic gdal progress.
  • Compatibility with Python >= 3.12 and Numpy >= 1.23
  • Several other improvements and bug corrections: v1.1.3...v1.2

forestatrisk v1.1.3

10 Apr 00:23
Compare
Choose a tag to compare
  • Improve usage on multiple operating systems.

Full Changelog: v1.1.2...v1.1.3

forestatrisk v1.1.2

16 Jan 06:01
Compare
Choose a tag to compare
  • New wheels for Python 3.9 to 3.11.

Full Changelog: v1.1.1...v1.1.2

forestatrisk v1.1.1

16 Jan 06:01
Compare
Choose a tag to compare
  • Adding biomass from WHRC.
  • Let the user select the Agg display for matpotlib.

Full Changelog: v1.1...v1.1.1

forestatrisk v1.1

26 Feb 10:31
Compare
Choose a tag to compare
  • Bug correction and optimization of function .deforest().
  • New tutorial for New Caledonia.

Full Changelog: v1.0...v1.1

forestatrisk v1.0

01 Mar 17:22
69620c8
Compare
Choose a tag to compare

Version associated with the publication in the Journal of Open Source Software (JOSS).

Full Changelog: v0.2...v1.0

forestatrisk v0.2

08 Dec 17:01
b47fced
Compare
Choose a tag to compare
  • New module organization.
  • Adding a logo for the package.
  • Package website at https://ecology.ghislainv.fr/forestatrisk/ .
  • Update docstring in Python functions.
  • New documentation with Sphinx.
  • Continuous Integration with GitHub Actions.
  • CI: Automated tests with pytest
  • CI: Wheel build for PyPI.