Skip to content

Commit

Permalink
Add CHANGELOG (Closes #137)
Browse files Browse the repository at this point in the history
(In future, please update on merge to `develop`)
  • Loading branch information
dweindl committed Dec 4, 2019
1 parent 60d5e1f commit 5c399c9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# PEtab changelog

### [Unreleased]

Data format:

Library:
* Extended visualization support
* Add helper function and test case to deal with timepoint-specific parameters
flatten_timepoint_specific_output_overrides (#128) (Closes #125)
* Fix get_noise_distributions: so far we got 'normal' everywhere due to
wrong grouping (#147)
* Fix create_parameter_df: Exclude rule targets (#149)
* Verify condition table column names occur as model parameters
(Closes #150) (#151)
* More informative error messages in case of wrongly set observable and
noise parameters (Closes #118) (#155)
* Update doc for copasi import and github installation (#158)
* Extend validator to check if all required parameters are present in
parameter table (Closes #43) (#159)
* Setup documentation for RTD (#161)
* Handle None in petab.core.split_parameter_replacement_list (Closes #121)
* Fix(lint) correct handling of optional columns. Check before access.


### 0.0.0a16 and earlier

See git history
1 change: 1 addition & 0 deletions doc/CHANGELOG.md
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Welcome to PEtab's documentation!
:maxdepth: 2
:caption: About

Changelog <CHANGELOG.md>
license
logo/LICENSE.md

Expand Down

0 comments on commit 5c399c9

Please sign in to comment.