Skip to content

Releases: nmdp-bioinformatics/py-ard

Support for Python 3.12

11 Jun 21:09
9995570
Compare
Choose a tag to compare
  • Able to run in Python 3.12
  • Upgraded Pandas to 2.2.2
  • Python 3.8 is deprecated. Use py-ard==1.2.1 for Python 3.8.

What's Changed

Fix for ping mode

31 May 16:46
7b55ab6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

`ping` mode is default

29 May 18:02
4a7bb95
Compare
Choose a tag to compare

When in ping mode, alleles that do not have a G group, their corresponding P group is used. This will be the default behavior unless a "ping": False is supplied to pyard.init() call.

What's Changed

Full Changelog: 1.1.3...1.2.0

Fix `exon` redux for 2 field alleles

07 May 20:56
8788a3c
Compare
Choose a tag to compare

To correctly reduce to the exon version, it first expands to W and then reduce to exon level producing all possibilities at exon level.

Fixes #320

What's Changed

Full Changelog: 1.1.2...1.1.3

ARD default redux + Bug Fixes

22 Mar 21:14
a4f6931
Compare
Choose a tag to compare

Feature:

  • ARD reduction (lgx) is the default for ard.redux()

Bug Fixes:

  • When looking up MAC codes for allele list, look up with smart sort
  • Batch processing failed for zip and no compression

Serology Updates

05 Mar 15:36
7082a6f
Compare
Choose a tag to compare

Serolgy Updates

Note: This release changes and updates Serology related data. Please rebuild the cache database if there's a missing Serology error.

pyard-import --re-install
  • Support Associated Antigens in addition to broad/splits #303
  • Fix Serology reduction for 2 field alleles
  • All recognized serology to be valid, not only the ones that have corresponding DNA Alleles #306
  • Fix batch processing for DRBX column
  • Map Serology to the correct XX version

Fix CWD and Serology reduction issues

02 Feb 21:50
fd22fdd
Compare
Choose a tag to compare
  • CWD reduction issues for XX alleles
  • Allow S reduction mode for REST endpoint

See #301 For details.

1.0.10

19 Jan 21:32
778049b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.9...1.0.10

1.0.9 Updated CWD2 Reference Data

15 Dec 15:03
e85a27f
Compare
Choose a tag to compare
  • Updated CWD2 Reference Data from igdawg
  • cwd_redux() can handle CWD2 allele that are Nulls

1.0.8 - `/similar` endpoint and validation fix

05 Dec 21:09
728bc3e
Compare
Choose a tag to compare
  • #286 similar endpoint return all alleles/MAC with given prefixes
  • #287 Allele validation in non-strict mode