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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
b5189ba0
Commit
b5189ba0
authored
11 months ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Updated CHANGELOG, bumped version to 0.5.1
parent
5929df87
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+10
-8
10 additions, 8 deletions
CHANGELOG.md
Project.toml
+2
-1
2 additions, 1 deletion
Project.toml
README.md
+1
-1
1 addition, 1 deletion
README.md
with
13 additions
and
10 deletions
CHANGELOG.md
+
10
−
8
View file @
b5189ba0
...
...
@@ -6,23 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [v0.5.1] -
unreleased
## [v0.5.1] -
13-06-2024
### Added
-
`core.logoutput`
parameter to define whether logs are printed to screen, file, none, or both
-
Unitful.jl now used to add units to quantities
-
`world.mapdirectory`
parameter specifies the path to the directory in which
`landcovermap`
,
`farmfieldsmap`
, and
`weatherfile`
are located
-
`world.mapresolution`
parameter specifies the input maps' spatial resolution in meters
### Changed
### Deprecated
### Removed
### Fixed
-
spatial functions now work with explicit distances (using Unitful.jl) rather than using
the number of pixels
-
all species definitions and tests updated to use units
## [v0.5.0] - 07-06-2024
...
...
@@ -43,7 +43,9 @@ way the species definition macros work and are used.
-
`directionto()`
,
`distanceto()`
,
`randomdirection()`
-
`nagents()`
,
`killallanimals!()`
-
`@here`
-
`@here`
macro to return the pixel currently occupied by the active animal
-
`core.logoutput`
parameter to define whether logs are printed to screen, file, none, or both
-
large logo and model structure diagram
...
...
This diff is collapsed.
Click to expand it.
Project.toml
+
2
−
1
View file @
b5189ba0
name
=
"Persefone"
uuid
=
"039acd1d-2a07-4b33-b082-83a1ff0fd136"
authors
=
[
"Daniel Vedder <daniel.vedder@idiv.de>"
]
version
=
"0.5.
0
"
version
=
"0.5.
1
"
[deps]
ArgParse
=
"c7e460c6-2fb9-53a9-8c5b-16f535851c63"
...
...
@@ -24,6 +24,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TOML
=
"fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test
=
"8dfed614-e22c-5e08-85e1-65c5234f0b40"
TiffImages
=
"731e570b-9d59-4bfa-96dc-6df516fadf69"
Unitful
=
"1986cc42-f94f-5a68-af5c-568840ba703d"
[compat]
julia
=
">
=
1.10
"
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
b5189ba0
...
...
@@ -12,7 +12,7 @@ growth submodel, and individual-based models of multiple indicator species. Its
investigate how changes in farm operations (e.g. through policy changes in the CAP)
influence biodiversity.
**The model is still in development. A first version will be available in s
pring
2024.**
**The model is still in development. A first version will be available in s
ummer
2024.**
## Usage
...
...
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
register
or
sign in
to comment