Releases: Clinical-Genomics/housekeeper
Release 4.8.8
Upgrade to Python 3.11
Release 4.8.7
Update deployment instructions (#145)(patch)
Release 4.8.6
Upgrade to Python 3.8 (#144)(patch)
Upgrade from Python 3.7 to 3.8
Release 4.8.5
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
Allow for latest sqlalchemy 1.4 version (#142)(patch)
Release 4.8.3
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
Upgrade sqlalchemy to 1.4 (#140)(patch)
- Update sqlalchemy requirement to <=1.4
- Fix deprecation warnings in 1.4
Release 4.8.1
Release 4.8.0
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
Remove pytest fixture prefix snd name arg in decorator (#137)
Changed
- Remove pytest fixture prefix snd name arg in decorator