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

Releases: HumanCellAtlas/metadata-api

release/1.0b12

release/1.0b12 Pre-release
Pre-release

Choose a tag to compare

@hannes-ucsc hannes-ucsc released this 23 Mar 04:10

Adds cell_suspension.selected_cell_type.

release/1.0b11

release/1.0b11 Pre-release
Pre-release

Choose a tag to compare

@hannes-ucsc hannes-ucsc released this 11 Mar 05:27

Add support for project accessions.

release/1.0b10

release/1.0b10 Pre-release
Pre-release

Choose a tag to compare

@hannes-ucsc hannes-ucsc released this 28 Feb 01:56
  • 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

release/1.0b9 Pre-release
Pre-release

Choose a tag to compare

@hannes-ucsc hannes-ucsc released this 31 Jan 02:17
  • 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

release/1.0b5 Pre-release
Pre-release

Choose a tag to compare

@hannes-ucsc hannes-ucsc released this 02 Oct 06:02

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

release/1.0b4

release/1.0b4 Pre-release
Pre-release

Choose a tag to compare

@hannes-ucsc hannes-ucsc released this 25 Sep 02:16

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]

Pre-release

Choose a tag to compare

@hannes-ucsc hannes-ucsc released this 25 Sep 00:35