v0.2.1 — Serialization & Printing
What's New
Save & Load
save()andload()methods onChebyshevApproximationandChebyshevSliderfor persisting built interpolants to disk (pickle-based)- Version compatibility check on load with warning for mismatched versions
Human-Readable Printing
__repr__and__str__methods on both classes for easy inspection
Also included
- New documentation page: Saving & Loading Interpolants
- 21 new tests for serialization and printing
Full Changelog: v0.2.0...v0.2.1