Skip to content

Commit

Permalink
--labels option is now respected; using correct label for text now (w…
Browse files Browse the repository at this point in the history
…hen varying the colors); prepared for release
  • Loading branch information
fracpete committed May 5, 2022
1 parent 97b87e2 commit 42ea61e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
=========

1.0.3 (????-??-??)
1.0.3 (2022-05-05)
------------------

- ...
- `--labels` option of the `add-annotation-overlay-od` plugin gets respected now,
also using correct label for text now (when varying the colors)


1.0.2 (2022-05-05)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ optional arguments:
--force-bbox whether to force a bounding box even if there is a polygon available
--label-key LABEL_KEY
the key in the meta-data that contains the label.
--labels LABELS the blank-separated list of labels of annotations to overlay, leave empty to overlay all
--labels LABELS the comma-separated list of labels of annotations to overlay, leave empty to overlay all
--num-decimals NUM_DECIMALS
the number of decimals to use for float numbers in the text format string.
--outline-alpha OUTLINE_ALPHA
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _read(filename: str) -> str:
"wai",
"wai.annotations",
],
version="1.0.2",
version="1.0.3",
author='Peter Reutemann',
author_email='[email protected]',
install_requires=[
Expand Down

0 comments on commit 42ea61e

Please sign in to comment.