Releases: pfnet-research/node-menoh
Releases · pfnet-research/node-menoh
node-menoh v1.2.4 (maintenance update)
node-menoh v1.2.3 (maintenance update)
Changes
- Fixed security vulnerability warning (updated jimp ver from 0.2.28 to 0.6.0)
node-menoh v1.2.2 (maintenance update)
Changes
- Fixed security vulnerability warning (updated lodash from ^4.17.5 to ^4.17.11.
node-menoh v1.2.1
Changes
- Updated underlying menoh core version to v1.1.1
node-menoh v1.2.0
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
Change
- Throw immediately if loading of Release/menoh.node fails
- Move lodash from
dependencies
todevDependencies
to reduce size.
node-menoh v1.1.1
Changes
- Updated README.md
- Added .npmignore to exclude test files during npm install.
node-menoh v1.1.0
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
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
Initial public release! 🎉