Releases: FixOurFood/AgriFoodPy
Version 0.2.0
This version implements a pipeline manager into AgriFoodPy, allowing the set up of structured pipelines consisting of ordered nodes which can be executed in succession, while communicating with a central datablock structure to pass information between nodes.
The pipeline class has a decorator which allows node functions to be executed outside of a pipeline environment for fast prototyping and scripting.
It also implements additional utility functions to parse, get and store data from Food Balance Sheet style datasets and from the datablock.
Version 0.1.2
AgriFoodPy v0.1.2
This release addresses the comments and suggestions during the JOSS submission review.
- Plot tests, fixed plot and SSR/IDR functionality by @jucordero in #60
- Non-dimension dissagregation for plot_years by @jucordero in #61
- Action names, add setuptools to requirements by @jucordero in #73
- fixed issue in reforestation example by @jucordero in #74
- JOSS README review by @jucordero in #75
- Update GitHub actions by @jucordero in #77
Full Changelog: v0.1.1...v0.1.2
Version 0.1.1
This is the first release of AgriFoodPy, the package for modelling of agrifood systems.
This first version of the package provides basic functionality to operate on data stored in xarray format.
It is divided into four main sub modules:
Food
Impact
Land
Population
It also includes a few basic models that operate on the modules listed above or combinations of them.