Skip to content

V2.6.0

Compare
Choose a tag to compare
@msokoloff1 msokoloff1 released this 11 Jun 20:38
dbbe2d8

Version 2.6.0 (2021-06-11)

Fix

  • Upated create_mask_ndjson helper function in image_mal.ipynb to use the color arguement
    instead of a hardcoded color.

Added

  • asset_metadata is now deprecated and has been replaced with asset_attachments
    • AssetAttachment replaces AssetMetadata ( see definition for updated attribute names )
    • Use DataRow.attachments() instead of DataRow.metadata()
    • Use DataRow.create_attachment() instead of DataRow.create_metadata()
  • Updated pydantic version