NEWS
pyinit 1.1.3 (2022-04-26)
- Update BLAS includes to fix errors with calls to Fortran routines.
pyinit 1.1.2 (2021-10-20)
- Fix C code to import
<R_ext/Error.h>
manually.
Thanks to Prof. Ripley for providing the fix alongside the error report.
- Address implicit conversion warnings on M1 macs by making the conversions explicit.
pyinit 1.1.1 (2020-12-01)
- Estimates from ill-conditioned subsets of the data are not returned anymore.
Any estimate with a value of the objective function of 0 is due to an exact fit.
- Fix numerical issue when using ATLAS BLAS libraries for CHOL decomposition.
pyinit now manually checks if the reciprocal condition number is large enough to
compute the OLS coefficients. If not, the subset is considered ill-conditioned.
- Fix segfault on Oracle Solaris caused by an invalid call to lapack routine DSYEVR.
pyinit 1.0.4 (2020-11-08)
- Fix issues with uninitialized memory if OLS coefficients cannot be computed.
pyinit 1.0.3 (2019-08-02)
- Fix an issue with exact fits and if the M-scale estimate is (close to) 0.
pyinit 1.0.2 (2018-03-14)