Skip to content

Releases: dpilger26/NumCpp

Release Version 2.16.0

30 Nov 20:31
212d94d

Choose a tag to compare

Version 2.16.0

Release Version 2.15.0

27 Nov 16:01
5f8f6b8

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