Skip to content

Releases: algorithmiaio/algorithmia-adk-python

1.2.4

27 Jul 14:55
0ddc2cc

Choose a tag to compare

What's Changed

  • added better error checking by @zeryx in #19

Full Changelog: 1.2.3.3...1.2.4

adds mlops.json overwrite using environment variables

22 Jul 14:33
9000d87

Choose a tag to compare

What's Changed

  • enable safe replacement of mlops.json by setting environment variables by @zeryx in #18

Full Changelog: 1.2.3.2...1.2.3.3

bugfix for class statefullness

14 Jul 17:15
c0f47d1

Choose a tag to compare

bugfix for python 35-36

24 Jun 15:43
13a682f

Choose a tag to compare

f strings are not valid in python 3.5, this should rectify

Added mlops support

17 Jun 20:31
5f65010

Choose a tag to compare

What's Changed

  • ALGO-62 Integrated mlops agent by @zeryx in #16

Full Changelog: 1.2.2...1.2.3

Bugfixes on Model Manifest Logic

01 Mar 18:35
b1bd418

Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

Backwards compatibility bugfix

01 Dec 16:36
1e5c6b9

Choose a tag to compare

Merge pull request #14 from algorithmiaio/load-func-default

load function default improvement [urgent]

November release

22 Nov 16:47
6eca469

Choose a tag to compare

This release makes the following changes to the model manifest system:

  • Simplification to algorithm Model Manifest load function interactions (#12)
  • Failover to utilize raw model manifest json file if frozen model manifest (model_manifest.json.freeze) is not found (#13)

Release Bug

19 Oct 21:40
769bdb1

Choose a tag to compare

Correctly addresses bug introduced in release 1.1.0

Release bug

18 Oct 18:07
3d50749

Choose a tag to compare

Fixed an issue with relative imports in the algorithmia python client