Skip to content

Commit

Permalink
0.19.1 (#647)
Browse files Browse the repository at this point in the history
* v0.19.1

* import error

* bump version
  • Loading branch information
CamDavidsonPilon authored Feb 21, 2019
1 parent 366bd01 commit 9101d4e
Show file tree
Hide file tree
Showing 9 changed files with 138 additions and 77 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### Changelog

#### 0.19.1

##### New features
- improved stability of `LogNormalFitter`
- Matplotlib for Python3 users are not longer forced to use 2.x.

##### API changes
- **Important**: we changed the parameterization of the `PiecewiseExponential` to the same as `ExponentialFitter` (from `\lambda * t` to `t / \lambda`).


#### 0.19.0

##### New features
Expand Down
Loading

0 comments on commit 9101d4e

Please sign in to comment.