Skip to content

2.0.1

Compare
Choose a tag to compare
@axelpale axelpale released this 28 Oct 15:50
· 61 commits to master since this release
c6bfd38

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 nullish params.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, and TSR 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.