8000 Releases · ndarray/ndarray · GitHub
[go: up one dir, main page]

Skip to content

Releases: ndarray/ndarray

Remove dependence on boost functional

21 Jun 03:05

Choose a tag to compare

1.6.4

Define binary_traits locally

Re-fix tests for zero shape elements

10 Apr 20:35

Choose a tag to compare

1.6.3

Rename functions.

Fix handling of zero-size dimensions in pybind11 conversions.

06 Apr 15:12

Choose a tag to compare

1.6.2

Fix test to actually test the right array-match.

Support for pybind11 2.6

08 Jan 19:56

Choose a tag to compare

pybind11 2.4-2.5 should continue to work as well, but this isn't part of the CI matrix.

Support for newer pybind11 versions

19 Sep 21:04

Choose a tag to compare

ndarray is now compatible with newer versions of pybind11 (at least the latest, 2.5), and probably incompatible with versions prior to pybind11 2.2.

Fix for cmake race condition and travis builds

19 Apr 14:46

Choose a tag to compare

cmake: add test dependencies

Building the tests requires first building the header files.

Hide pybind11 helper symbols to avoid warnings

18 Sep 20:50

Choose a tag to compare

1.5.2

Hide Pybind11Helper symbols when pybind11 hides its symbols.

1.5.1

18 Jun 15:41

Choose a tag to compare

Revert non-portable workaround for pybind11 2.1.x.

1.5.0

17 Jun 21:02

Choose a tag to compare

82D7

SWIG support removed.

ndarray::EigenView and Array::asEigen are disabled by default (as these are incompatible with Eigen 3.3.x), and are replaced by free functions that return Eigen::Map.

Fix problems in new pybind11 bindings.

03 Mar 18:56

Choose a tag to compare

1.4.2

Update travis doc directory for deploy.
0