Skip to content

Releases: NLeSC/noodles

Noodles 0.3.4

08 Feb 13:21
Compare
Choose a tag to compare

This is a maintenance release, migrating the project from setuptools to poetry and fixing some small issues with upstream dependencies.

Fix StopIteration Issue

21 Mar 10:44
Compare
Choose a tag to compare
Pre-release

21/03/2019

Fixed

  • Fixed StopIteration Issue #80

v0.3.1

10 Oct 16:25
f6ff609
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

10/10/2018

Removed

  • noodles.file unused module

Changed

  • Added SerPath class to serial namespace

Fixed

  • Fail class serialization

Noodles

15 May 09:49
Compare
Choose a tag to compare
Noodles Pre-release
Pre-release

minor bug fixes

0.2.4

13 Nov 14:12
Compare
Choose a tag to compare
0.2.4 Pre-release
Pre-release

Changes:

  • More documentation
  • Fix Soba
  • Better error handling

0.2.3

16 Dec 09:43
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release
  • Faster caching by using ujson with TinyDB
  • Support for Numpy Array serialisation through HDF5

Version 0.2

22 Aug 12:06
Compare
Choose a tag to compare
Version 0.2 Pre-release
Pre-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.

better remote execution, job caching and much more

22 Aug 11:53
Compare
Choose a tag to compare

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

16 Dec 16:44
Compare
Choose a tag to compare
First Noodles release Pre-release
Pre-release

Here's Noodles. The basics are working, there is limited support for Xenon, and the documentation still has some gaps.