Skip to content

Releases: samthiele/gfit

v0.4

13 Jun 15:36

Choose a tag to compare

Changed pip install targets. Default just installs gfit (no numba or scipy). pip install gfit[all] can (and should) be used to install these additional dependencies.

Full Changelog: v0.3...v0.4

v0.3

13 Jun 15:08

Choose a tag to compare

gfit version 0.3. Updated to:

  1. run (more slowly) on environments without numba [ see pip install gfit[nonumba] ]
  2. expose e.g., hull correction code on environments without scipy.

Default install (pip install gfit) will still install both numba and scipy.

Full Changelog: https://github.com/samthiele/gfit/commits/v0.3