Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone.jl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
e2307962
Commit
e2307962
authored
Aug 9, 2024
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Updated CHANGELOG, bumped version to 0.5.5
closes #16
parent
c7576875
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+27
-3
27 additions, 3 deletions
CHANGELOG.md
Project.toml
+1
-1
1 addition, 1 deletion
Project.toml
with
28 additions
and
4 deletions
CHANGELOG.md
+
27
−
3
View file @
e2307962
...
@@ -12,13 +12,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -12,13 +12,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.6.0] - in planning
## [0.6.0] - in planning
*Plan:
integrate AquaCrop (#79)
, set up first experiments*
*Plan:
decouple CairoMakie (#81), fix & test ALMaSS
, set up first experiments*
---
---
## [0.5.5] -
unreleased
## [0.5.5] -
09-08-2024
*Plan: basic farm model (#16), decouple CairoMakie (#81)*
**This point release implements the first basic farm model**
### Added
-
basic farm model that assigns a crop rotation to each field, sowing and harvesting when appropriate
-
new parameters:
`farm.farmmodel`
,
`farm.setaside`
,
`farm.fieldoutfreq`
-
visualisation of cropped area and crop growth over time
-
`farm.setaside`
setting to configure what proportion of land farmers let lie fallow
-
`isharvestable()`
function for
`FarmPlot`
s
-
`@areaof`
macro to calculate the area of a given number of landscape pixels
-
`data/farm/standard_gross_margins.csv`
from KTBL data
### Changed
-
expanded & adapted general crop data and crop growth curve tables
### Fixed
-
bug fixes in the ALMaSS crop model
## [0.5.4] - 08-08-2024
## [0.5.4] - 08-08-2024
...
...
This diff is collapsed.
Click to expand it.
Project.toml
+
1
−
1
View file @
e2307962
name
=
"Persefone"
name
=
"Persefone"
uuid
=
"039acd1d-2a07-4b33-b082-83a1ff0fd136"
uuid
=
"039acd1d-2a07-4b33-b082-83a1ff0fd136"
authors
=
[
"Daniel Vedder <daniel.vedder@idiv.de>"
]
authors
=
[
"Daniel Vedder <daniel.vedder@idiv.de>"
]
version
=
"0.5.
4
"
version
=
"0.5.
5
"
[deps]
[deps]
ArgParse
=
"c7e460c6-2fb9-53a9-8c5b-16f535851c63"
ArgParse
=
"c7e460c6-2fb9-53a9-8c5b-16f535851c63"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment