Skip to content

Releases: algorithmiaio/algorithmia-adk-python

General Release - Model Manifest

18 Oct 15:58
7abab80
Compare
Choose a tag to compare

This release contains the Model Manifest, and updates to the load function.

Model Manifest Release

15 Oct 20:42
e277844
Compare
Choose a tag to compare

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

16 Sep 17:52
Compare
Choose a tag to compare

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

05 Apr 16:00
1816a6e
Compare
Choose a tag to compare

Fixed a number of bugs around binary data (base64 encoded strings), and added a number of binary data specific tests.

Bugfix

25 Mar 20:00
Compare
Choose a tag to compare

Fixed an issue for when an exception gets thrown during loading of an algorithm

triggering a new release

17 Mar 22:04
Compare
Choose a tag to compare
1.0.1.1

fixed issue with loading not always emitting PIPE_INIT

loading bugfix

17 Mar 21:52
Compare
Choose a tag to compare

PIPE_INIT_COMPLETE did not always get emitted if a load function was not defined

Initial Release

15 Mar 15:19
Compare
Choose a tag to compare

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

11 Mar 20:23
Compare
Choose a tag to compare

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

04 Mar 17:51
Compare
Choose a tag to compare
0.1.0-beta

Merge branch 'develop' of github.com:algorithmiaio/algorithmia-adk-py…