Release 1.8.0
What's Changed - Brief version
New features
Enhancements
- Set label name with parents to avoid duplicates for AstypeAnnotations
(#1492) - Pass Keyword Argument to TabularDataBase
(#1522) - Support hierarchical structure for ImageNet dataset format
(#1528) - Enable dtype argument when calling media.data
(#1546)
Bug fixes
- Preserve end_frame information of a video when it is zero.
(#1541) - Changed the Datumaro format to ensure exported videos have relative paths and to prevent the same video from being overwritten.
(#1547)
What's Changed - Full version
- Set label name with parents to avoid duplicates for AstypeAnnotations by @sooahleex in #1492
- Add TabularValidator by @sooahleex in #1498
- Add TblStats in Configurable Validator by @sooahleex in #1504
- Bump github/codeql-action from 3.25.4 to 3.25.6 by @dependabot in #1502
- Bump aquasecurity/trivy-action from 0.20.0 to 0.21.0 by @dependabot in #1506
- Bump ruff from 0.4.3 to 0.4.5 by @dependabot in #1505
- Bump pozil/auto-assign-issue from 1.14.0 to 2.0.0 by @dependabot in #1500
- Bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #1496
- Bump ruff from 0.4.5 to 0.4.6 by @dependabot in #1512
- Bump github/codeql-action from 3.25.6 to 3.25.7 by @dependabot in #1516
- Bump ruff from 0.4.6 to 0.4.7 by @dependabot in #1517
- Doc update to replace
--save-images
is replaced with--save-media
by @sooahleex in #1514 - Pass Keyword Argument to TabularDataBase by @sooahleex in #1522
- Add correct functionality for tabular data type by @sooahleex in #1513
- Add Clean Transform for tabular data type by @sooahleex in #1520
- Mergeback 1.7.0 to develop by @yunchu in #1538
- Bump aquasecurity/trivy-action from 0.21.0 to 0.23.0 by @dependabot in #1536
- Revert "Mergeback 1.7.0 to develop" by @yunchu in #1539
- Mergeback 1.7.0 to develop by @yunchu in #1540
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #1535
- Bump ruff from 0.4.7 to 0.4.9 by @dependabot in #1532
- Bugfix when end_frame is zero by @jihyeonyi in #1541
- Bump github/codeql-action from 3.25.7 to 3.25.10 by @dependabot in #1531
- Bump opencv-python-headless from 4.9.0.80 to 4.10.0.84 by @dependabot in #1537
- Bump ruff from 0.4.9 to 0.4.10 by @dependabot in #1543
- Bump ipython from 8.24.0 to 8.25.0 by @dependabot in #1518
- Bump orjson from 3.10.3 to 3.10.5 by @dependabot in #1530
- Apply clean transform of updated annotations only for tabular annotation type by @sooahleex in #1533
- verify w and h input multiplication overflow to rleEncode() by @yunchu in #1548
- Video bug fix by @jihyeonyi in #1547
- Add notebook for data handling of kaggle dataset by @sooahleex in #1534
- Update pre-commit config to pin ruff dependency for nbqa-ruff by @yunchu in #1550
- Update for release 1.8.0rc0 by @yunchu in #1559
- Support hierarchical structure for ImageNet format by @itrushkin in #1562
- Fix typings in ImageNet format by @itrushkin in #1563
- Update tpp file by @yunchu in #1564
- Update version string to 1.8.0 by @yunchu in #1565
Full Changelog: v1.7.0...v1.8.0