Releases: algorithmiaio/algorithmia-adk-python
General Release - Model Manifest
This release contains the Model Manifest, and updates to the load function.
Model Manifest Release
This release contains our Model Manifest, and Model Immutability feature work, along with changes to our load
function that require updating our minor version.
fixes a loadtime failure issue
This rectifies an issue where at load time an algorithm could throw a load time exception, and then terminate without reading from stdin - this would lead to a hanging state as langserver would be unable to terminate the connection.
Binary data support
Fixed a number of bugs around binary data (base64 encoded strings), and added a number of binary data specific tests.
Bugfix
triggering a new release
1.0.1.1 fixed issue with loading not always emitting PIPE_INIT
loading bugfix
PIPE_INIT_COMPLETE did not always get emitted if a load function was not defined
Initial Release
This release is fully functional, all tests are passing and feedback has been incorporated into the product.
This release will be the first public release and incorporation into the Algorithmia-python package.
Release candidate
This release added the following:
- Testing and Integration testing
- Automated Continous Integration as part of the github action deployment
- Fixed a bunch of bugs relating to loading and error handling
Change requests by @asli - added system for local debug testing
0.1.0-beta Merge branch 'develop' of github.com:algorithmiaio/algorithmia-adk-py…