Skip to content

Releases: pfnet-research/node-menoh

node-menoh v1.2.4 (maintenance update)

11 Jul 18:09
Compare
Choose a tag to compare

Security vulnerability fix: updated loadsh ver to 4.17.13

node-menoh v1.2.3 (maintenance update)

27 Feb 03:35
Compare
Choose a tag to compare

Changes

  • Fixed security vulnerability warning (updated jimp ver from 0.2.28 to 0.6.0)

node-menoh v1.2.2 (maintenance update)

27 Feb 03:23
Compare
Choose a tag to compare

Changes

  • Fixed security vulnerability warning (updated lodash from ^4.17.5 to ^4.17.11.

node-menoh v1.2.1

22 Oct 18:37
d1a269f
Compare
Choose a tag to compare

Changes

  • Updated underlying menoh core version to v1.1.1

node-menoh v1.2.0

16 Oct 20:38
Compare
Choose a tag to compare

Changes

  • Updated underlying menoh core version to v1.1.0
    • Remove the use of deprecated functions in core v1.1.0
  • Updated nan to v2.11.1
    • FIxed the use of the deprecated functions in v2.11.1
  • Updated test cases accordingly

node-menoh v1.1.2

16 Oct 20:43
Compare
Choose a tag to compare

Change

  • Throw immediately if loading of Release/menoh.node fails
  • Move lodash from dependencies to devDependencies to reduce size.

node-menoh v1.1.1

25 Jul 03:37
Compare
Choose a tag to compare

Changes

  • Updated README.md
  • Added .npmignore to exclude test files during npm install.

node-menoh v1.1.0

15 Jul 20:36
Compare
Choose a tag to compare

Changes

  • Added model.getProfile() method
  • Deprecated:
    • model.setInputData()
    • model.getOutput()

Reason

Both of those deprecated methods performs an extra copy between JS array and C buffer (attached to native menoh). The new method getProfile() exposes the C buffer via Buffer class with which application can directly write/read to/from the buffer. (See issue #1)

Other benefits

Now you can take advantage of TypedArray or ndarray. See examples for more details.

node-menoh v1.0.1

12 Jul 07:03
Compare
Choose a tag to compare

Changes

  • Minor changes in description in package.json and README.
  • Added input data length checking (bug) and a couple of tests for it.

node-menoh v1.0.0

10 Jul 04:49
Compare
Choose a tag to compare

Initial public release! 🎉