Skip to content

NumPhp 0.3.0

Compare
Choose a tag to compare
@landrok landrok released this 18 Jul 17:33
· 39 commits to master since this release

Features

API changes

  • sum() method now accepts axis and keepdims parameters.

  • Indexing and slicing
    now have a starting index at 0
    Previously, [0][0] was indexed ['1,1']
    Now it's indexed ['0,0']
    Calling [','] now throws an error 'Invalid index syntax'. It has to be replaced by [':,'] or merely

QA