Skip to content

Commit 68167b6

Browse files
update changelog, version, fix readme (#453)
1 parent e578661 commit 68167b6

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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

733
Documentation:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Legend:
105105
## Using PEtab
106106

107107
If 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
109109
the example models provided in the
110110
[benchmark collection](https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab).
111111

petab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""PEtab library version"""
2-
__version__ = '0.1.7'
2+
__version__ = '0.1.8'

0 commit comments

Comments
 (0)