Skip to content

Releases: andim/pyrepseq

v1.5.1 Release

18 Sep 12:12
Compare
Choose a tag to compare

Object-oriented fast lookup implementations for speeding up repeated computations.

v1.5

05 Aug 23:15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.5

v1.4.3

05 Jun 16:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

Release 1.4.2

12 Mar 09:43
Compare
Choose a tag to compare

What's Changed

  • Fix function call discrepancies between TcrMetric and Tcrdist variants
  • Nearest-neighbor fix to TCRdist weighting of indels vs substitutions, renamed internal function 'symspell' -> 'symdel' for clarity

Release 1.4.1

06 Mar 14:04
Compare
Choose a tag to compare
  • Bug fix for Cdr3Levenshtein metric and relatives: now no longer requires V gene data to function
  • Bug fix for pyrepseq.pc: now properly handles coincidence calculations accross multiple features

Release 1.4

06 Mar 11:37
Compare
Choose a tag to compare

New functionality:

  • Full integration of flexible metric module throughout downstream functions (pcDelta, plotting etc.)
  • added seqs to regex converter

Fixes:

  • nn fixes for cross-set searches

New Contributors

Full Changelog: v1.3...v1.4

Release 1.3

06 Feb 14:48
Compare
Choose a tag to compare

New functionality:

  • fast symspell-based nearest neighbor finding
  • adjacency graph community detection for TCR clustering

Breaking changes:

  • renames submodule nearest_neighbor -> nn

Release 1.2.1

04 Oct 19:18
Compare
Choose a tag to compare

Updated pypi description and version bump

Release 1.2

04 Oct 19:08
Compare
Choose a tag to compare

Major updates:

  • Scatter plots with density shading
  • Fast near neighbor finding

Release 1.1

31 May 19:15
Compare
Choose a tag to compare

Major updates: