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

Releases: HumanCellAtlas/metadata-api

release/1.0b12

23 Mar 04:10
Compare
Choose a tag to compare
release/1.0b12 Pre-release
Pre-release

Adds cell_suspension.selected_cell_type.

release/1.0b11

11 Mar 05:27
Compare
Choose a tag to compare
release/1.0b11 Pre-release
Pre-release

Add support for project accessions.

release/1.0b10

28 Feb 01:56
Compare
Choose a tag to compare
release/1.0b10 Pre-release
Pre-release
  • Support for multiple organ parts in specimens
    DataBiosphere/azul#699
    HumanCellAtlas/metadata-schema#767

    This is a backwards compatibility breaking change. The SpecimenFromOrganism.organ_part property will raise an exception. Client need to be modified to use organ_parts instead.

  • Use ontology terms where applicable (#31)

  • Rename method and reagent fields (#44)

release/1.0b9

31 Jan 02:17
Compare
Choose a tag to compare
release/1.0b9 Pre-release
Pre-release
  • Extract model_organ/model_for_organ and model_organ_part from organoid
  • Add support for renaming of total_estimated_cells to estimated_cell_count in cell_suspension

release/1.0b5

02 Oct 06:02
Compare
Choose a tag to compare
release/1.0b5 Pre-release
Pre-release

Add fields needed for data browser's Projects tab (fixes #20)

release/1.0b4

25 Sep 02:16
Compare
Choose a tag to compare
release/1.0b4 Pre-release
Pre-release

This release is backwards incompatible with previous releases in that the Python package name changed. This was done to allow for humancellatlas.data.metadata to be a namespace package, enabling other distributions to provide modules in that namespace.

Import statements in client code need to be updated from

from humancellatlas.data.metadata import Bundle

to

from humancellatlas.data.metadata.api import Bundle

This release can only be installed with setuptools >= 40.1.0 (https://setuptools.readthedocs.io/en/latest/history.html?highlight=find_namespace_packages#v40-1-0) present because it relies on the availability of find_namespace_packages. If the installation fails with

ImportError: cannot import name 'find_namespace_packages'

run

pip install -U setuptools

release/1.0b3 [BROKEN]

25 Sep 00:35
Compare
Choose a tag to compare