Recent Releases of AquaCrop
AquaCrop - v3.0.11
What's Changed
Removed all references to ahead-of-time compilation that was partially implemented using the 'numba' package because it was non-functional and creating issues with package dependencies. As a result, package version requirements have now been eased for improved compatability.
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v3.0.11...v3.0.10
Consumption - Agriculture and Nutrition
- Python
Published by chris-s-bowden 3 months ago

AquaCrop - v3.0.9
What's Changed
Thanks to @oleksmialyk for the fixes and improvements:
- check_groundwater_table.py now correctly returns NewCond_zGW variable
- Removed incorrectly hardcoded 15mm irrigation for IrrMngt_IrrMethod == 1 in irrigation.py
- root_development.py now correctly returns NewCond_rCor
- User input of bund height is still in metres but this is now converted immediately to mm upon initialisation of fieldManagement for consistency of units in calculations.
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v3.0.8...v3.0.9
Consumption - Agriculture and Nutrition
- Python
Published by chris-s-bowden 9 months ago

AquaCrop - v3.0.8
What's Changed
- Minor update to calculation of GDD growth stages when switching from calendar days.
- New crop parameter 'SwitchGDDType' can be specified as 'mean' (default) or 'median', calculates GDD growth stages from calendar day growth stages, using all simulation years. 'mean' or 'median' refers to how the calculation summarises GDD values for each growth stage across all years.
- New crop specification 'SugarBeetGDD_UK'.
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v3.0.7...v3.0.8
Consumption - Agriculture and Nutrition
- Python
Published by chris-s-bowden 11 months ago

AquaCrop - v3.0.3 - Additional built-in files
Additional built-in climate files for notebooks.
Consumption - Agriculture and Nutrition
- Python
Published by chris-s-bowden about 1 year ago

AquaCrop - v3.0.2 - Additional built-in climate files
Additional files containing weather for example model runs in notebooks, including for CMIP6 future projections.
Consumption - Agriculture and Nutrition
- Python
Published by chris-s-bowden about 1 year ago

AquaCrop - v3.0.1
What's Changed
- Added a 'Default' crop and 'Default' soil, direct copies from AQ-Win version
- Tidied main directory
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v3.0...v3.0.1
Consumption - Agriculture and Nutrition
- Python
Published by chris-s-bowden over 1 year ago

AquaCrop - v3.0
What's Changed
Changes by @chris-s-bowden in https://github.com/aquacropos/aquacrop/pull/117 to model that bring it in line with the FAO AquaCrop v7 (except for perennial crop support).
- Added off_season option
- Updated CO2 data
- Replaced yield with dry yield and fresh yield
- Added 'YldWC' as a new crop parameter for all crops (used to calculate dry vs fresh yield)
- Updated aCR and bCR calculation logic
- Updated fCO2 calculations
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.2.3...v3.0
Consumption - Agriculture and Nutrition
- Python
Published by chris-s-bowden over 1 year ago

AquaCrop - v2.2.3
What's Changed
- Bugfix: do not start new year when end date coincides next planting date by @arongergely in https://github.com/aquacropos/aquacrop/pull/86
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.2.2...v2.2.3
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly over 2 years ago

AquaCrop - v2.2.2
What's Changed
- Fix KeyError in cases when sim_end_date is before next planting date by @samaranin in https://github.com/aquacropos/aquacrop/pull/78
New Contributors
- @samaranin made their first contribution in https://github.com/aquacropos/aquacrop/pull/78
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.2.1...v2.2.2
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly over 2 years ago

AquaCrop - v2.2.1
What's Changed
- update readme by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/72
- Update numba by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/81
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.2...v2.2.1
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly over 2 years ago

AquaCrop - v2.2
What's Changed
- V2.1 update by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/61
- improve co2 by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/65
- change cffi version + increment version by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/63
- Delete settings.ini by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/66
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.1...v2.2
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly almost 3 years ago

AquaCrop - v2.1
What's Changed
- pull by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/56
- update docs in line with newest mkdocs version by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/52
- manually reindex schedule and gw, to enable pandas 1.3.5 by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/60
- V2.1 update by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/61
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.0.4...v2.1
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly almost 3 years ago

AquaCrop - v2.0.4
What's Changed
- Infiltration bug by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/55
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.0.3...v2.0.4
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly almost 3 years ago

AquaCrop - v2.0.3
What's Changed
- Update pypi.yml by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/53
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v2.0.2...v2.0.3
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly almost 3 years ago

AquaCrop - v2.0.2
What's Changed
- Changes to the structure of the library by @pacs27 in https://github.com/aquacropos/aquacrop/pull/49
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v1.1.2...v2.0.2
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly almost 3 years ago

AquaCrop - v1.1.2
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v1.1.1...v1.1.2
changed version settings
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly about 3 years ago

AquaCrop - v1.1.1
What's Changed
- the minimum pandas version must be 1.4.0. In earlier versions, an err… by @pacs27 in https://github.com/aquacropos/aquacrop/pull/46
New Contributors
- @pacs27 made their first contribution in https://github.com/aquacropos/aquacrop/pull/46
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v1.1.0...v1.1.1
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly about 3 years ago

AquaCrop - v1.1.0
What's Changed
- WIP: Crop config file + crop argument changes + all default crops added by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/45
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v1.0.2...v1.1.0
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly about 3 years ago

AquaCrop - v1.0.2
What's Changed
- minor patch in solution.py to make compilation easier by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/44
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v1.0.1...v1.0.2
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly about 3 years ago

AquaCrop - v1.0.1
What's Changed
- Update versions by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/43
Full Changelog: https://github.com/aquacropos/aquacrop/compare/v1.0.0...v1.0.1
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly about 3 years ago

AquaCrop - first release
What's Changed
- change setup.py to install pandas version that is not above 1.2.5 to avoid type error by @rbavery in https://github.com/aquacropos/aquacrop/pull/15
- new documentation by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/26
- Update docs.yml by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/27
- fix authentication issue by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/28
- WIP compile ahead of time by @rbavery in https://github.com/aquacropos/aquacrop/pull/33
- dependency fix: numpy version must be compatible with numba by @arongergely in https://github.com/aquacropos/aquacrop/pull/34
- prepare for pypi release by @thomasdkelly in https://github.com/aquacropos/aquacrop/pull/42
New Contributors
- @rbavery made their first contribution in https://github.com/aquacropos/aquacrop/pull/15
- @thomasdkelly made their first contribution in https://github.com/aquacropos/aquacrop/pull/26
- @arongergely made their first contribution in https://github.com/aquacropos/aquacrop/pull/34
Full Changelog: https://github.com/aquacropos/aquacrop/commits/v1.0.0
Consumption - Agriculture and Nutrition
- Python
Published by thomasdkelly about 3 years ago
