Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

55 lines (40 loc) · 3.55 KB

Changelog

v3.0.0 (2021-07-21)

Feature

  • request: Do not write file if gene not found (1e503ff)

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)

Documentation

  • multithreading: Document refactored _get_session function (f11db33)

v2.0.0 (2021-07-20)

Feature

  • biomart: Change input to filename (25021bb)

Breaking

  • gtexquery.data_handling.biomart.biomart_request now requires its first parameter to be a string. (25021bb)

v1.0.1 (2021-07-20)

Documentation

  • sphinx: Udate to include new module (602e65a)

v1.0.0 (2021-07-14)

Feature

  • data_handling: Change process output to csv (98f6225)

Breaking

  • Real-world tests showed that it was quite challenging, if not impossible, to create two excel files that could be compared on a byte-by-byte level and be identical, even if their content was the same by eye. To obliviate this, and easing pipeline testing, the decision was made to move to the more reliable (and transparent) csv format. (98f6225)

Documentation

  • README: Correct links to GTExSnake (5cec877)
  • sphinx: Remove multithreading.process module (7b0eb83)

v0.2.2 (2021-07-12)

Fix

  • multithreading: Correct relative imports (3285559)

v0.2.1 (2021-07-12)

Fix

  • BMSession: Change cache to False (1ce9c51)

Documentation

  • README: Add PyPi badge (e9adb9d)
  • sphinx: Add changelog to doc build (afe2ce4)

v0.2.0 (2021-07-12)

Feature

  • repo: Initiate repository (93b88cf)

Documentation

  • docs: Correct links throughout (e60fc02)
  • gtexquery: Add module docstring (73669ed)