Skip to content

Releases: arogozhnikov/eindex

Eindex 0.1.0: initial release

15 May 07:59
9595298
Compare
Choose a tag to compare

Initial implementation for a number of functions:

  • argmax
  • argmin
  • argsort
  • gather
  • scatter
  • gatherscatter

Supported both plain numpy and array api (scatter and gatherscatter currently available only in numpy).