Skip to content

Releases: Clinical-Genomics/housekeeper

Release 4.8.8

06 Oct 13:11
Compare
Choose a tag to compare

Upgrade to Python 3.11

Release 4.8.7

06 Oct 12:36
Compare
Choose a tag to compare

Update deployment instructions (#145)(patch)

Release 4.8.6

05 Oct 08:13
Compare
Choose a tag to compare

Upgrade to Python 3.8 (#144)(patch)

Upgrade from Python 3.7 to 3.8

Release 4.8.5

04 Oct 09:22
Compare
Choose a tag to compare

Upgrade to click 8 (#143)(patch)

Remove Click 6 lock, the actual version used will still be 6 in practice due to the lock in cg.
Unlocking it here will allow for upgrading it in cg which will then mean Click 8 will be used in housekeeper as well.

Release 4.8.4

02 Oct 13:10
Compare
Choose a tag to compare

Allow for latest sqlalchemy 1.4 version (#142)(patch)

Release 4.8.3

29 Sep 14:14
Compare
Choose a tag to compare

refactor(moving log info to debug) (#141) (patch)

Description

Moving the LOG level from the Housekeeper store handlers to DEBUG. These messages clutter the output when functions are called repeatedly in other scripts.

Release 4.8.2

20 Sep 10:21
Compare
Choose a tag to compare

Upgrade sqlalchemy to 1.4 (#140)(patch)

  • Update sqlalchemy requirement to <=1.4
  • Fix deprecation warnings in 1.4

Release 4.8.1

20 Sep 09:00
Compare
Choose a tag to compare

feat(isort): Add (#139)

Added

  • Adding isort to pre-commit

Release 4.8.0

11 Sep 11:51
Compare
Choose a tag to compare

Include bundle by default (#138) (minor)

Added

  • Flag to exclude bundle when running housekeeper add bundle.

Changed

  • By default housekeeper add bundle includes the bundle.

Release 4.7.2

11 Sep 06:26
Compare
Choose a tag to compare

Remove pytest fixture prefix snd name arg in decorator (#137)

Changed

  • Remove pytest fixture prefix snd name arg in decorator