Skip to content

Releases: waterlandlab/CluBCpG

v0.3.0

08 Jul 18:10
3d4847a
Compare
Choose a tag to compare

What's Changed


  • A major overhaul and modernization of the ClubCpG dependencies.
  • setup.py removed in favor of a pyproject.toml
  • All project dependencies updated to modern versions
  • Support of python 3.5, 3.6, 3.7, and 3.8 dropped
  • Minimum version of python is now 3.9
  • Added GitHub Actions workflows to automate testing of python 3.9 and 3.10
  • Updated readthedocs build configuration ahead of deprecation of old method

Full Changelog: v0.2.5...v0.3.0

v0.2.5

05 Apr 20:34
Compare
Choose a tag to compare

This release fixes a bug where bin sizes were not correctly used in clustering if they were not 100. This fixes #17

What's Changed

Full Changelog: v0.2.4...v0.2.5

ClubCpG_v0.2.4

26 Mar 21:35
Compare
Choose a tag to compare

Fixes a bug that occurs with clustering in 6 CpG bins AFTER imputation has occurred. This release is also the first to be assigned a DOI.

ClubCpG_v0.2.3

01 Mar 19:27
Compare
Choose a tag to compare

This update includes bug fixes which allow more bins to be captured during analysis by handling reads with indels present instead of just dropping the bin.

Additionally the verbosity at run time has been reduced.

ClubCpG_v0.1.22

05 Nov 18:28
Compare
Choose a tag to compare

Sample data added to repo, permutations added as command line argument, file permissions fixed, line endings fixed, docs updated.

LPT: Don't commit linux executable files from windows!

v0.1.18

26 Jul 15:10
Compare
Choose a tag to compare

No source code changes from 0.1.16, just file permission updates and documentation updates.

0.1.16

22 Jul 14:57
e9c5b2e
Compare
Choose a tag to compare

First full public release including full documentation and a PyPi release