Skip to content

Releases: yutanagano/tidytcells

v2.1.3

25 Jul 12:39
57d4357
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

07 Jun 09:37
d604392
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

02 Mar 20:51
032be34
Compare
Choose a tag to compare

This is a patch to fix a broken link on the PyPI README page.

v2.1.0

02 Mar 20:25
9952583
Compare
Choose a tag to compare

This is a minor version upgrade which brings a few new goodies:

  • Improved functionality of the tr.get_aa_sequence function:
    • Added support for Mus musculus
    • Added support for diversity and joining region TR genes
  • A new pretty logo!
  • Better metadata linking the documentation page, github page and PyPI page together more closely

What's Changed

Full Changelog: v2.0.2...v2.1.0

v2.0.2

08 Feb 23:03
8999d10
Compare
Choose a tag to compare

What's Changed

  • Improved standardization warnings that don't compare the input string and best attempted fix if they are the same (thank you @andim for the suggestion!)
  • Updated TR/MH allele data
  • Updated documentation page and README with quality of life improvements

Full Changelog: v2.0.1...v2.0.2

Release 2.0.1

21 Dec 03:34
f7eedf0
Compare
Choose a tag to compare

This is a minor version update with updated TR/MH reference data.

What's Changed

Full Changelog: v2.0.0...v2.0.1

Release 2.0.0

22 Sep 09:11
d642602
Compare
Choose a tag to compare

Overview of changes in version 2

Version 2 of tidytcells comes with several breaking changes:

  • Renaming of submodules (this was done in order to make the software consistently IMGT-compliant)
    • The tcr submodule is now tr
    • The mhc submodule is now mh
  • Deprecations of functions
    • tidytcells.mh.classify is now deprecated in favour of tidytcells.mh.get_class
  • Deprecation of function parameters
    • The legacy parameter gene_name is now deprecated in favour of gene in the following functions:
      • tidytcells.mh.get_chain
      • tidytcells.mh.get_class
      • tidytcells.mh.standardize
      • tidytcells.tr.standardize
    • The parameter contains is now deprecated in favour of contains_pattern in the following functions:
      • tidytcells.mh.query
      • tidytcells.tr.query

What's Changed

Full Changelog: v1.8.4...v2.0.0

Release 1.8.6

04 Jul 15:22
a2f2335
Compare
Choose a tag to compare

Fixed bug in tcr.query where specifying both functionality as "NF" and precision as "gene" caused an error.

Release 1.8.5

04 Jun 14:00
b82e8cf
Compare
Choose a tag to compare

Improve warning messages in aa and junction submodules.

Release 1.8.4

04 Jun 13:17
5c7c0ac
Compare
Choose a tag to compare

First GitHub release.

Please refer to the documentation page for more information on the software.