Skip to content

Tags: ndarray/ndarray

Tags

1.6.4

Toggle 1.6.4's commit message
Define binary_traits locally

1.6.3

Toggle 1.6.3's commit message
Rename functions.

1.6.2

Toggle 1.6.2's commit message
Fix test to actually test the right array-match.

1.6.1

Toggle 1.6.1's commit message
Attempt to move doc deploy to GitHub actions.

1.6.0

Toggle 1.6.0's commit message
Directly report python type in pybind11 type caster.

It looks to me like type_descr is only supposed to be used for regular
wrapped types, not custom type casters of the sort we have here.
And happily we don't need to use its magic to look up the right Python
type from a compete (i.e. template-instantiated) C++ type, because we
know all ndarray type casters map to "numpy.ndarray" regardless of
their template parameters.

1.5.3

Toggle 1.5.3's commit message
cmake: add test dependencies

Building the tests requires first building the header files.

1.5.2

Toggle 1.5.2's commit message
Hide Pybind11Helper symbols when pybind11 hides its symbols.

1.5.1

Toggle 1.5.1's commit message
Update readme, revert non-portable pybind11 2.1 suffix fix

1.5.0

Toggle 1.5.0's commit message
Remove SWIG support, add compatibility with Eigen 3.3

1.4.2

Toggle 1.4.2's commit message
Update travis doc directory for deploy.