Skip to content

Releases: stack-of-tasks/eigenpy

EigenPy 2.6.11

25 Feb 10:39
v2.6.11
6ac2ab1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.10...v2.6.11

EigenPy 2.6.10

02 Feb 12:26
v2.6.10
76f8c5c
Compare
Choose a tag to compare

This new release enhances portability for ROS2 and fixes issues with Eigen::RowMajor matrix types.

What's Changed

Full Changelog: v2.6.9...v2.6.10

EigenPy 2.6.9

29 Oct 14:22
v2.6.9
e164f03
Compare
Choose a tag to compare

Mostly a maintenance release that enhances packaging support and provides fixes for Windows.

What's Changed

Full Changelog: v2.6.8...v2.6.9

EigenPy 2.6.8

05 Sep 17:54
v2.6.8
c8ab856
Compare
Choose a tag to compare

This new release:

  • enhances the compatibility with Boost >= 1.77
  • fixes Python doc
  • adds the support of Python stubs

EigenPy 2.6.7

19 Aug 14:10
Compare
Choose a tag to compare

This new release provides additional support in user-type for extracting class objects exposed through boost python.

EigenPy 2.6.6

13 Aug 08:55
v2.6.6
b6a9c32
Compare
Choose a tag to compare

This new release provides:

  • extended support of Custom types with Numpy
  • extended support of Eigen::{LLT,LDLT} for matrix solution
  • MINRES solver support

EigenPy 2.6.5

30 Jul 15:54
v2.6.5
99454d6
Compare
Choose a tag to compare

This new release extends the support of custom types registration within NumPy arrays.

EigenPy 2.6.4

25 May 22:27
v2.6.4
b56656b
Compare
Choose a tag to compare

This new release fixes some bugs when compiling with -march=native.
It also fixes a bug of include orders.

EigenPy 2.6.3

16 Apr 17:24
v2.6.3
aef2a9a
Compare
Choose a tag to compare

This new release enhances the support of EigenPy with Numpy >= 1.2.0

EigenPy 2.6.2

28 Mar 17:31
v2.6.2
3195581
Compare
Choose a tag to compare

Add support of boolean matrices.