8000 Releases · kutaslab/fitgrid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: kutaslab/fitgrid

0.4.5

06 Nov 18:20
3963d11
Compare
Choose a tag to compare

Maintenance release. Updated TravisCI to

  • run pytests a conda created environment
  • deploy each github release vN.N.N to PyPI

0.4.4

02 Oct 23:36
a619fc6
Compare
Choose a tag to compare

Relaxed nearly all the package version pinning for the conda environment

Cleaned up AIC plotting and lm diagnostics in fitgrid.utils.summary

0.4.3

11 Jun 00:58
b27f0d8
Compare
Choose a tag to compare

fitgrid 0.4.3 pins conda env tomro-base and versioned r-lme4, r-lmertest for reproducibility.

0.4.0

02 May 22:30
a0fcdf5
Compare
Choose a tag to compare

UI: convenience wrappers for statsmodels OLS diagnostics, tuned up utils.summary AICmin delta plotting

closes #144, #145

0.3.0

14 Mar 01:23
fe549b3
Compare
Choose a tag to compare
  • added fitgrid.utils.summary functions to fit and summarize sets of models, plot betas and AICs

  • juggled and expanded docs

0.2.2

14 Feb 20:11
Compare
Choose a tag to compare

Bug fixes

  • Saving in fit_lmers() (TPU)

Other

  • A number of clarifications in the docs (thanks Anna!)
  • Added fitgrid.__version__

0.2.1

08 Feb 00:20
Compare
Choose a tag to compare

Features

  • add Feather file reader
  • add VIF calculator for OLS

Bug fixes

  • add missing dependencies to setup.py
  • improve dir(grid) behavior

Other

  • massive refactor, move away from using constants to using parameters
  • update docs to reflect refactor
  • make the tutorial into a notebook
  • add design matrix checker, which is a first step towards eliminating redundant model fitting
  • update conda channel from aportnoy to kutaslab

0.2.0

04 Jan 21:26
Compare
Choose a tag to compare

Major refactor in this release.

Features

  • Add DFBETAS calculator routine for lmer models

Other

  • major refactor, model fitters now top level functions, so fitgrid.lm instead of epochs.lm, add LMFitGrid and LmerFitGrid, subclasses of FitGrid
  • Travis environment updates
  • expand docs, add page with installation instructions, add page with miscellaneous details of how things are done
  • skip single thread context manager tests on Travis, see #86

0.1.8

05 Dec 19:54
Compare
Choose a tag to compare

Bug fixes

  • utils package added to distribution, was missing because no __init__.py

0.1.7

04 Dec 21:56
Compare
Choose a tag to compare

Bug fixes

  • set correct evaluation environment for patsy in lm
0