Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@yutanagano yutanagano released this 22 Sep 09:11
d642602

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