Skip to content

Tags: liudican/algorithmia-python

Tags

v1.15.0

Toggle v1.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updated to track ADK changes (algorithmiaio#118)

v1.14.1

Toggle v1.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Async Support (algorithmiaio#117)

* added async algo processing to tests, fixed issue where async response was thought of as error

* fixed typo in test casese

* fixed async tests, and ensured that the algo endpoint dummy works

* also fixed raw output

v1.14.0

Toggle v1.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
removal of api-client utilization for algo.publish (algorithmiaio#114)

* tested and verified publish works as expected

* updated ADK client version to minimum 1.1

* Treat algo publish response as a dict

Co-authored-by: aslisabanci <aslisabanci@gmail.com>

1.13.0

Toggle 1.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AML- 8 DATA API support for automatically zipping/unzipping nested di…

…rectories (algorithmiaio#112)

* added a getAsZip and putAsZip function for both directories and single files; with tests

* correct relative path import issue

* removed unnecessary imports, python 2.7+ support

* good doc string

Co-authored-by: lemonez <36384768+lemonez@users.noreply.github.com>

* good doc string

Co-authored-by: lemonez <36384768+lemonez@users.noreply.github.com>

* Updated docstrings

Co-authored-by: lemonez <36384768+lemonez@users.noreply.github.com>

1.12.1

Toggle 1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
AML-4 Algo CLI Auth issue (algorithmiaio#111)

* functional commit and test coverage

* fixed broken tests

* fixed misbheaving tests

* fixed nits

Co-authored-by: James Sutton <james.sutton@datarobot.com>

1.12.0

Toggle 1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Algo-XXX proide a getDir() path for Data Directories (algorithmiaio#110)

* initial functional getDir commit

* removed debug print statement

* added basic test

* updated syntax

1.11.1

Toggle 1.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ALGO-XXX adding better test coverage (algorithmiaio#108)

* added new test to ensure we have create, compile, and publish coverage. Minor bugfixes

* added dyanmic environment gathering, added .info() test coverage

1.11.0

Toggle 1.11.0's commit message
reset datafile test, updated datafile UI

1.10.0

Toggle 1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Makes DataFiles FileIO compatible (algorithmiaio#106)

* added the AdvancedDataFile and AdvancedDataDirectory types

* fixed some test case failures (good thing I added tests!)

* removed debug statement

* added more if checks to ensure that we don't get type errors with older versions of python

* updated to use the filelike type as the default, with legacy support available under a flag

* swapped default of datafile and datadirectory types to advanced

* renamed AdvancedDataFile

* Update Algorithmia/datadirectory.py

Co-authored-by: lemonez <36384768+lemonez@users.noreply.github.com>

Co-authored-by: lemonez <36384768+lemonez@users.noreply.github.com>

1.9.2

Toggle 1.9.2's commit message
added a functioning test, removed print statements