Skip to content

Commit 7ec957a

Browse files
Prepare Release 0.3.0 (#246)
1 parent 84cba2a commit 7ec957a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Changelog
22
=========
33

4+
0.3.0 (2026-03-17)
5+
------------------
6+
7+
Optimization
8+
............
9+
- Introduced cache for dataframes, reducing proxy calls by up to 66% (#224)
10+
11+
Bugfixes
12+
........
13+
- Fixed simulation support despite missing nominal value by pulling from SBML (#238)
14+
- Fixed error checking for empty condition table (#237)
15+
- Fixed error in condition file when there is only one column (#236)
16+
- Fixed issue with assigning np.nan values to all columns in a new row (#233)
17+
- Fixed issue where second or third observables could not be highlighted in the same plot (#232)
18+
- Fixed issue where minimization made data tables vanish (#228)
19+
20+
Documentation
21+
.............
22+
- Added YouTube video and mentioned examples (#227)
23+
24+
Installation / Packaging
25+
.........................
26+
- Limited pandas version to before 3.0.0 (#236) (Temporary)
27+
428
0.2.0 (2026-01-26)
529
------------------
630

0 commit comments

Comments
 (0)