Skip to content

Releases: v7labs/upolygon

v0.1.11

27 Jul 15:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

28 Mar 10:19
Compare
Choose a tag to compare

Full Changelog: v0.1.9...v0.1.10

v0.1.9

23 Mar 11:16
c1f9cf1
Compare
Choose a tag to compare

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

Full Changelog: v0.1.8...v0.1.9

v0.1.8 Released

13 Jul 12:57
Compare
Choose a tag to compare

Added support for python 3.10, dropped support for 3.6

v0.1.7 Released

21 Dec 15:02
8c5e1f0
Compare
Choose a tag to compare

Renamed internal module from rle to run_length_encoding to prevent shadowing from other libraries

v0.1.6 Released

24 Apr 19:48
2bd6133
Compare
Choose a tag to compare

Simplify polygon is now using an iterative algorithm (to prevent max recursion limits for large polygons).

RLE encode/decode

13 Jan 15:04
fb16d70
Compare
Choose a tag to compare

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

01 Dec 01:19
0c5263e
Compare
Choose a tag to compare

draw_polygon sometimes segfaulted if a path had negative x,y coordinates or at lied exactly at the mask border.

Simplify Polygons

19 Oct 23:49
dd515a5
Compare
Choose a tag to compare

New functionality to simplify polygons, automatically applied lossless to find_contours.

Bug fix in find_contours

21 Sep 15:16
Compare
Choose a tag to compare
v0.1.2

bump version