Releases: ProjectDrawdown/solutions
v0.25 New Food Demand model
v0.24.2 Update FAIR library
- Ongoing work with updating of models to 2021 versions
- New implementation of vma extractor
- Update dependency for FAIR library.
To use this version, you will need to update your development environment:
conda env update -n pd-dev
v0.24.1 Upgrades to extraction; new 2021 models
We are in the process of upgrading the models to the new 2021 versions, with new data. Doing this has flushed out bugs in both the model and extractor that have been fixed.
Minor breaking change in syntax for overriding adoption configurations (the few models affected have been patched).
v0.24.0 New extractor; cleanups (BREAKING CHANGES)
This release contains breaking changes
The excel extractor has been brought up to date with the current code format. As part of this cleanup, some changes to the scenario json files have occurred, and old scenario json files will not work. (The scenario files included in the release have all been updated to the new format.)
v0.23.0 Move VMA directories to files
Moving VMA directories out of code into files supports model update better.
v0.22.0 Oceans scenarios complete; expanded testing
- The remaining Oceans scenarios have been completed
- Electricity generation integration completed
- Emissions data moved to files to support integration and versioning
- Expanded testing doesn't stop at first error per solution anymore
v0.21.2 Enable auto-versioning of some data files
Establishes a naming and coding convention for versioned data files.
Currently used for grid emissions and energy tams.
v0.21.1 Advanced Control features
Scenarios/ACs can now be updated.
They also have a new creation_date field, which has been retroactively filled in for all existing scenarios.
v0.21.0 Bug fixes, new models, and an integration
- Bug fixes improve the reliability of models for both key results and deep tests
- Additional oceans models
- One completed integration
v0.20.0 Enable programmatic scenario update
To support integrations, enable the update of adoption data, scenarios, etc.