Skip to content

Releases: dpilger26/NumCpp

Release Version 2.10.1

27 Mar 03:25
6058ecd

Choose a tag to compare

  • fixed an error in installed cmake target when using NUMCPP_NO_USE_BOOST

Release Version 2.10.0

16 Mar 03:53
aaeb7ef

Choose a tag to compare

  • added broadcasting for all NdArray operators for Issue #147 and Issue #174
  • added broadcasting for minimum and maximum functions for Issue #74
  • added broadcasting for:
    • fmin
    • fmax
    • fmod
    • hypot
    • logical_and
    • logical_or
    • logical_xor
    • remainder
  • added insert function for Issue #170 https://numpy.org/doc/stable/reference/generated/numpy.insert.html
  • fixed Issue #177: slice and put with various integer index types
  • additional NdArray access operator overloads and at overloads
  • additional put overloads to NdArray
  • added dimSize method to NdArray
  • added timeit function
  • added overload of hypot for 3 NdArrays
  • various performance improvements and bug fixes

Release Version 2.9.0

11 Feb 02:15
2f60ff7

Choose a tag to compare

Release Version 2.8.0

23 Jul 18:21

Choose a tag to compare

Version 2.8.0

Release Version 2.7.0

05 Jan 16:33

Choose a tag to compare

Release Version 2.6.2

29 Sep 04:30

Choose a tag to compare

  • tofile and fromfile will now work for generic struct dtypes

Release Version 2.6.1

28 Sep 06:32

Choose a tag to compare

  • Added more delimiter support to fromfile method

Release Version 2.6.0

27 Sep 05:38

Choose a tag to compare

  • Added linalg::solve

Release Version 2.5.1

17 Sep 17:01

Choose a tag to compare

Made behavior of interp function consistent with NumPy when passing in non-sorted data

Release Version 2.5.0

05 Aug 05:17

Choose a tag to compare

  • added additional NdArray slice overloads
  • Removed NO_MULTITHREAD compiler flag and replaced with NUMCPP_USE_MULTITHREAD so that single threaded is now the default
  • renamed NO_USE_BOOST compiler flag to NUMCPP_NO_USE_BOOST
  • renamed INCLUDE_BOOST_PYTHON_INTERFACE compiler flat to NUMCPP_INCLUDE_BOOST_PYTHON_INTERFACE
  • renamed INCLUDE_PYBIND_PYTHON_INTERFACE compiler flag to NUMCPP_INCLUDE_PYBIND_PYTHON_INTERFACE