From 0009cb0c4b4d3cfab44c7309eed78dcd8ba213ee Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Mon, 26 Jan 2026 16:23:27 +0100 Subject: [PATCH] Added a CHANGELOG.rst --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..07452c8 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,25 @@ +Changelog +========= + +0.2.0 (2026-01-26) +------------------ + +General +....... +- Added Tool Menu for Check PEtab and Simulate actions (#222) +- Added SBML export functionality (#220) +- Added delete from header feature for table models (#216) +- Added option to hide SBML view for sole Antimony view (#210) +- Added offboarding information window after saving model (#209) +- Fixed multi-file upload to support multiple measurement and other files (#207) + +Documentation +............. +- Added next steps guide with code examples (#219) +- Added Boehm example and simple conversion example (#218) +- Added tutorial walkthrough with pictures and extended feature documentation (#217) + +0.1.5 (2025-11-25) +------------------ + +Initial release with core PEtab GUI functionality.