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
92d07c9c
Commit
92d07c9c
authored
9 months ago
by
xo30xoqa
Browse files
Options
Downloads
Patches
Plain Diff
Updated changelog, bumped version to 0.5.4
parent
c8a9ad30
Branches
Branches containing commit
Tags
v0.5.4
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+40
-2
40 additions, 2 deletions
CHANGELOG.md
Project.toml
+1
-1
1 addition, 1 deletion
Project.toml
with
41 additions
and
3 deletions
CHANGELOG.md
+
40
−
2
View file @
92d07c9c
...
@@ -16,9 +16,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
...
@@ -16,9 +16,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
---
## [0.5.
4
] -
in planning
## [0.5.
5
] -
unreleased
*Plan: basic farm model (#16), decouple CairoMakie (#81), test Skylark model (#96, #97)*
*Plan: basic farm model (#16), decouple CairoMakie (#81)*
## [0.5.4] - 08-08-2024
**Skylark data analysis and new internal utility functions**
### Added
-
`AnnualDate`
type and associated functions for working with recurring dates (#101)
-
can be constructed from two
`Int64`
, a
`Date`
, or a
`Tuple{Int64,Int64}`
-
automatic conversion from
`Date`
or
`Tuple{Int64,Int64}`
-
can use operators:
`==`
,
`<`
,
`+`
,
`-`
,
`:`
-
`thisyear()`
,
`lastyear()`
,
`nextyear()`
functions and macros
-
new file
`core/utils.jl`
for utility functions that fit in no other file
-
irregular data logging using
`record!()`
/
`@record()`
(#103)
-
data outputs & visualisation for the skylark model (#97)
-
`randn()`
function and macro to sample from a vector using a normal distribution
-
`make install`
to download and install Julia and package dependencies (on Linux, #67)
-
weather file for the Thüringer Becken
### Changed
-
moved random number functions and macros from
`input.jl`
to
`utils.jl`
-
expanded weather data for Jena to 1990-2023
-
Non-breeding skylarks only search for neighbours to follow once (-> huge
performance improvement!)
### Fixed
-
bug fixes in the skylark model
## [0.5.3] - 31-07-2024
## [0.5.3] - 31-07-2024
...
...
This diff is collapsed.
Click to expand it.
Project.toml
+
1
−
1
View file @
92d07c9c
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.
3
"
version
=
"0.5.
4
"
[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
register
or
sign in
to comment