Releases: kutaslab/fitgrid
Releases · kutaslab/fitgrid
0.4.5
0.4.4
0.4.3
0.4.0
0.3.0
0.2.2
Bug fixes
- Saving in
fit_lmers()
(TPU)
Other
- A number of clarifications in the docs (thanks Anna!)
- Added
fitgrid.__version__
0.2.1
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 fromaportnoy
tokutaslab
0.2.0
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 ofepochs.lm
, addLMFitGrid
andLmerFitGrid
, subclasses ofFitGrid
- 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
Bug fixes
utils
package added to distribution, was missing because no__init__.py
0.1.7
Bug fixes
- set correct evaluation environment for
patsy
inlm