Releases: v7labs/upolygon
Releases · v7labs/upolygon
v0.1.11
What's Changed
- [IO-1344] Fix for OOM find_contours issue by @Nathanjp91 in #16
- [IO-1402][internal] Refactoring deployment by @owencjones in #17
New Contributors
- @Nathanjp91 made their first contribution in #16
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Adds in the necessary files to build in new pip version by @owencjones in #12
- [IO-603][external] Update to work with current versions of NumPy by @owencjones in #13
New Contributors
- @owencjones made their first contribution in #12
Full Changelog: v0.1.8...v0.1.9
v0.1.8 Released
Added support for python 3.10, dropped support for 3.6
v0.1.7 Released
Renamed internal module from rle
to run_length_encoding
to prevent shadowing from other libraries
v0.1.6 Released
Simplify polygon is now using an iterative algorithm (to prevent max recursion limits for large polygons).
RLE encode/decode
Introduces rle_encode
and rle_decode
.
Useful for when interacting with the coco format.
Roughly 15 times faster than solutions written in pure python.
Fix for Segfaults
draw_polygon
sometimes segfaulted if a path had negative x,y coordinates or at lied exactly at the mask border.
Simplify Polygons
New functionality to simplify polygons, automatically applied lossless to find_contours.
Bug fix in find_contours
v0.1.2 bump version