Skip to content

Releases: algorithmiaio/algorithmia-adk-python

1.2.4

Choose a tag to compare

@zeryx zeryx released this 27 Jul 14:55
0ddc2cc

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

Choose a tag to compare

@zeryx zeryx released this 22 Jul 14:33
9000d87

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

Choose a tag to compare

@zeryx zeryx released this 14 Jul 17:15
c0f47d1

Full Changelog: 1.2.3.1...1.2.3.2

bugfix for python 35-36

Choose a tag to compare

@zeryx zeryx released this 24 Jun 15:43
13a682f

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

Added mlops support

Choose a tag to compare

@zeryx zeryx released this 17 Jun 20:31
5f65010

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

Choose a tag to compare

@zeryx zeryx released this 01 Mar 18:35
b1bd418

What's Changed

Full Changelog: 1.2.1...1.2.2

Backwards compatibility bugfix

Choose a tag to compare

@zeryx zeryx released this 01 Dec 16:36
1e5c6b9
Merge pull request #14 from algorithmiaio/load-func-default

load function default improvement [urgent]

November release

Choose a tag to compare

@zeryx zeryx released this 22 Nov 16:47
6eca469

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

Choose a tag to compare

@zeryx zeryx released this 19 Oct 21:40
769bdb1

Correctly addresses bug introduced in release 1.1.0

Release bug

Choose a tag to compare

@zeryx zeryx released this 18 Oct 18:07
3d50749

Fixed an issue with relative imports in the algorithmia python client