File tree Expand file tree Collapse file tree 3 files changed +28
-2
lines changed
Expand file tree Collapse file tree 3 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 22
33## 0.1 series
44
5+
6+ ### 0.1.8
7+
8+ Library:
9+
10+ * Use `` core.is_empty `` to check for empty values (#434 )
11+ * Move tests to python 3.8 (#435 )
12+ * Update to libcombine 0.2.6 (#437 )
13+ * Make float parsing from CSV round-trip (#444 )
14+ * Lint: Allow model time in observable formulas (#445 )
15+ * Lint: Detect duplicated observable ids (#446 )
16+ * Fix likelihood calculation with missing values (#451 )
17+
18+ Documentation:
19+
20+ * Move format documentation to restructuredtext format (#452 )
21+ * Document all noise distributions and observable scales (#452 )
22+ * Fix documentation for prior distribution (#449 )
23+
24+ Visualization:
25+
26+ * Make XValue column non-mandatory (#429 )
27+ * Apply correct condition sorting (#430 )
28+ * Apply correct default x label (#431 )
29+
30+
531### 0.1.7
632
733Documentation:
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Legend:
105105## Using PEtab
106106
107107If you would like to use PEtab yourself, please have a look at
108- [ doc/documentation_data_format.md ] ( doc/documentation_data_format.md ) or at
108+ [ doc/documentation_data_format.rst ] ( doc/documentation_data_format.rst ) or at
109109the example models provided in the
110110[ benchmark collection] ( https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab ) .
111111
Original file line number Diff line number Diff line change 11"""PEtab library version"""
2- __version__ = '0.1.7 '
2+ __version__ = '0.1.8 '
You can’t perform that action at this time.
0 commit comments