Skip to content

Numpy Improvements and numpy.random

Latest
Compare
Choose a tag to compare
@ebertmi ebertmi released this 28 Sep 18:32
· 35 commits to master since this release

This release contains a lot of internal improvements for the ndarray type.
Namely:

  • attribute handling
  • dtype handling (various functions use auto promoting)
  • better unpacking support for nested sequence types
  • added numpy.vdot function
  • fixed ndarray.reshape
  • added ndarray.shape attribute, which allows to be set