Skip to content

dash-picture-annotation v0.1.0

Choose a tag to compare

@cainmagi cainmagi released this 10 Nov 19:55
· 12 commits to main since this release

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.1.0 @ 11/10/2024

📣 New

  1. Add the security policy file.

🔧 Fix

  1. Fix: Lossen the input argument type of sanitize_data(...) and sanitize_data_item(...). Previously, passing not sanitized data to these functions will cause type checking issues.
  2. Fix: Fix a severe bug of importing the components in a wrong list. Now the scope is limited to the auto-generated codes.

💾 Change

  1. Change the configuration of the paths in the usage.py.

0.1.0 @ 11/06/2024

📣 New

  1. Add typehints: AnnoStyle, DashSelectOptionItem, and Size.

🔧 Fix

  1. Fix: Fix few typos in the docstrings.
  2. Fix: Fix the aliases in the top-level package.

💾 Change

  1. Upgrade Yarn to v4.5.1.
  2. Downgrade React to v18.2.x because the defaultProps which is used by Dash is marked as deprecated since v18.3.0.

0.1.0 @ 11/04/2024

📣 New

  1. Create this project.
  2. Finish the react implement src and the automatically generated package dash_picture_annotation.
  3. Add the React demo App.js.
  4. Add the Dash demo usage.py and more examples in ./examples.
  5. Add the unit tests in ./tests.
  6. Add configurations pyproject.toml.
  7. Add the devloper's environment folder ./docker and the Dockerfile.
  8. Add GitHub workflows and issue/PR templates.
  9. Add the banner in the readme file.

🔧 Fix

  1. Fix: Fix the video link in the readme file.

Full Changelog: https://github.com/cainmagi/dash-picture-annotation/commits/v0.1.0