Releases: NLeSC/noodles
Releases · NLeSC/noodles
Noodles 0.3.4
Fix StopIteration Issue
v0.3.1
Noodles
0.2.4
0.2.3
Version 0.2
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.
better remote execution, job caching and much more
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.
First Noodles release
Here's Noodles. The basics are working, there is limited support for Xenon, and the documentation still has some gaps.