Skip to content

Releases: ProjectDrawdown/solutions

v0.25 New Food Demand model

30 Jun 06:43
Compare
Choose a tag to compare

The major new feature of this release is a translation of the Project Drawdown Food Demand model from Excel into Python.

v0.24.2 Update FAIR library

16 Nov 03:06
7e8cdb4
Compare
Choose a tag to compare
  • 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

01 Nov 06:19
400670b
Compare
Choose a tag to compare

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)

25 Oct 02:23
3a2e4e0
Compare
Choose a tag to compare

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

15 Oct 20:21
6919584
Compare
Choose a tag to compare

Moving VMA directories out of code into files supports model update better.

v0.22.0 Oceans scenarios complete; expanded testing

11 Oct 06:04
00deeb0
Compare
Choose a tag to compare
  • 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

30 Sep 16:40
0ccff7a
Compare
Choose a tag to compare

Establishes a naming and coding convention for versioned data files.
Currently used for grid emissions and energy tams.

v0.21.1 Advanced Control features

29 Sep 00:28
541a4cf
Compare
Choose a tag to compare

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

20 Sep 14:49
51e0f6d
Compare
Choose a tag to compare
  • 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

12 Sep 07:17
df284a6
Compare
Choose a tag to compare

To support integrations, enable the update of adoption data, scenarios, etc.