Skip to content

v1.7.0

Compare
Choose a tag to compare
@erlete erlete released this 17 Dec 16:06
· 98 commits to main since this release
c30f1e1

This release features brand new splines, which are mathematical functions used to interpolate collections of bidimensional coordinates and generate new coordinates in between.

There have been several error corrections, such as conflictive triangle collinearity detection. Many methods have been enhanced in order to improve processing speed and many other new functionalities have been added, such as the possibility to check whether a coordinate is inside a triangle's area using the in operator.

Finally, unit tests have been implemented outside the source of the package distributable code in order to allow GitHub Actions automatic tests to be executed on pull requests to the main repository branch.

What's Changed

  • Update branch by @erlete in #15
  • Update package structure and add new features by @erlete in #16
  • Update structure and add methods by @erlete in #17
  • Spline implementation by @erlete in #25
  • Fix methods and add unit tests by @erlete in #26
  • Fix collinearity checks and update documentation by @erlete in #27
  • Restructure package and update information by @erlete in #28

Full Changelog: v1.6.0...v1.7.0