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

v0.10.1

Compare
Choose a tag to compare
@CamDavidsonPilon CamDavidsonPilon released this 07 Jan 15:59
· 89 commits to master since this release
ed37455

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 its q parameter was less than 1. This was possible for some datasets. In 0.10.1, a new argument is added to GammaGammaFitter to constrain that q is greater than 1. This can be done with q_constraint=True in the call to GammaGammaFitter.fit. See issue #146. Thanks @vruvora
  • Stop support of scipy < 1.0.
  • Stop support of < Python 3.5.