Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 2.31 KB

Change Log

All notable changes to this project will be documented in this file.

[Unreleased]

Added

Fixed

Changed

[0.1.7] - 2024-01-11

Added

  • Updated build script to prepare source distribution (Linux)
  • Script automatically pulls the specified submodule versions in setup.py

Fixed

  • Fixed old references to original build-scripts
  • Fixed the external submodules (clipper2, pybind, eigen) to fixed version for reference
  • Fixed a build issue with latest ClipperLib (PreserveCollinear property has become a protected member)

[0.1.6] - 2023-12-16

Added

Fixed

  • In ClipperOffset::addPaths, paths of each polygon are seperately constructed into a list of paths to ensure that these are correctly imported into ClipperOffset.
  • Scale factor has been applied when importing paths

Changed

[0.1.4] - 2023-11-12

Update release for PyClipr and updated dependencies to ClipperLib2 v.1.2. and Eigen 3.4.0 - dependent on the build system of Github.

Added

Fixed

Changed

[0.1.0] - 2023-07-14

The first release of PyClipr in its distributed packaged form via PyPi. This release includes the basic functionality and refactoring to compile