Skip to content

Releases: hubmapconsortium/entity-api

v2.3.7

09 Apr 14:21
39b1a75
Compare
Choose a tag to compare
  • 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

21 Mar 13:50
795b63d
Compare
Choose a tag to compare
  • 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

07 Mar 14:23
78c7d1a
Compare
Choose a tag to compare
  • 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

16 Feb 15:27
40da2f4
Compare
Choose a tag to compare

Implement a generalized subclass schema yaml inheritance

v2.3.3

12 Feb 04:11
3257c88
Compare
Choose a tag to compare
  • Two new endpoints GET /datasets/<id>/donors and GET /datasets/<id>/samples to support full prov metadata
  • Remove restrictions on the how many component datasets can be generated during multi-assay split

v2.3.2

07 Feb 03:57
fca065c
Compare
Choose a tag to compare
  • New endpoint GET /entities/<id>/tuplets
  • Rename GET /siblings<id> to GET /entities/<id>/siblings with skipping extra triggers

v2.3.1

02 Feb 21:20
ac4bf25
Compare
Choose a tag to compare

Add validator to prevent the Component datasets generated by Multi-Assay Split and Processed datasets generated by Central Process to be edited with different direct ancestors.

v2.3.0

26 Jan 18:35
8133c93
Compare
Choose a tag to compare
  • Make dataset_type required on new dataset/publication creation, data_types becomes optional
  • Generate dataset_type='Publication' for Publication entities, and prohibit dataset_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

19 Dec 17:41
6d3b443
Compare
Choose a tag to compare

Add dataset_type field to Publication

v2.2.0

11 Dec 02:37
e2b0f7c
Compare
Choose a tag to compare
  • Add new dataset_type property and validators
  • Add previous_revision_uuids and next_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 and tissue_type
  • Add fields ingest_task and assigned_to_group_name and their accompanying validators. Fix bug in validate_if_retraction_permitted with HuBMAP-Data-Admin access