Skip to content

Releases: InformaticsMatters/pipelines-utils

Utilities for the SDF-picker

26 Apr 20:25
3366d08
Compare
Choose a tag to compare

Utility methods for a new pipeline that uses an SDF picker.

Internal testing (and Travis test)

03 Apr 12:43
Compare
Choose a tag to compare

A change picking up some internal test code, but primarily to check the Travis Deploy stage works.

Restructuring release

28 Mar 11:39
Compare
Choose a tag to compare

Some methods move to/from here to rdkit utils.

Bugfix release

27 Mar 23:10
Compare
Choose a tag to compare

Fixes poor internal import.

Restructured Release

27 Mar 14:19
Compare
Choose a tag to compare

v2.0.0 of the Python-based utility modules that see a separation of core utils (pipelines-utils) from those that require RDKit. The RDK-dependent utilities are the subject of a new PIP distribution (im-pipelines-utils-rdkit).

Can now stop on error

01 Feb 11:03
Compare
Choose a tag to compare

Adds -s (--stoponerror) to force the tester to stop on first failure.
Also minor adjustments in output (the PYTHONPATH value is exposed)

Retest on Windows

30 Jan 13:38
8a4a5e8
Compare
Choose a tag to compare

Adjustments for Windows execution (via GitBash)

Support for in-docker execution

25 Jan 14:52
08601c7
Compare
Choose a tag to compare

Pipelines can now be validated against their Docker images by execution within a corresponding Docker container. To run in this mode use the new task: -

./gradlew runDockerPipelineTester

First PipelineTester

23 Jan 15:44
Compare
Choose a tag to compare
- Refined README

- Adds a requirements.txt file to simplify adding modules to Conda
- Redirected directories now use '-' to separate file and test names
- Moved test template to root directory
- Now using 3-digit version number