Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Changelog
=========

0.3.0 (2026-03-17)
------------------

Optimization
............
- Introduced cache for dataframes, reducing proxy calls by up to 66% (#224)

Bugfixes
........
- Fixed simulation support despite missing nominal value by pulling from SBML (#238)
- Fixed error checking for empty condition table (#237)
- Fixed error in condition file when there is only one column (#236)
- Fixed issue with assigning np.nan values to all columns in a new row (#233)
- Fixed issue where second or third observables could not be highlighted in the same plot (#232)
- Fixed issue where minimization made data tables vanish (#228)

Documentation
.............
- Added YouTube video and mentioned examples (#227)

Installation / Packaging
.........................
- Limited pandas version to before 3.0.0 (#236) (Temporary)

0.2.0 (2026-01-26)
------------------

Expand Down