Skip to content

v0.2.1 — Serialization & Printing

Choose a tag to compare

@0xC000005 0xC000005 released this 10 Feb 16:24
a62f1b8

What's New

Save & Load

  • save() and load() methods on ChebyshevApproximation and ChebyshevSlider for 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