Skip to content

Commit

Permalink
v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Feb 21, 2019
1 parent 366bd01 commit e714122
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 75 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -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

0 comments on commit e714122

Please sign in to comment.