-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
# Release notes for Apecosm python | ||
|
||
## Version 1.1.0 | ||
|
||
### New features | ||
|
||
- Adding functions to extract mean variables over a domain (mean biomass, mean length, mean functional response, etc.) | ||
- Adding a function to plot the diet matrix | ||
- Adding functions to plot variables on a map, boths on maps or on a regular grid | ||
- Adding a ``report`` function to automatically analyse Apecosm simulations (using | ||
[Jinja2](https://jinja.palletsprojects.com/en/3.1.x/)) | ||
- Documentation is now included in the package (``doc`` folder) | ||
|
||
## Version 1.0.1 | ||
|
||
### New features | ||
|
||
- Adding DOI badge + correct name in README file | ||
|
||
## Version 1.0.0 | ||
## Version 1.0.0 | ||
|
||
- First commit |