Skip to content

Releases: aertslab/ctxcore

0.2.0

24 Jun 14:39
Compare
Choose a tag to compare
  • Remove unused RankingsDatabase classes and conversion functions.
  • Add CisTargetDatabase class for reading rankings/scores for regions/genes from a cisTarget scores or rankings database (only Feather v2 format), which requires pyarrow >= 8.0.0 instead of <=0.17.1 needed for the old FeatherRankingDatabase class.
  • Update FeatherRankingDatabase to use CisTargetDatabase to read cisTarget databases.
  • Reformat code and update type annotations.

0.1.1

07 May 11:42
8c7b942
Compare
Choose a tag to compare
  • Add support for reading rankings databases created by create_cisTarget_databases as the index column in the Feather file is "motifs" or "tracks" instead of "features".

0.1.0

06 May 09:48
Compare
Choose a tag to compare
Add package data