From 501d654c9528a828728bee7cf17186bcf3d3c873 Mon Sep 17 00:00:00 2001 From: chris-s-friedman Date: Tue, 10 Jan 2023 17:36:12 -0500 Subject: [PATCH] :label: Release 0.11.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Release 0.11.1 ### Remove last `not reported` diagnoses Updates the diagnosis table with the last diagnosis that were not reported. ### Summary - Emojis: 🍱 x2, 🚑️ x1 - Categories: Additions x2, Other Changes x1 ### New features and changes - [#110](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/110) - 🍱 remove not reported diagnoses from diagnosis manifest - [c9d85ba8](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/c9d85ba83529029afba6d58cc6cd656bae1f1f38) by [chris-s-friedman](https://github.com/chris-s-friedman) - [#109](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/109) - 🚑️ remove duplicated entries from histologies - [951ae3cb](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/951ae3cbecd1aeba47d97a124455054bc84593f3) by [chris-s-friedman](https://github.com/chris-s-friedman) - [#108](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/108) - 🍱 update histologies file with manual diagnoses - [7ab9493c](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/7ab9493c7bb014ca2a61cdbd3171c832cb19e8e1) by [chris-s-friedman](https://github.com/chris-s-friedman) --- .../submission_pkg_bug_report.yml | 1 + CHANGELOG.md | 18 ++++++++++++++++++ README.md | 1 + 3 files changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/submission_pkg_bug_report.yml b/.github/ISSUE_TEMPLATE/submission_pkg_bug_report.yml index e741a34..d06d09e 100644 --- a/.github/ISSUE_TEMPLATE/submission_pkg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/submission_pkg_bug_report.yml @@ -24,6 +24,7 @@ body: label: Version ID description: Select the version number relating to this bug options: # new_versions_here + - "0.11.1" - "0.11.0" - "0.10.1" - "0.10.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 79df40e..e23183a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # D3B CDS Manifest Prep Change History +## Release 0.11.1 + +### Remove last `not reported` diagnoses + +Updates the diagnosis table with the last diagnosis that were not reported. + +### Summary + +- Emojis: 🍱 x2, 🚑️ x1 +- Categories: Additions x2, Other Changes x1 + +### New features and changes + +- [#110](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/110) - 🍱 remove not reported diagnoses from diagnosis manifest - [c9d85ba8](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/c9d85ba83529029afba6d58cc6cd656bae1f1f38) by [chris-s-friedman](https://github.com/chris-s-friedman) +- [#109](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/109) - 🚑️ remove duplicated entries from histologies - [951ae3cb](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/951ae3cbecd1aeba47d97a124455054bc84593f3) by [chris-s-friedman](https://github.com/chris-s-friedman) +- [#108](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/108) - 🍱 update histologies file with manual diagnoses - [7ab9493c](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/7ab9493c7bb014ca2a61cdbd3171c832cb19e8e1) by [chris-s-friedman](https://github.com/chris-s-friedman) + + ## Release 0.11.0 ### Use updated histologies file diff --git a/README.md b/README.md index 6c405f8..76fb762 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ pip install git+https://github.com/d3b-center/d3b-cds-manifest-prep.git ## Data +The most recently generated manifest can be found [here](https://github.com/d3b-center/d3b-cds-manifest-prep/releases/tag/0.11.1). The most recently generated manifest can be found [here](https://github.com/d3b-center/d3b-cds-manifest-prep/releases/tag/0.11.0). The most recently generated manifest can be found [here](https://github.com/d3b-center/d3b-cds-manifest-prep/releases/tag/0.10.1). The most recently generated manifest can be found [here](https://github.com/d3b-center/d3b-cds-manifest-prep/releases/tag/0.10.0).