Releases: devrimcavusoglu/pybboxes
Releases · devrimcavusoglu/pybboxes
0.2.0
What's Changed
- Badge updated. by @devrimcavusoglu in #31
- Support for
from_array()
to take multidimension input. by @devrimcavusoglu in #10 - Annotation file support by @gauravparajuli in #32
- Prepare release by @devrimcavusoglu in #33
- CI test script updated. by @devrimcavusoglu in #34
New Contributors
- @gauravparajuli made their first contribution in #32
Full Changelog: 0.1.6...0.2.0
v0.1.6
What's Changed
- flake8 python3.7 fix. by @devrimcavusoglu in #26
- added download badges. by @devrimcavusoglu in #25
- Drop support for Python3.6 by @devrimcavusoglu in #30
- Update setup.py by @dean-wetherby-simplisafe in #29
New Contributors
- @dean-wetherby-simplisafe made their first contribution in #29
Full Changelog: 0.1.5...0.1.6
v0.1.5
What's New 🔥
- Scale: Now you can scale your bounding boxes with respect to the area.
- Clamp: Out-of-bounds bounding boxes can easily be clamped to the image borders.
- Generic box ops can now be easily added (covering all box types) through abstraction.
What's Changed ❗ 👀
- Strictness is changed. Starting from this version,
strict
parameter's default value is set asFalse
(formerlyTrue
).
Full Changelog: 0.1.4...0.1.5
v0.1.4
New Features
OOB boxes are now easier to handle. Further read Out-of-bounds Boxes.
What's Changed
- OOB box handles are fixed. by @devrimcavusoglu in #19
Full Changelog: 0.1.3...0.1.4
v0.1.3
v0.1.2
What's Changed
- Added shift method by @harshraj22 in #9
- add manifest file to include reqs.txt in sdist by @fcakyon in #17
New Contributors
- @harshraj22 made their first contribution in #9
Full Changelog: 0.1.1...0.1.2
v0.1.1
What's Changed
- Missing installation part for contributing updated. by @devrimcavusoglu in #12
- add python3.6 support by @fcakyon in #13
- README.md updated with future Python3.8 notice. by @devrimcavusoglu in #15
New Contributors
Full Changelog: 0.1.0...0.1.1
v0.1.0
New Features 🔥
Box objects: with auto box object you can create bounding box from any type you want easily.
Box operation: Now +, -, *, /
are supported between box objects (BoundingBox
).
Important: Functional computations and conversion is moved under pybboxes.functional
.
What's Changed
- Patch box objects by @devrimcavusoglu in #6
Full Changelog: 0.0.2...0.1.0
v0.0.2
v0.0.1
Initial release of pybboxes
- Support for bounding box types:
- Albumentations
- COCO
- FiftyOne
- Pascal VOC
- YOLO
- Support for area computations (area, intersection, union, iou).