Polygon-lite

Latest version: v0.1.4

Safety actively analyzes 620800 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.1.4

Earlier, depicting of infinity was using the string `'inf'`. Now it has been converted to support `math.inf` or any of it's variants.

Before updating, please check if you have been using comparisons to `'inf'` , like `slope == 'inf'`. You will have to change those to something like `slope == math.inf` or `slope == float('inf')`.

0.1.3

Improvements.

0.1.2

Improvements

0.1.1

Fixed as_array method of Point.

0.1.0

New things:
Polygon now has area method.

0.0.8.5

Points, Edges and Polygons can now be "exported" as simple numerical arrays.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.