v16.0.0¶
Pandas 3 Support¶
- The SDK is now compatible with pandas 3.x (requires Python 3.11+).
strictly-typed-pandashas been removed as a dependency (it was not used by the SDK).
Breaking Changes¶
- Minimum pandas version remains
>=1.0.3, but pandas 3.x is now supported (upper bound raised from<3to<4).
Installation and Upgrade Notes¶
Update your package with: pip install signal-ocean -U