Skip to content

Releases: reality/klarigi

0.1.3-SNAPSHOT

30 Aug 19:31
Compare
Choose a tag to compare
0.1.3-SNAPSHOT Pre-release
Pre-release
Merge branch 'main' of github.com:reality/klarigi

0.1.2

13 Aug 15:36
Compare
Choose a tag to compare
  • More information in
  • --classify function repaired
  • --classify-with-variables with --classify now uses nExclusion of training set passed with --data, since obviously we shouldn't know the distribution of class balance in the test set. Ironically this tends to actually improve the performance, because because the training set is probably larger, the nExclusion scores are more refined w.r.t label...

Full Changelog: 0.1.1...0.1.2

0.1.1-2

12 Aug 11:29
Compare
Choose a tag to compare
  • Fix for --max-inclusion and friends on CalculateOI

Full Changelog: 0.1.1...0.1.1-2

0.1.1

12 Aug 09:37
Compare
Choose a tag to compare
  • Major fix: Previously, overall inclusion calculation was using only exact matching, which is not the correct implementation of the scoring system. This has been fixed.
  • Performance and efficiency improvements, particularly surrounding classification. Use of pre-scoring values speeds things up a lot. Some multiprocessing stuff in data loading. Repairs for potential race conditions.
  • Other small output/usability fixes

Full Changelog: 0.1.0...0.1.1

0.1.0

10 Aug 08:38
Compare
Choose a tag to compare

This marks the release of 0.1.0, (essentially) the version used for the paper.

  • Many output fixes, correct LaTeX things
  • Replace ECM with UCM (so ECM is the default classification mode)
  • --classify-with-variables
  • Redefinition of inclusion/exclusion scores
  • Power -> r-score
  • Many bug-fixes
  • Much much more
  • Introduce pre-scoring for greater efficiency
  • Various speed/efficiency improvements
  • Usability/avoidance of stack trace captures
  • --show-warnings required for IC warnings

Full Changelog: 0.0.12...0.1.0

0.1.0-RC-2

05 Aug 12:39
Compare
Choose a tag to compare
0.1.0-RC-2 Pre-release
Pre-release

0.0.13-SNAPSHOT-2

12 Feb 16:54
Compare
Choose a tag to compare
0.0.13-SNAPSHOT-2 Pre-release
Pre-release
pval fix, and --include-all mode for scoring

0.0.13-SNAPSHOT

13 Dec 14:35
Compare
Choose a tag to compare
0.0.13-SNAPSHOT Pre-release
Pre-release
  • permutation testing to provide p-values for inclusion and
  • redefinition of exclusion score to be proportion of total explained entities are internal to group
  • exclusive-group-mode
  • exclude-group-litter
  • phenopacket support initial
  • output improved for cases with single groups (don't print exclusion etc)
  • --min-power

0.0.12

05 Oct 11:47
Compare
Choose a tag to compare
  • Enable provision of groupings for similarity calculations
  • Fixes for the algorithm that previously caused no results when total coverage is low
  • --debug output for StepDown algorithm

0.0.11

23 Aug 15:42
Compare
Choose a tag to compare
  • multiple group membership delimited by ; in the group section of the inputs
  • --threads [int] option for multiprocessing
  • rewriting datastructures for time efficiency
  • bug fixes
  • data frame output
  • --power mode