Releases: hubmapconsortium/entity-api
Releases · hubmapconsortium/entity-api
v2.3.7
- Synchronize Component Dataset status value with associated Primary Multi-Assay Dataset
- New features oriented to improve index procedure efficiency, exposed via
GET /documents/<id>
- Require members from the same group to update an existing entity via the PUT call
- Minor fix to an old typo
Full Changelog: v2.3.6...v2.3.7
v2.3.6
- Support new status
Incomplete
for Dataset/Publication/Upload - Add two attributes to track existing component datasets after conversion to Multi-Assay Split
Full Changelog: v2.3.5...v2.3.6
v2.3.5
- Support hubmap_id in
GET /entities/<id>/instanceof/<type>
- Strip whitespaces around entity id to avoid 500 error
Full Changelog: v2.3.4...v2.3.5
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
- Make
dataset_type
required on new dataset/publication creation,data_types
becomes optional - Generate
dataset_type='Publication'
for Publication entities, and prohibitdataset_type
from being specified on the request - Switch to
dataset_type
for/prov-info
calls - Switch to
dataset_type
for data sankey call
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
- Add new
dataset_type
property and validators - Add
previous_revision_uuids
andnext_revision_uuids
properties - Expose
creation_action
property via the GET call - Migrate to the UBKG ontology-api calls for assaytpes and organs. Removed the deprecated
specimen_type
andtissue_type
- Add fields
ingest_task
andassigned_to_group_name
and their accompanying validators. Fix bug invalidate_if_retraction_permitted
withHuBMAP-Data-Admin
access