Skip to content

Eindex 0.1.0: initial release

Latest
Compare
Choose a tag to compare
@arogozhnikov arogozhnikov released this 15 May 07:59
· 6 commits to main since this release
9595298

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).