See [CHANGELOG.md](https://github.com/nmdp-bioinformatics/py-ard/blob/master/CHANGELOG.md) for full changelog.
[Changes][0.7.2]
<a id="0.6.11"></a>
[Fix for IMGT URL Change (0.6.11)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.11) - 2022-01-24
Fixes a breaking change where all allele lists in IMGTHLA repo have been moved to `/allelelist/` subdirectory.
[Changes][0.6.11]
<a id="0.6.10"></a>
[Bug fixes for Batch Processing (0.6.10)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.10) - 2021-12-13
Batch Reduce Fixes:
- Fix Instantiation of `pyard.ARD` object.
- Fix serology check
- Fix issue with P groups
- A new flag `convert_v2_to_v3` to convert v2 to v3 but not reduce.
[Changes][0.6.10]
<a id="0.6.9"></a>
[pyard-status command to check the status of all tables in the databases (0.6.9)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.9) - 2021-09-27
`pyard-status` command to check the status of all tables in the databases. This will help to see if there are missing tables and also to compare number of data between versions.
-------------------------------------------
IMGT DB Version: 3290
-------------------------------------------
|Table Name |Rows |
|-----------------------------------------|
|dup_g | 17|
|dup_lg | 0|
|dup_lgx | 0|
|g_group | 2786|
|lg_group | 2786|
|lgx_group | 2786|
MISSING: exon_group table
MISSING: p_group table
|alleles | 18451|
|xx_codes | 946|
MISSING: who_alleles table
MISSING: who_group table
-------------------------------------------
[Changes][0.6.9]
<a id="0.6.8"></a>
[Supports WHO and exon Reduction Types (0.6.8)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.8) - 2021-09-24
- Handle cases when there is no typing and when redux fails.
- added `exon` resolution group
- added `W` resolution group
- Fix validation issues with empty alleles, NNNNs, and non-allelic values.
- pyard-import can refresh MACs and rebuild databases
[Changes][0.6.8]
<a id="0.6.6"></a>
[handle invalid/blank input (0.6.6)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.6) - 2021-07-29
handle cases with no input and redux fails
[Changes][0.6.6]
<a id="0.6.5"></a>
[updates to pyard-reduce-csv and unit tests (0.6.5)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.5) - 2021-06-17
Use pyard-reduce-csv command to reduce a CSV file based on a JSON config file.
Use db_version 3440 in unit test to match behave tests
Re-run the tests again so local db is used.
[Changes][0.6.5]
<a id="0.6.4"></a>
[DRBX Mapping and Cw Serology (0.6.4)](https://github.com/nmdp-bioinformatics/py-ard/releases/tag/0.6.4) - 2021-06-16
- Map DRB3, DRB4 and DRB5 typings to DRBX. [82](https://github.com/nmdp-bioinformatics/py-ard/issues/82)
- Change C to Cw for serology; [84](https://github.com/nmdp-bioinformatics/py-ard/issues/84)
- Return '' for invalid MACs [84](https://github.com/nmdp-bioinformatics/py-ard/issues/84)
[Changes][0.6.4]
<a id="0.6.3"></a>