File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project adheres
66to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.9-patch2] - 26-01-2022
9+
10+ ### Fixed
11+
12+ - This release fixes an issue with a modulo operation that was causing an index error when calculating stability for
13+ plotting dynamics on a simplex.
14+
15+ ## [ 0.1.9-patch1] - 19-01-2022
16+
17+ ### Fixed
18+
19+ - This release fixes an issue with CITATION.cff which prevented zenodo from publishing a new doi.
20+
821## [ 0.1.9] - 18-01-2022
922
1023### Added
Original file line number Diff line number Diff line change 1818#ifndef EGTTOOLS_VERSION_H
1919#define EGTTOOLS_VERSION_H
2020
21- #define EGTTOOLS_VERSION 0.1.9.dev1
21+ #define EGTTOOLS_VERSION 0.1.9.dev2
2222
2323#endif //EGTTOOLS_VERSION_H
You can’t perform that action at this time.
0 commit comments