Skip to content

Releases: FixOurFood/AgriFoodPy

Version 0.2.0

01 Sep 14:37
233d1af

Choose a tag to compare

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

21 May 15:49
d97ae34

Choose a tag to compare

AgriFoodPy v0.1.2

This release addresses the comments and suggestions during the JOSS submission review.

Full Changelog: v0.1.1...v0.1.2

Version 0.1.1

17 Nov 13:10

Choose a tag to compare

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.