History

0.1.2 (Current version)

API changes

  • impax.csvv.get_gammas() has been deprecated. Use impax.read_csvv() instead (GH #37)
  • _prep_gammas() has been removed, and sample() now takes no arguments and returns a sample by default. Seeding the random number generator is now left up to the user (GH #36)

Bug fixes

  • fix py3k compatability issues (GH #39)
  • fix travis status icon in README
  • add tests for impax.mins._minimize_polynomial(), fix major math errors causing a failure to find minima in impax.mins module, and clarify documentation (GH #58)

0.1.0 (2017-10-12)

  • First release on PyPI.