Releases: pharmbio/sciluigi
0.10.1: Update to work with Luigi 3.x (3.1.1) and fix build
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)
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
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
Fixes issue #41 - Thx to @millawell and @xaedes for the (simultaneous) PRs #40 and #42 .
0.9.5 BETA 6
Beta release. Many minor fixes, including a MANIFEST.in file, and updates in README.
0.9.4 BETA 5
Beta release. Updates in this release includes adjustments to be able to initiate workflow tasks from within workflow tasks.
0.9.3 BETA 4
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
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
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
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!