Skip to content

Releases: cgat-developers/cgat-core

fixes to sqlalchemy

02 Apr 07:25
e033b36
Compare
Choose a tag to compare
Merge pull request #174 from cgat-developers/JS-sqlalchemy

sqlalchemy 2.0 fix

v0.6.15

08 Feb 20:51
ca95104
Compare
Choose a tag to compare

additional py3.10 compatibility [contributed by @tschoonj]

v0.6.14

19 May 08:21
Compare
Choose a tag to compare

Fix also the return value when return_unknown == True

v0.6.13

19 May 07:02
0710ccb
Compare
Choose a tag to compare
  • bugfix release that restores the backwards compatible behaviour to return only opts when using argparse

(something to make consistent in the future)

v0.6.12

18 May 19:42
9198312
Compare
Choose a tag to compare
  • bugfix release: restore missing log header for experiment.start() with optparse parser.

v0.6.11

11 Apr 14:27
a0cd954
Compare
Choose a tag to compare

Now py3.10 compatible
Updated get_params when pipeline runs so that latest param options are displayed

v0.6.9

17 Oct 20:41
f5ab6ba
Compare
Choose a tag to compare

This release removed the yaml.load() in favour of yaml.safe_load()

Updated testing to GitHub actions

18 Jul 11:03
532194e
Compare
Choose a tag to compare

No Major updates to code, but testing is now performed using GitHub actions as opposed to Travis

v0.6.7

29 Jul 05:51
1744d8a
Compare
Choose a tag to compare

Have updated requirement.txt with apsw module

v0.6.6

27 Jul 11:21
11f3e87
Compare
Choose a tag to compare

Updates include

  • Modified GEVENT wait from 1s to 30s
  • Functions to handle virtual sqlite3 tables
  • 2ccd52a fixes logging if job doesn't finish
  • pyyaml version number now correct in requirements
  • Docker file now has correct path for anaconda