Skip to content

Lithops-2.3.4

Compare
Choose a tag to compare
@gilv gilv released this 07 Jun 10:49
· 2081 commits to master since this release

Added

  • [Core] Allow to execute a Class as lithops function, by @JosepSampe
  • [CE] Allow to to run code engine without kubecfg file, by @JosepSampe
  • [CE] Allow private container registries, by @JosepSampe
  • [k8s] Allow private container registries, by @JosepSampe
  • [knative] Allow private container registries, by @JosepSampe
  • [Localhost] Allow the partitioner to process local files, by @JosepSampe
  • [joblib] Added joblib entry in extras_require for joblib backend dependencies, by @aitorarjona

Changed

  • [CE] CPU and memory values must match predefined flavors, by @JosepSampe
  • [multiprocessing] Improved nanomsg Pipe implementation, by @aitorarjona
  • [joblib] Optimized joblib backend (concurrent args data upload/download), by @aitorarjona

Fixed

  • [Core] Fixed module analyzer, by @JosepSampe
  • [Core] Clear only present jobs instead of all after wait() or get_result(), by @JosepSampe
  • [multiprocessing] Fix put/get slice to/from mp.Array or mp.RawArray, by @aitorarjona