From 18f0fa710995e63434ce7c173ccdb7cc81b97b38 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 7 Mar 2024 16:25:25 +0000 Subject: [PATCH] 1.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e82430977..a0cc4d137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,62 @@ +## v1.2.0 (2024-03-07) +### โœจ Feature + + +- \[**coloc**\] single SNP case (#511) [\@xyg123](mailto:33658607+xyg123@users.noreply.github.com) + + +- extract credible sets and studies from all eQTL Catalogue finemapping results (#518) [\@Irene Lรณpez](mailto:45119610+ireneisdoomed@users.noreply.github.com) + + +- \[**CARMA**\] adding time limited CARMA (#475) [\@Yakov](mailto:yt4@sanger.ac.uk) + + +- extract credible sets and studies from eQTL Catalogue finemapping results (#514) [\@Irene Lรณpez](mailto:45119610+ireneisdoomed@users.noreply.github.com) + +### ๐Ÿ› Fix + + +- pr labeller patterns (#523) [\@David Ochoa](mailto:ochoa@ebi.ac.uk) + + +- pull-request labeler fixes (#520) [\@David Ochoa](mailto:ochoa@ebi.ac.uk) + +### ๐Ÿ— Build + + +- \[**deps-dev**\] bump pytest from 8.0.1 to 8.1.0 (#516) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com) + + +- \[**deps-dev**\] bump mkdocs-git-committers-plugin-2 from 2.2.3 to 2.3.0 (#505) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com) + + +- \[**deps**\] bump typing-extensions from 4.9.0 to 4.10.0 (#506) [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com) + + +- \[**deps-dev**\] bump ipython from 8.21.0 to 8.22.1 [\@dependabot[bot]](mailto:49699333+dependabot[bot]@users.noreply.github.com) + +### ๐Ÿ‘ทโ€โ™‚๏ธ Ci + + +- precommit checks for poetry TOML and lock (#526) [\@David Ochoa](mailto:ochoa@ebi.ac.uk) + + +- pull request template (#517) [\@David Ochoa](mailto:ochoa@ebi.ac.uk) + + +- pull request labeler (#519) [\@David Ochoa](mailto:ochoa@ebi.ac.uk) + +### ๐Ÿš€ Chore + + +- update ruff pre-commit and rules (#522) [\@David Ochoa](mailto:ochoa@ebi.ac.uk) + + +- Unit tests for coloc (#509) [\@xyg123](mailto:33658607+xyg123@users.noreply.github.com) + ## v1.1.1 (2024-02-22) ### ๐Ÿ› Fix diff --git a/pyproject.toml b/pyproject.toml index 1605e67d8..1402aaf64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "gentropy" # !! version is managed by semantic_release -version = "1.1.1" +version = "1.2.0" description = "Open Targets python framework for post-GWAS analysis" authors = ["Open Targets core team"] license = "Apache-2.0"