Skip to content

Commit 9282edf

Browse files
committed
Update CHANGELOG.md
1 parent 0e7a16f commit 9282edf

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

CHANGELOG.md

+47-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,50 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
<!-- generated by git-cliff -->
5+
## [0.2.7] - Latest
6+
- Documentation improvements
7+
8+
## [0.2.6] - Previous
9+
- Created ReadTheDocs
10+
- Bug fixes
11+
- Improved test coverage to 99%
12+
13+
## [0.2.5]
14+
- Separated model reading from analysis
15+
- Tested on 1054 biomodels and fixed bugs
16+
- Added check_model method to allow users to use the package with one line
17+
- Solved issue with running sympy with built-in symbols such as "S"
18+
19+
## [0.2.4]
20+
- Updated instructions in README
21+
22+
## [0.2.3]
23+
- Included .json files
24+
- Fixed path finding issue
25+
26+
## [0.2.2]
27+
- Bug fixes
28+
- Created GitHub workflow for CI
29+
30+
## [0.2.1]
31+
- Removed Analyzer.check()
32+
- Added get_all_checks() to get info about all checks
33+
- Improved testing to full coverage except for trivial ones
34+
- Improved exception messages
35+
- Allowed string of Antimony or SBML model as input
36+
- Simplified the import statement
37+
- Revised existing and added new method and class comments
38+
39+
## [0.2.0]
40+
- Removed numpy dependency
41+
- Updated rate law classification scheme
42+
- No longer using SBMLKinetics for rate law classifications
43+
- Restructured code for web integration
44+
45+
## [0.1.0]
46+
- Initial release
47+
- Used SBMLKinetics for rate law classifications
48+
49+
---
50+
51+
For the latest release notes, check the [GitHub Releases](https://github.com/sys-bio/ratesb_python/releases).

0 commit comments

Comments
 (0)