Release notes#

Release Notes#

Version

Changelog

v0.2.1 <- v0.2.0

• Increase supported python version to [3.8, 3.9, 3.10, 3.11, 3.12, 3.13]
• Update pandas dependency to support pandas 2.x for python versions >= 3.10

v0.2.0

• Add api_24sea.ai.core.AsyncAPI.get_aipi_predictions() method to retrieve AI model predictions from the API by passing json data manually.

v0.1.5 <- v0.1.0

• Add PyPI README hyperlinks
• Add get_predictions method to AsyncAPI class to retrieve predictions from AI models
• Improve error handling and logging for better debugging
• Improve schema validation for input and outputdata
• Optimize the model overview retrieval process by splitting the fleetwide models over each location
• Initial release of the api_24sea-ai package