Skip to content

Releases: noppelmax/depio

v0.1.2

19 Dec 21:45
abec76d

Choose a tag to compare

What's Changed

  • Fixed unit tests for _parse_annotation_for_metaclass by @LuanAdemi in #2

Full Changelog: v0.1.001...v0.1.2

v0.1.0

19 Dec 13:59
401a3fb

Choose a tag to compare

What's Changed

Pending and Non-Terminal Limits

This pull request removes the hardcoded limits and makes the variable through the Executor class.

image

Product/Dependency Lists

This pull request extends the metaclass logic to allow for dependency/product lists. See demo.py for usage.

Some tweaks to _solve_order()

I made some changes to the _solve_order function to make it faster and more maintainable. The main change comes from using sets.

New TUI

I've added a new TUI and interactive shell, which displays the job queue and allows for pausing the execution.

image

New Contributors

Full Changelog: v0.0.14...v0.1.0

v0.0.14

03 Dec 09:04
6b8b7b3

Choose a tag to compare

Bump version from 0.0.13 to 0.0.14

v0.0.13

28 Nov 12:39
3e615cc

Choose a tag to compare

Change when jobs are submitted

v0.0.12

28 Nov 12:23
233ee7c

Choose a tag to compare

Changes

  1. Limit the number of pending jobs to 20
  2. Limit the number of jobs in non-terminal states to 45

0.0.11

05 Nov 15:05
1e7a039

Choose a tag to compare

  • Add the add_tasks() function to the pipeline.

0.0.9

25 Mar 09:47

Choose a tag to compare

"Fix unittest" and disable the unit test that do not work anymore...

0.0.8

16 Dec 21:27

Choose a tag to compare

Version

0.0.7

16 Dec 20:51

Choose a tag to compare

Changes

  1. Fix the export for executors

0.0.6

16 Dec 20:48

Choose a tag to compare

Changes

  1. Fixed a bug with slurm, if a job is skipped it has not associated slurmjob. Hence, we can also not wait for it.
  2. Rename the sequential executor and add a proper logging to it