- minor code cleanups - swapped to cibuildwheel for publishing package on pypi
1.0.6
- avoid an array conversion if possible for multiple linear regression
1.0.5
- fixed some data prep - dropped jax svd in favor of scipy svd
1.0.3
2020-10-01
fixed numeric instability with small, perfectly correlated arrays
1.0.2
2020-09-28
- return regression result as class mimicking attributes from statsmodels, scikit and scipy.stats.linear regression models - added function for full linear regression (still needs work) - fixed error for arrays without variance - fixed bug with stderr variable in arrays where n=2
1.0.1
2020-07-30
- added unit tests validating against scipy.stats.linregress results - documented reliability in readme