Skip to content

Version 0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jhidding jhidding released this 22 Aug 12:06
· 341 commits to master since this release

Noodles v0.2 is out!

New features include:

  • Better object serialisation: we now work with an extendable serialisation registry, making it easy to specify how to serialise custom objects to JSON compatible data.
  • Workers are implemented in a more composable manner, using message passing through co-routines.
  • Job caching: rerun workflows without overhead, avoid duplicate computations, abort-edit-resume cycle for workflow programming is now affordable.
  • Better remote execution support through Xenon: start pilot jobs on a Slurm/Torque/etc. queue manager, dynamically extends computing power as jobs come online.
  • More tutorial materials, see notebooks.
  • Lot's of fixes.