Skip to content

0.7.0

Choose a tag to compare

@jlogan03 jlogan03 released this 25 Oct 06:54
· 14 commits to main since this release
6162f73

0.7.0 2025-10-25

Implement interpn convenience function that defers directly
to raw functions without serializable wrapper classes.

This enables use without pydantic for dep-constrained environments.

Contributions

Added

  • Python
    • Add type stubs for raw module
    • Add interpn function that defers directly to raw functions without serializable wrapper classes

Changed

  • Python
    • !Move pydantic dep to serde optional group
    • !Move optional dev dep groups to dependency groups (no longer installable via .[dep] syntax)
    • !Import serializable wrapper classes into top level module only if pydantic is found
    • !Drop support for python 3.9, which is leaving long-term support soon
    • Update PGO profile data
  • Rust
    • Use abi3-py310 for python bindings