Skip to content

Releases: EBISPOT/gwas-sumstats-tools

v1.0.11

22 Mar 15:31
Compare
Choose a tag to compare
v1.0.11 Pre-release
Pre-release
chore: Bump version to 1.0.11

v1.0.10

22 Mar 15:24
1aab2ff
Compare
Choose a tag to compare
v1.0.10 Pre-release
Pre-release

What's Changed

  • fix: Parse trait description from ingest api response by @karatugo in #31

Full Changelog: 1.0.9...1.0.10

v1.0.9

21 Mar 12:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.8...1.0.9

v1.0.8

14 Feb 13:36
Compare
Choose a tag to compare

fix: Publish to PyPI using an API token

v1.0.7

12 Feb 11:38
Compare
Choose a tag to compare
  • feat: Add bypass for REST API response in metadata_dict_from_gwas_cat

V1.0.6: extract metadata from both rest and ingest API

21 Dec 23:25
f224f8c
Compare
Choose a tag to compare

Extract metadata from both rest and ingest API

This version improved the code by the following point:

  • Isolate the function of generating the meta-yaml file for a given sumstat.
  • In addition to the existing method, the fetch metadata from ingest API, this release can also fetch from rest API, because some of the studies do not have ingest API.
    *We also improved the meta-yaml file output to make it more human-reading friendly.

v1.0.5

24 Oct 09:36
Compare
Choose a tag to compare

Release Notes - Version 1.0.5

Fixes

  • Resolved the Float128 dtype error on Windows.
  • Enhanced compatibility for both Windows and macOS platforms.

v1.0.4

17 Jul 16:58
Compare
Choose a tag to compare
  • fix build in ci

v1.0.3

17 Jul 16:49
Compare
Choose a tag to compare
  • Adding configurable GWAS Catalog APIs

v1.0.2

21 Jun 12:34
Compare
Choose a tag to compare
  • Minor patch updating the dependencies in the project, in particular pandas.