Releases: JGCRI/demeter
Releases · JGCRI/demeter
v2.0.1 Demeter
v2.0.1 Demeter
What's Changed
- Update install_supplement.py by @GMoncrieff in #41
- fix version mismatch in setup by @crvernon in #44
New Contributors
- @GMoncrieff made their first contribution in #41
Full Changelog: v2.0...v2.0.1
Release for v2
Updates in this release-
- R interface added for demeter
- Ability to sticth exogenous scenarios
- Batch processing features to run multiple scenarios at once
- New plotting and post processing functions
- Additional parallelization to speed up demeter
- Ability to re-grid scenarios to any resolution
Release for v1.3.1
- Taking out transition code to increase memory allocation
- Adding parallelization for land type kernel density processing
- Adding script to write ncdfs using xarray based on inputs in config file
- Adding testing script for new users
- Making reading in region, basin mapping file parameterzied so users can read in their own region, basin mapping file
- Changes to code cov yml along with addition of badge.
- Changes to setup.py (New package dependencies, bumping up python version)
- Addition of demeter 1.3.1 workflow which accounts for all changes above.
- Adding new docs generated using sphinx
v1.2.2 demeter
Incorporate newer version of gcamreader
that fixes model interface referencing error
v1.2.1: demeter
Change:
- Package named
gcam_reader
was previously installed as a GitHub install dependency. This has now been renamed togcamreader
and is installed via PyPi.
v1.2.0: demeter
v1.2.0: demeter
- remove GitLFS and Travis-CI functionality.
- set up new data download protocol for example data
- set up new convenience wrapper to run the model
- new naming convention for config variables with defaults
- test suite linked to CI via GitHub actions
- update required Python version to >=3.6
- update README with new install, data download, and run protocol
- add dockerfile
- depreciate ensemble and mapping features
- add reference data as package data
- add ability to dynamically integrate with
gcamwrapper
Demeter v1.1.0
The following bux fixes and improvements were addressed in this release:
- option to output downscaled land cover percent as a NetCDF classic file for each individual land class, over all years
- bug fix in metric sequencing when all basins not included
- added clause to recognize the GCAM region field name from the
extractor
package