Skip to content

dash-picture-annotation v0.2.0

Choose a tag to compare

@cainmagi cainmagi released this 03 Mar 21:24
· 1 commit to main since this release
1eb390b

Introduction

GitHub release (latest SemVer) GitHub all releases GitHub PyPI - Downloads

Dash Picture Annotation is a Dash component library.

Dash porting version of the React project React Picture Annotation 🔗. Provide a simple annotation window for a single picture.

Changelog

0.2.0 @ 03/03/2025

📣 New

  1. Improve and add the scaling control features. Now, the annotated image scale behaves more like the <img> tag. Users can use a new property, init_scale, to fine-grain control the scale.
  2. Add utilities and typehints related to the newly introduced scale features. It is recommended that dpa.sanitize_scale can be used to create dpa.Scale.
  3. Add demo of the new feature init_scale to usage.py.

💾 Change

  1. Bump the yarn version from 4.5.3 to 4.7.0.
  2. Add the dependency react-image-size.

Full Changelog: v0.1.2...v0.2.0