Skip to content

Commit c9a945c

Browse files
committed
fix bug on modulo operation and added new version
1 parent a125e10 commit c9a945c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres
66
to [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

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
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

0 commit comments

Comments
 (0)