| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2019-01-07 | 602 Bytes | |
| v0.10.1 source code.tar.gz | 2019-01-07 | 603.6 kB | |
| v0.10.1 source code.zip | 2019-01-07 | 619.2 kB | |
| Totals: 3 Items | 1.2 MB | 0 | |
0.10.1
- performance improvements to
generate_data.pyfor large datasets [#195] - performance improvements to
summary_data_from_transaction_data, thanks @MichaelSchreier - Previously,
GammaGammaFitterwould have an infinite mean when itsqparameter was less than 1. This was possible for some datasets. In 0.10.1, a new argument is added toGammaGammaFitterto constrain thatqis greater than 1. This can be done withq_constraint=Truein the call toGammaGammaFitter.fit. See issue [#146]. Thanks @vruvora - Stop support of scipy < 1.0.
- Stop support of < Python 3.5.