Skip to content

Latest commit

 

History

History
191 lines (88 loc) · 7.57 KB

CHANGELOG.md

File metadata and controls

191 lines (88 loc) · 7.57 KB

CHANGELOG

v0.4.4 (2024-10-17)

Performance Improvements

  • perf: test multiple image paths (815c3ba)

v0.4.3 (2024-09-04)

Fixes

  • fix: correct continue on directory error (52105e3)

v0.4.2 (2024-09-04)

Documentation

  • docs: updated docs to reflect renaming (b0a4584)

Fixes

  • fix: handle duplicate naming of output directory and rename concept to label which is more appropriate for ML (99718cd)

v0.4.1 (2024-08-30)

Fixes

  • fix: trigger release to update init.py (4e73e41)

v0.4.0 (2024-08-30)

Features

  • feat: handle file formats with any formatting before the .xml including dots, spaces, etc (9f90208)

v0.3.7 (2024-07-23)

Fixes

  • fix: correct conditional (3295453)

v0.3.6 (2024-07-22)

Performance Improvements

  • perf: only open images if valid annotation found for speed-up (d219ab8)

Unknown

  • Update README.md

added raw link for better support in docker (609a47e)

v0.3.5 (2024-06-26)

Fixes

  • fix: added version extract from tag (097b7db)

v0.3.4 (2024-06-26)

Fixes

v0.3.3 (2024-06-26)

Fixes

  • fix: correct release boolean? (4318d9e)

v0.3.2 (2024-06-26)

Fixes

  • fix: correct release boolean (400b5e1)

v0.3.1 (2024-06-26)

Fixes

  • fix: do not override the dst_file for resize and revert release change which fails (1ffe03f)

v0.3.0 (2024-06-25)

Features

  • feat: switch to id to be more generic (24bd8de)

v0.2.0 (2024-06-25)

Features

  • feat: add support for uuid in xml and add machine friendly names as an option (295f17b)

v0.1.1 (2024-06-25)

Build System

Fixes

  • fix: correct source structure (9cbc2e2)

v0.1.0 (2024-06-25)

Build System

  • build: added version to command (682c6ba)

  • build: added QEMU to to build a multi-platform image (e1adaf2)

  • build: removed unused dependencies from conda build for dev and upgraded open cv library (a5235cc)

  • build: added linux/amd64,linux/arm64 to the list of Docker images (d3c5de5)

  • build: switch platforms to M1 (81368cb)

  • build: simplified release to latest tag sans release tags (2b381b3)

  • build: switch to tf-models-official (37e641b)

Documentation

  • docs: added resizing information (f95bb18)

  • docs: added missing resize option (4d6bfd6)

  • docs: updated docs (97bacd9)

  • docs: correct argument name (1e19c60)

  • docs(readme.md): removed html and added MBARI link (f2e9c90)

  • docs: changes to reflect new repo name

updated flow image and associated doc to reflect new repo/docker image name (08fded7)

  • docs: reformatted image to remove black space (4600764)

Features

  • feat: added better square cropping algorithm (ef42a69)

  • feat: merged multiproc, added logging, and removed unused features (3c80c21)

  • feat: slimmed docker image and replaced docker id with user id (d5466d6)

  • feat: initial check-in (ea22ee2)

Fixes

  • fix: write log to writable dir and add progressbar2 (6349145)

  • fix: added missing progressbar dependency (0c77cf1)

  • fix: hack to support drone image JPG encoding (6878e7c)

  • fix: invalid literal for int with base 10 error (3b8e386)

  • fix: updated tensorflow build (4a9c718)

Performance Improvements

  • perf: remove unneeded scipy dependency (f97ad33)

  • perf: use xmltodict to reduce size of image/dependencies (c132988)

  • perf: bumped to newer python and add docker release (1915e36)

Unknown

  • minor markdown related edits (c5a0fa2)