Skip to content
Snippets Groups Projects
Commit b5189ba0 authored by xo30xoqa's avatar xo30xoqa
Browse files

Updated CHANGELOG, bumped version to 0.5.1

parent 5929df87
Branches
Tags
No related merge requests found
......@@ -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
......
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"
......@@ -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 spring 2024.**
**The model is still in development. A first version will be available in summer 2024.**
## Usage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment