Skip to content

Releases: rscarson/polyfit

v0.11.0

01 Apr 17:50

Choose a tag to compare

What's Changed

  • Fixed an issue affecting the scale of some derivatives
  • Improved performance and accuracy of iterative root finding, and monotonicity checks
  • Fixed plot scaling for small scales
  • Added Aggressive degree-bound, as well as RMSE and SmoothnessPenalty score option for use in exact-fit datasets
  • Added Clone to Error
  • Fixed macro issues with test suite
  • Added LogOffset normalization
  • Overhauled root finding, adding it to new bases and unifying the API
  • Overhauled Fourier for correctness and performance, and added AugmentedFourier generalization for integrals
  • Remove trailing whitespace by @scottmcm in #11
  • Increased transform flexibility by @scottmcm in #13

New Contributors

Full Changelog: 0.10.2...0.11.0

v0.10.2

28 Jan 16:38

Choose a tag to compare

  • Improve plotting ergonomics
  • Fix some documentation issues

Full Changelog: 0.10.1...0.10.2

v0.10.1

23 Jan 17:06

Choose a tag to compare

  • Add Clone to Error, closing #1
  • Add margins option to plot options

Full Changelog: 0.10.0...0.10.1

v0.10.0

22 Jan 16:33

Choose a tag to compare

  • Improves noise generation functionality across the board
  • Replaces / upgrades example charts for all transforms
  • Clarifies how I actually generate them
  • Add transforms::SeedSource::from_seeds for seed replay in tests

Full Changelog: 0.9.1...0.10.0

v0.9.1

15 Jan 20:07

Choose a tag to compare

Added 80% and 99.9% confidence level options to statistics::Confidence