Releases: rscarson/polyfit
Releases · rscarson/polyfit
v0.11.0
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
- Improve plotting ergonomics
- Fix some documentation issues
Full Changelog: 0.10.1...0.10.2
v0.10.1
v0.10.0
- Improves noise generation functionality across the board
- Replaces / upgrades example charts for all transforms
- Clarifies how I actually generate them
- Add
transforms::SeedSource::from_seedsfor seed replay in tests
Full Changelog: 0.9.1...0.10.0