Skip to content

Releases: dpilger26/NumCpp

Release Version 2.12.1

18 Oct 02:31
a108470
Compare
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
Compare
Choose a tag to compare

Version_2.11.0

22 Jun 04:24
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Release Version 2.8.0

23 Jul 18:21
Compare
Choose a tag to compare

Version 2.8.0

Release Version 2.7.0

05 Jan 16:33
Compare
Choose a tag to compare

Release Version 2.6.2

29 Sep 04:30
Compare
Choose a tag to compare
  • tofile and fromfile will now work for generic struct dtypes

Release Version 2.6.1

28 Sep 06:32
Compare
Choose a tag to compare
  • Added more delimiter support to fromfile method