Skip to content

Commit

Permalink
Update CHANGELOG for v0.0.17
Browse files Browse the repository at this point in the history
Updated CHANGELOG.md for v0.0.17
  • Loading branch information
Rohan-cod committed Jun 29, 2021
1 parent b2fcecc commit 480c75b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v0.0.17 (2021-06-30)

## Added
* Exposed a new parameter to configure ratio for determining Homoplasmic vs Heteroplasmic ([#19](https://github.com/elimuinformatics/vcf2fhir/issues/19)).

## Changed
* Build process to PEP 517 ([#18](https://github.com/elimuinformatics/vcf2fhir/issues/18)).

## Fixed
* Excluded records with incorrect CHROM values in vcf file ([#19](https://github.com/elimuinformatics/vcf2fhir/issues/19)).
* Removed 'Human reference sequence assembly version' component from variant observation ([#36](https://github.com/elimuinformatics/vcf2fhir/issues/36)).
* Case where conversion region is not studied ([#66](https://github.com/elimuinformatics/vcf2fhir/issues/66)).
* FHIR validation errors and warnings ([#77](https://github.com/elimuinformatics/vcf2fhir/pull/77)).

# v0.0.1 - v0.0.16

Converts VCF variants into a [FHIR Genomics Diagnostic Report](http://hl7.org/fhir/uv/genomics-reporting/index.html).
Expand Down

0 comments on commit 480c75b

Please sign in to comment.