arrayfire/arrayfire-js

Tracking progress to 1.0.0-beta

unbornchikken opened this issue · 4 comments

TODO:

  • Feature complete
    • Functions
    • array methods
    • other classes
    • Statics (aka enums)
    • gfor
    • make it as async: #9
  • Atleast two different working examples (other than hello world)
    • pi
    • neural network with mnist
  • AFArray, math functions, device functions, vector algorithms, gfor fully documented, skeleton for full documentation
    • AFArray
    • math functions
    • device functions
    • vector algorithms
    • gfor
    • skeleton
  • Basic unit tests covering AFArray methods, indexing operators, essential math functions, gfor and vector algorithms
    • AFArray
    • math functions
    • device functions
    • vector algorithms
    • gfor
  • Fixes

It's feature complete as of 0.12.0.

@umar456 As you've noticed I'm very low on spare time nowadays, I'm keen on moving forward my workflow module to get v1 released, because we've started to use that in production at SWICON. If you could put there some effort from your side, then we can release a v1 of this module. Once we achieve that, I'll try to promote us on Node Weekly (I was there with my other module once), that will secure us 100+ instant GH stars for sure. ;)

@unbornchikken I have very recently finished a project which was taking a lot of my time. I should be able to make some progress on this in the coming week.

obsolete. will start anew issue for tracking this