Skip to content

Releases: harshkhandeparkar/gpujs-hive-compute

Configurable WebSocket port

18 Nov 05:32
Compare
Choose a tag to compare
Pre-release

Added

  • : A new option wsPort can be used to configure a custom WebSocket server port.

Promises

03 Nov 05:19
Compare
Choose a tag to compare
Promises Pre-release
Pre-release

Changed

  • Uses promises/async...await instead of callbacks, see README /README.md
  • Changed demo examples slightly 

Options Object as input

19 Aug 10:24
Compare
Choose a tag to compare
Pre-release

Changed

  • Instead of individual inputs hiveHelp(gpu, func....), the functions now accept an options object,
    hiveHelp({ gpu, func...})

2-D Output Support, API improvements, Refactors and More

03 Aug 20:25
40ef34e
Compare
Choose a tag to compare
  • Read the docs for more

Sorry but I forgot to add the releases for some versions 😛

Usable

22 Jul 07:37
Compare
Choose a tag to compare
Usable Pre-release
Pre-release

Usable with 1-D outputs and has enough docs for it.