Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and rbpatt2019 committed Jul 21, 2021
1 parent 0a7baf4 commit 802bc29
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v3.0.0 (2021-07-21)
### Feature
* **request:** Do not write file if gene not found ([`1e503ff`](https://github.com/IMS-Bio2Core-Facility/GTExQuery/commit/1e503ffcdf14e5445fffd46ee7a8eba6144e44e5))

### Breaking
* gtex_request will no longer always output a file. If the passed geneID does not begin with "ENSG", a warning will be logged and the request skipped. This designed to be used with snakemake checkpoints to allow unknown variable number of genes. ([`1e503ff`](https://github.com/IMS-Bio2Core-Facility/GTExQuery/commit/1e503ffcdf14e5445fffd46ee7a8eba6144e44e5))

### Documentation
* **multithreading:** Document refactored _get_session function ([`f11db33`](https://github.com/IMS-Bio2Core-Facility/GTExQuery/commit/f11db33c020745a1ea4e9e93069738785cab0c0f))

## v2.0.0 (2021-07-20)
### Feature
* **biomart:** Change input to filename ([`25021bb`](https://github.com/IMS-Bio2Core-Facility/GTExQuery/commit/25021bbac23df42aefebd197f5cfd0e5dadebbef))
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
project = "GTExQuery"
author = "Ryan B Patterson-Cross"
copyright = "2021, IMS-MRL Bioinformatics and Biostatistic Core"
version = "2.0.0"
version = "3.0.0"
extensions = [
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
Expand Down
2 changes: 1 addition & 1 deletion gtexquery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Source code for the GTExQuery Package."""
__version__ = "2.0.0"
__version__ = "3.0.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gtexquery"
version = "2.0.0"
version = "3.0.0"
description = "Code for handling multithreaded queries for GTEx"
license = "MIT"
authors = ["rbpatt2019 <rb.patterson.cross@gmail.com>"]
Expand Down

0 comments on commit 802bc29

Please sign in to comment.