File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 22
33## 0.1 series
44
5+ ### 0.1.22
6+
7+ * Allow zero bounds for log parameters by @FFroehlich in
8+ https://github.com/PEtab-dev/libpetab-python/pull/83
9+ * Adapt to Matplotlib 3.5 by @dweindl in
10+ https://github.com/PEtab-dev/libpetab-python/pull/86
11+ * Allow specifying file format for visualization by @dweindl in
12+ https://github.com/PEtab-dev/libpetab-python/pull/85
13+ * Visualization: Don't mess with rcParams by @dweindl in
14+ https://github.com/PEtab-dev/libpetab-python/pull/90
15+ * Linter: Check condition IDs are unique by @dweindl in
16+ https://github.com/PEtab-dev/libpetab-python/pull/92
17+ * Add support for ` pathlib ` for reading PEtab tables by @dweindl , @dilpath
18+ in https://github.com/PEtab-dev/libpetab-python/pull/93 ,
19+ https://github.com/PEtab-dev/libpetab-python/pull/91
20+ * Run tests also on Python 3.10 by @dweindl in
21+ https://github.com/PEtab-dev/libpetab-python/pull/88
22+ * Fix remote file retrieval on Windows @dweindl , @dilpath
23+ in https://github.com/PEtab-dev/libpetab-python/pull/91
24+ * Fix test suite for Windows @dweindl , @dilpath
25+ in https://github.com/PEtab-dev/libpetab-python/pull/91
26+
27+ ** Full Changelog** :
28+ https://github.com/PEtab-dev/libpetab-python/compare/v0.1.21...v0.1.22
29+
530### 0.1.21
631
732* PEtab spec compliance: measurements must now be not null, and numeric (#76 )
Original file line number Diff line number Diff line change 11"""PEtab library version"""
2- __version__ = '0.1.21 '
2+ __version__ = '0.1.22 '
You can’t perform that action at this time.
0 commit comments