Skip to content

Releases: sciphp/numphp

NumPhp 0.4.0

14 Oct 19:45
Compare
Choose a tag to compare

Features

Core changes

  • Enforce type hintings
  • Reduce code redundancy between np and ndarray: once it's implemented in np, it's distributed to ndarray's

QA

NumPhp 0.3.0

18 Jul 17:33
Compare
Choose a tag to compare

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

NumPhp 0.2.0