Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Releases: HumanCellAtlas/metadata-api

1.0 beta 22

14 Nov 06:47
Compare
Choose a tag to compare

Upgrade to dcp-cli (aka hca) version 6.4.0 (#91)

1.0 beta 21

18 Oct 04:30
Compare
Choose a tag to compare
1.0 beta 21 Pre-release
Pre-release

Adds support for project.supplememtary_links.

release/1.0b20

08 Oct 02:24
Compare
Choose a tag to compare
release/1.0b20 Pre-release
Pre-release
  • Properly size DSSClient connection pool (#89, PR #90

    This avoids discarding connections unnecessarily as indicated by the accompanying Connection pool is full, discarding connection warning.

  • Add support for file_core.content_description (#82, PR #87)

release/1.0b19

01 Jun 01:51
Compare
Choose a tag to compare
release/1.0b19 Pre-release
Pre-release

Add support for biomaterial_core.ncbi_taxon_id (#79).

release/1.0b18

21 May 22:05
Compare
Choose a tag to compare
release/1.0b18 Pre-release
Pre-release
  • Add support for ImagingProtocol assay_type (#77)
  • Fix test case test_bad_content

release/1.0b17

13 May 17:19
Compare
Choose a tag to compare
release/1.0b17 Pre-release
Pre-release

Rename cell_line.cell_line_type to .type (#75)

release/1.0b16

04 May 04:32
Compare
Choose a tag to compare
release/1.0b16 Pre-release
Pre-release

Fix: New paging in DSS GET /bundles causes KeyError (#73)

The addition of paging to the GET /bundles endpoint causes clients unaware of it to only retrieve the first 500 files in a bundle. For most bundles in HCA production, this is not an issue since they contain fewer files. Some plate-based bundles though cross that threshold. Prior to this change, the DSS helper function in this library silently ignored all but the first 500 files. When constructing an API Bundle class with the return value from the helper, it would raise a KeyError, or, in some cases, silently deserialize a truncated subset of the full metadata graph. IOW, this bug is pretty insidious. Clients are advised to upgrade to this version of the metadata-api as soon as possible.

release/1.0b15

02 May 03:19
Compare
Choose a tag to compare
release/1.0b15 Pre-release
Pre-release

This release absorbs a number of property renames in the metadata schema, a fix for a bug that caused metadata files to be retrieved from the Data Store's AWS replica even if the GCP replica was requested and support for cell line properties.

  • e366e9e Rename process_type and protocol_type (#68)
  • 6c2f166 Rename file_format to format (#64)
  • 452edbe Rename contributors.contact_name (#63)
  • 2d42b98 Contributors and publications schema changes (#59)
  • 94ab4f0 Fix keyword arguments when calling _load_bundle()
  • e1abeba Add support for mandatory cell line fields (#51)
  • 9876853 Fetch files from the correct replica (#65)
  • 1f822ec Add tests for analysis protocol fields (#61)
  • 07d6bcb Added security.txt (#58)

release/1.0b14

12 Apr 18:45
Compare
Choose a tag to compare
release/1.0b14 Pre-release
Pre-release
  • Add sequencing_protocol.paired_end

release/1.0b13

06 Apr 02:16
Compare
Choose a tag to compare
release/1.0b13 Pre-release
Pre-release
  • Add support for imaging schema types
  • Add canning of important test bundles
  • Fix: project contributors are optional