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
- Python
Published by chris-s-bowden about 1 year ago
aquacrop - v3.0.9
What's Changed
Thanks to @oleksmialyk for the fixes and improvements: * checkgroundwatertable.py now correctly returns NewCondzGW variable * Removed incorrectly hardcoded 15mm irrigation for IrrMngtIrrMethod == 1 in irrigation.py * rootdevelopment.py now correctly returns NewCondrCor * 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
- Python
Published by chris-s-bowden over 1 year 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
- Python
Published by chris-s-bowden over 1 year ago
aquacrop - v3.0.3 - Additional built-in files
Additional built-in climate files for notebooks.
- Python
Published by chris-s-bowden almost 2 years 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.
- Python
Published by chris-s-bowden almost 2 years 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
- Python
Published by chris-s-bowden about 2 years 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
- Python
Published by thomasdkelly about 3 years ago
aquacrop - v2.2.2
What's Changed
- Fix KeyError in cases when simenddate 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
- Python
Published by thomasdkelly over 3 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
- Python
Published by thomasdkelly over 3 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
- Python
Published by thomasdkelly over 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
- Python
Published by thomasdkelly over 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
- Python
Published by thomasdkelly almost 4 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
- Python
Published by thomasdkelly about 4 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
- Python
Published by thomasdkelly about 4 years ago