Skip to content

Releases: ndarray/ndarray

Fix compilation for newer compiler and boost versions

Choose a tag to compare

@mwittgen mwittgen released this 01 Mar 00:42
1.6.5

Update python build matrix

Remove dependence on boost functional

Choose a tag to compare

@mwittgen mwittgen released this 21 Jun 03:05
1.6.4

Define binary_traits locally

Re-fix tests for zero shape elements

Choose a tag to compare

@TallJimbo TallJimbo released this 10 Apr 20:35
1.6.3

Rename functions.

Fix handling of zero-size dimensions in pybind11 conversions.

Choose a tag to compare

@TallJimbo TallJimbo released this 06 Apr 15:12
1.6.2

Fix test to actually test the right array-match.

Support for pybind11 2.6

Choose a tag to compare

@TallJimbo TallJimbo released this 08 Jan 19:56

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

Choose a tag to compare

@TallJimbo TallJimbo released this 19 Sep 21:04

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

Choose a tag to compare

@TallJimbo TallJimbo released this 19 Apr 14:46
cmake: add test dependencies

Building the tests requires first building the header files.

Hide pybind11 helper symbols to avoid warnings

Choose a tag to compare

@TallJimbo TallJimbo released this 18 Sep 20:50
1.5.2

Hide Pybind11Helper symbols when pybind11 hides its symbols.

1.5.1

Choose a tag to compare

@TallJimbo TallJimbo released this 18 Jun 15:41

Revert non-portable workaround for pybind11 2.1.x.

1.5.0

Choose a tag to compare

@TallJimbo TallJimbo released this 17 Jun 21:02

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.