Skip to content

Releases: pharmbio/sciluigi

0.10.1: Update to work with Luigi 3.x (3.1.1) and fix build

07 Jan 22:32
Compare
Choose a tag to compare

This is the same release as 0.10.0, while also fixing some problems with the build.

0.10.0: Update to work with Luigi 3.x (3.1.1)

07 Jan 21:54
Compare
Choose a tag to compare

There were some conflicting libraries and unnecessary dependencies prohibiting SciLuigi from working with the latest Luigi 3.x branch.

This is now fixed, together with various cleanups and fixes in examples as well.

Update to work with Python 3.7 and Luigi 2.8

27 May 15:14
Compare
Choose a tag to compare

This release fixes various minor issues that were throwing errors with Python 3.7 and Luigi 2.8.

It now also suppresses a some specific warnings that are thrown because of the way SciLuigi uses Luigi's API, but which is tested to work as expected.

0.9.6 BETA 7

21 Sep 14:43
Compare
Choose a tag to compare
0.9.6 BETA 7 Pre-release
Pre-release

Fixes issue #41 - Thx to @millawell and @xaedes for the (simultaneous) PRs #40 and #42 .

0.9.5 BETA 6

04 Apr 15:12
Compare
Choose a tag to compare
0.9.5 BETA 6 Pre-release
Pre-release

Beta release. Many minor fixes, including a MANIFEST.in file, and updates in README.

0.9.4 BETA 5

26 Oct 17:35
Compare
Choose a tag to compare
0.9.4 BETA 5 Pre-release
Pre-release

Beta release. Updates in this release includes adjustments to be able to initiate workflow tasks from within workflow tasks.

0.9.3 BETA 4

22 Oct 09:27
Compare
Choose a tag to compare
0.9.3 BETA 4 Pre-release
Pre-release

See also this release on PyPI.

Some notable changes in this release:

  • Python 3 support
  • Support for Amazon S3 data targets

Big thanks to @jeffcjohnson for these contributions!

0.9.2 BETA 3

05 Oct 14:49
Compare
Choose a tag to compare
0.9.2 BETA 3 Pre-release
Pre-release

Maintenance release, with mainly some PyLint warnings corrected.

There is more to do, like adding more tests and fixing more pylint issues, but the library works and is used in production already.

v0.9.1-BETA: Bugfixes and polish

15 Sep 12:14
Compare
Choose a tag to compare
Pre-release

This is mainly a bug-fix release, fixing some bugs and minor polish.

Changes:

  • Added util methods to save/retrieve flat dicts to recordfiles 199f6f1
  • Raise exception on nothing returned from workflow() method of Workflo… … ff9e27d
  • Update README with Prerequisites and Install sections 54bfee1
  • Remove unneccessary log init 6293c9c
  • Don't log about logfile path more than once c2cafeb
  • Proper spacing around code blocks in README aa8310a
  • Bugfix: Must use same treatment of list of command parts in all ex* f… … 1e028c3
  • Handle problem with multiple jobs checking the same folder at the sam… … ab41eb7
  • Update text about work in progress, in README

v0.9-BETA

01 Sep 13:51
Compare
Choose a tag to compare
v0.9-BETA Pre-release
Pre-release

This BETA release is suitable for early-adopters who want to try the library out, and see if it is the right thing for them.

Things might still be rough around the edges (allthough all known edges are smoothed out), and there is still polishing, further testing, and some more advanced features (like sub-workflow support) that remain to be done.

But all in all, it should be ready to take out for a try!