Skip to content

Releases: pygfx/pylinalg

v0.6.7

06 Mar 15:26
b9ffe27

Choose a tag to compare

Restore support for ndim>2 vector arrays in vec_transform (#105)

* support ndim 3+ in vec_transform

* refactor again

* bump version

v0.6.6

23 Feb 14:31
3d8ee29

Choose a tag to compare

optimize vec_transform again (#104)

v0.6.5

23 Feb 14:31
ca09f0c

Choose a tag to compare

Optimize vec_transform (#102)

* optimize vec_transform

* bump version

v0.6.4

23 Feb 14:31
f162fcb

Choose a tag to compare

Optimize (#101)

* optimize a few functions and fix astype usage

* bump version

v0.6.3

10 Jan 12:39
ce18542

Choose a tag to compare

Various improvements (#100)

* various improvements

* fix test

* fix test again

* add test

v0.6.2

08 Jan 19:23
211c86f

Choose a tag to compare

reduce amount of array allocations (#99)

v0.6.1

31 Dec 14:47
dc0b51c

Choose a tag to compare

bump version (#96)

v0.6.0

28 Dec 17:19
fc49cdb

Choose a tag to compare

Fix order argument for quat_to_euler, quat_from_euler & mat_from_eule…

v0.5.1

27 Dec 11:25

Choose a tag to compare

bump version

v0.5.0

25 Dec 13:28
c7138c9

Choose a tag to compare

Direct matrix composition (#92)

* direct matrix composition

* use python syntax