Skip to content

Releases: open-space-collective/open-space-toolkit-mathematics

2.0.2

13 Feb 11:25
e85d089
Compare
Choose a tag to compare

Full Changelog: 2.0.1...2.0.2

2.0.1

08 Feb 21:14
9830b0b
Compare
Choose a tag to compare

What's Changed

  • refactor: add Type to interpolator class and factory method for usability by @apaletta3 in #110

Full Changelog: 2.0.0...2.0.1

2.0.0

07 Feb 01:05
1da0c43
Compare
Choose a tag to compare

refactor:

  • remove test.hpp class from include folder
  • align namespaces to singular and expand top level namespace

build:

  • update Core to 2.1.0

1.0.3

02 Feb 00:08
39a7665
Compare
Choose a tag to compare
  • fix: normalize output of Polygon::getNormalVector

1.0.2

27 Nov 18:10
d1cf4a8
Compare
Choose a tag to compare

refactor

  • rename plural namespaces to singular for alignment #102

1.0.1

27 Nov 02:10
5086596
Compare
Choose a tag to compare

refactor

  • explicit namespacing for trf::rot -> transformations::rotations (#101)

1.0.0

22 Nov 15:53
cf4f059
Compare
Choose a tag to compare

refactor

  • rename abbreviated namespaces to full pathing (#100)

0.7.9

17 Oct 04:30
86899ac
Compare
Choose a tag to compare

fix

  • align Vector6d to be a column vector like the rest (#99)

0.7.8

02 Oct 21:24
2c24fdc
Compare
Choose a tag to compare

feat

  • add Vector6d typedef

0.7.7

25 Sep 08:34
8de63a5
Compare
Choose a tag to compare
  • fix: make PointSet 2D and 3D classes iterable in Python (#96)
  • build: add CMAKE cache option for Python versions (#95)