Tags: liudican/algorithmia-python
Tags
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
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>
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>
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>
Algo-XXX proide a getDir() path for Data Directories (algorithmiaio#110) * initial functional getDir commit * removed debug print statement * added basic test * updated syntax
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
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>
PreviousNext