0.10.1
- performance improvements to
generate_data.py
for large datasets #195 - performance improvements to
summary_data_from_transaction_data
, thanks @MichaelSchreier - Previously,
GammaGammaFitter
would have an infinite mean when itsq
parameter was less than 1. This was possible for some datasets. In 0.10.1, a new argument is added toGammaGammaFitter
to constrain thatq
is greater than 1. This can be done withq_constraint=True
in the call toGammaGammaFitter.fit
. See issue #146. Thanks @vruvora - Stop support of scipy < 1.0.
- Stop support of < Python 3.5.