Skip to content

Lithops-1.0.2

Choose a tag to compare

@gilv gilv released this 10 Jan 09:19
· 4205 commits to master since this release
cfe0798

Added

  • ibm_boto3 client as an input of the parameter 'ibm_cos' of the function
  • Add functional test script
  • Added retry logic
  • Invoker logic
  • Added missing init file
  • Added user agent to identify pywren
  • Added missing dependencies

Changed

  • Abstracted COS logic for map() and map_reduce() methods
  • pw.map() method through COS abstractions
  • Retry mechanism when exception
  • Use CloudPickle module in all project for serializing/unserializing
  • Docs updated
  • Storage separation
  • Project update. 'bx' and 'wsk' CLI tools are no longer necessary
  • Updated setup.py
  • Deleted requirements.txt
  • Updated default_preinstalls

Fixed

  • Minor warnings fix
  • Fixed logging
  • step back with gevent until import fixed in openwhisk
  • Fixed issue when running map_reduce job from COS keys
  • Fixed issue retrieving results
  • Fixed issue when processing a dataset from url
  • Fixed issue when running map_reduce method
  • Some other fixes