Skip to content

Commit

Permalink
Merge pull request #119 from d3b-center/release-0.13.0-🏷
Browse files Browse the repository at this point in the history
🏷 Release 0.13.0
  • Loading branch information
chris-s-friedman committed Jan 12, 2023
2 parents 9a5216f + 20ee5a9 commit 986cf09
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/submission_pkg_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ body:
label: Version ID
description: Select the version number relating to this bug
options: # new_versions_here
- "0.13.0"
- "0.12.0"
- "0.11.1"
- "0.11.0"
Expand Down
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# D3B CDS Manifest Prep Change History

## Release 0.13.0

### Set diagnosis as an attribute of event, not aliquot

Set diagnosis as an attribute of event, not aliquot. Set diagnosis IDs as the 7316 (event) ID.

### Summary

- Emojis: ✨ x2, ♻️ x1
- Categories: Additions x3

### New features and changes

- [#118](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/118) - ✨ New diagnosis IDs - [9a5216fd](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/9a5216fdc21d037aefb1db1339c968dd5179a5de) by [chris-s-friedman](https://github.com/chris-s-friedman)
- [#117](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/117) - ✨ add qc of diagnoses - [0392c252](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/0392c2520fbf4a4d3ef1d6288d9c504fb7314eb7) by [chris-s-friedman](https://github.com/chris-s-friedman)
- [#116](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/116) - ♻️ move qc functions to submodules of qc - [8dd03057](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/8dd03057129355cdea3f2fc7ef0eef0674c47b16) by [chris-s-friedman](https://github.com/chris-s-friedman)


## Release 0.12.0

### Use updated base and read counts
Expand Down Expand Up @@ -335,4 +353,4 @@ Updated logic for picking diagnosis from pathology_diagnosis, broad_histology, a
- [#4](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/4) - ✨ Add tools to generate manifests - [82049711](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/820497117ae34a6b01e69d93b44814508a99d371) by [chris-s-friedman](https://github.com/chris-s-friedman)
- [#3](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/3) - ✨ Begin working on single entrypoint script - [ad18a5f0](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/ad18a5f0459886ad9b21f2dd858c7b189f6b2a69) by [chris-s-friedman](https://github.com/chris-s-friedman)
- [#2](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/2) - move qc script into its own step in pipeline - [c952f080](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/c952f08037f59f15c1178d46179638995bf842d9) by [chris-s-friedman](https://github.com/chris-s-friedman)
- [#1](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/1) - 🚧 move files from kf_support and add extra cleanup - [de9dc1c6](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/de9dc1c63cdef88ef973fef42e3553bcd6eb1ec8) by [chris-s-friedman](https://github.com/chris-s-friedman)
- [#1](https://github.com/d3b-center/d3b-cds-manifest-prep/pull/1) - 🚧 move files from kf_support and add extra cleanup - [de9dc1c6](https://github.com/d3b-center/d3b-cds-manifest-prep/commit/de9dc1c63cdef88ef973fef42e3553bcd6eb1ec8) by [chris-s-friedman](https://github.com/chris-s-friedman)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pip install git+https://github.com/d3b-center/d3b-cds-manifest-prep.git
## Data

<!---line below is generated by prerelease script insert_version_url_here --->
The most recently generated manifest can be found [here](https://github.com/d3b-center/d3b-cds-manifest-prep/releases/tag/0.13.0).
The most recently generated manifest can be found [here](https://github.com/d3b-center/d3b-cds-manifest-prep/releases/tag/0.12.0).
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).
Expand Down

0 comments on commit 986cf09

Please sign in to comment.