Skip to content

Releases: dpilger26/NumCpp

Release Version 2.15.0

26 Nov 04:43
e810198

Choose a tag to compare

Release Version 2.14.2

11 Jul 02:24
7d390df

Choose a tag to compare

  • fixed an error in ENURollPitchYawToECEFEuler() function

Release Version 2.14.1

05 May 03:42
7e3720c

Choose a tag to compare

  • made behavior of linalg::lstsq match NumPy when inputting a multidimensional b array for Issue #229

Release Version 2.14.0

09 Feb 04:16
66288dd

Choose a tag to compare

Release Version 2.13.0

03 Jan 04:48
0252a2f

Choose a tag to compare

Release Version 2.12.1

18 Oct 02:31
a108470

Choose a tag to compare

  • updated TRUE/FALSE enum fields to YES/NO to deconflict with other library's terrible macro practice of #defining TRUE/FALSE

Release Version 2.12.0

07 Oct 03:58
ba910da

Choose a tag to compare

Version_2.11.0

22 Jun 04:24

Choose a tag to compare

Version 2.11.0

  • fixed Issue #191
  • fixed Issue #194
  • fixed Issue #196
  • added rows and columns methods to NdArray
  • added wrap and wrap2Pi functions
  • added normalize function for NdArrays
  • added Logger and BinaryLogger classes for logging data
  • added coordinates::Cartesian class
  • added coordinates::reference_frames and coordinates::transforms namespaces for converting between various coordinate systems
  • various improvements and bug fixes

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