Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #187 from CamDavidsonPilon/v0.9.1
Browse files Browse the repository at this point in the history
v0.9.1
  • Loading branch information
CamDavidsonPilon authored Jun 14, 2018
2 parents feb6a16 + b40b6a7 commit 47c911a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 0.9.1
- Added a data generation method, `generate_new_data` to `BetaGeoBetaBinomFitter`. @zscore
- Fixed a bug in `summary_data_from_transaction_data` that was casting values to `int` prematurely. This was solved by including a new param `freq_multiplier` to be used to scale the resulting durations. See #100 for the original issue. @aprotopopov
- Performance and bug fixes in `utils.expected_cumulative_transactions`. @aprotopopov
- Fixed a bug in `utils.calculate_alive_path` that was causing a difference in values compared to `summary_from_transaction_data`. @DaniGate

### 0.9.0
- fixed many of the numpy warnings as the result of fitting
- added optional `initial_params` to all models
Expand Down
2 changes: 1 addition & 1 deletion lifetimes/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import unicode_literals

__version__ = '0.9.0.0'
__version__ = '0.9.1.0'

0 comments on commit 47c911a

Please sign in to comment.