2.0.1
This release brings improvements to numerical stability and documentation.
Added
- Add dependency status badge in README
- Write "See also" section in README
- Write CHANGELOG.md (#35)
Changed
- Improve error message in
nudged.estimate
regarding nullishparams.estimator
property. (#37) - Migrate continuous integration from Travis CI to GitHub Actions CI (#33)
- Improve test output: replace outdated tap-spec with tap-arc
- Upgrade standalone module bundler: browserify
- Upgrade code style guide: standard
- Upgrade version module generator: genversion
- Improve wording in README: Acknowledgements, Guidelines, Versioning
Fixed
- Fix robustness issues relating to near-zero determinant in
R
,TS
,TR
, andTSR
estimators (#31) - Repair error message bug in
nudged.estimate
(#37)
Migration Tips
The TS, TR, and TSR estimators now always fall back to translation when domain and range provide only a single point pair for estimation. Previously this was not guaranteed in rare edge cases due to floating point rounding errors. Therefore, if your application had some additional checks to choose T for single point situations over TS, TR or TSR, those additional checks can now be safely removed.