Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions authored and Szymon Szyszkowski committed Jul 12, 2024
1 parent 6aae87d commit 54be3ce
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 1 deletion.
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,88 @@



## v1.4.0 (2024-06-14)
### ✨ Feature


- \[**config**\] 24.06 data release fixes (#639) [\@Szymon Szyszkowski](mailto:[email protected])


- credible set quality filtering (#640) [\@Daniel-Considine](mailto:[email protected])


- enable interface with gcp secrets manager (#635) [\@Irene López](mailto:[email protected])


- adding locus-breaker clumping method (#634) [\@Daniel Suveges](mailto:[email protected])


- \[**spark-helpers**\] enforce schema of returned objects (#617) [\@Daniel Suveges](mailto:[email protected])


- \[**qtl**\] ingest credible sets from single cell derived QTLs (#630) [\@Irene López](mailto:[email protected])


- \[**data_release**\] preparation for 24.06 data release (#633) [\@Szymon Szyszkowski](mailto:[email protected])


- \[**config**\] extract gwas_significance parameter to step configuration (#628) [\@Szymon Szyszkowski](mailto:[email protected])


- \[**config**\] gnomAD steps configuration extraction and versioning (#620) [\@Szymon Szyszkowski](mailto:[email protected])


- fine-mapping simulations class (#618) [\@Yakov](mailto:[email protected])

### 🐛 Fix


- \[**L2GPrediction**\] schema validation (#642) [\@Szymon Szyszkowski](mailto:[email protected])


- \[**docs**\] fixed typo in l2g_prediciton schema page (#629) [\@Szymon Szyszkowski](mailto:[email protected])


- \[**SummaryStatistics**\] fix in sanity_filter (#623) [\@Yakov](mailto:[email protected])


- \[**susie_finemapper**\] fix in the fine-mapper in case of sum stat imputation is False (#627) [\@Yakov](mailto:[email protected])


- \[**susie_finemapper**\] correct syntax for saving the logs df (#625) [\@Kirill Tsukanov](mailto:[email protected])


- \[**ld**\] correct syntax for the static method (#624) [\@Kirill Tsukanov](mailto:[email protected])


- \[**docs**\] update roadmap.md (#622) [\@buniello](mailto:[email protected])


- \[**spark helpers**\] sorter function updated to avoid crash (#613) [\@Daniel Suveges](mailto:[email protected])

### 🏗 Build


- \[**deps-dev**\] bump dbldatagen from 0.3.5 to 0.4.0 (#637) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)


- \[**deps**\] bump scikit-learn from 1.4.0 to 1.5.0 (#638) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)


- \[**deps-dev**\] bump ipython from 8.24.0 to 8.25.0 (#636) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)


- \[**deps**\] bump wandb from 0.16.2 to 0.17.0 (#606) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)


- \[**deps-dev**\] bump pep8-naming from 0.13.3 to 0.14.1 (#616) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)


- \[**deps**\] bump typing-extensions from 4.11.0 to 4.12.1 (#632) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com)


- \[**deps**\] use pandas[gcp, parquet] (#626) [\@Kirill Tsukanov](mailto:[email protected])

## v1.3.0 (2024-05-17)
### ✨ Feature

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "gentropy"
# !! version is managed by semantic_release
version = "1.3.0"
version = "1.4.0"
description = "Open Targets python framework for post-GWAS analysis"
authors = ["Open Targets core team"]
license = "Apache-2.0"
Expand Down

0 comments on commit 54be3ce

Please sign in to comment.