Releases: GreatV/labelme2yolo
Releases · GreatV/labelme2yolo
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
What's Changed
- Update pillow requirement from <10.3,>=9.2 to >=9.2,<10.4 by @dependabot in #52
- Create python-publish.yml by @GreatV in #54
- Update numpy requirement from <1.27.0,>=1.23.1 to >=1.23.1,<2.1.0 by @dependabot in #56
- Update pillow requirement from <10.4,>=9.2 to >=10.4.0,<10.5 by @dependabot in #57
- labelme2yolo in rust by @GreatV in #59
Full Changelog: v0.1.7...v0.2.0
v0.1.7
v0.1.6
What's Changed
- add output_format option by @GreatV in #12
- markdown lint by @GreatV in #13
- Update l2y.py by @Arshadoid in #16
- Update pillow requirement from <9.5,>=9.2 to >=9.2,<9.6 by @dependabot in #17
- add label_list argument by @GreatV in #20
- bug fixed by @GreatV in #21
- bug fixed for output_format == bbox by @GreatV in #22
- Create pylint.yml by @GreatV in #23
- update to version 0.1.2 by @GreatV in #26
- Update README.md by @GreatV in #27
- cleanup code by @GreatV in #28
- cleanup code by @GreatV in #29
- Update numpy requirement from <1.25.0,>=1.23.1 to >=1.23.1,<1.26.0 by @dependabot in #30
- Update pillow requirement from <9.6,>=9.2 to >=9.2,<10.1 by @dependabot in #31
- Update scikit-learn requirement from <1.3.0,>=1.1.1 to >=1.1.1,<1.4.0 by @dependabot in #32
- Update numpy requirement from <1.26.0,>=1.23.1 to >=1.23.1,<1.27.0 by @dependabot in #33
- Update pillow requirement from <10.1,>=9.2 to >=9.2,<10.2 by @dependabot in #37
- support recursive search dirs by @GreatV in #38
- Update pillow requirement from <10.2,>=9.2 to >=9.2,<10.3 by @dependabot in #39
- fix error output caused by circle shape by @GreatV in #40
- accelerated conversion speed by @GreatV in #42
- replace tqdm with rich by @GreatV in #43
- improve convertion speed by @GreatV in #44
- replace pool.map with pool.imap_unordered by @GreatV in #45
New Contributors
- @Arshadoid made their first contribution in #16
Full Changelog: v0.0.9...v0.1.6