Releases: ghislainv/forestatrisk
Releases · ghislainv/forestatrisk
forestatrisk v1.2.1
- Compatibility with Python 3.12
- Bug corrections.
- List of changes: v1.2...v1.2.1
forestatrisk v1.2
- 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 aliascountry_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
- Improve usage on multiple operating systems.
Full Changelog: v1.1.2...v1.1.3
forestatrisk v1.1.2
- New wheels for Python 3.9 to 3.11.
Full Changelog: v1.1.1...v1.1.2
forestatrisk v1.1.1
- Adding biomass from WHRC.
- Let the user select the Agg display for matpotlib.
Full Changelog: v1.1...v1.1.1
forestatrisk v1.1
- Bug correction and optimization of function
.deforest()
. - New tutorial for New Caledonia.
Full Changelog: v1.0...v1.1
forestatrisk v1.0
Version associated with the publication in the Journal of Open Source Software (JOSS).
Full Changelog: v0.2...v1.0
forestatrisk v0.2
- 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.