Skip to content

Releases: waTeim/node-julia

Version 0.2.2

08 Dec 22:04
Compare
Choose a tag to compare

Completing basic datatype support

  • Added support for mutidimensional arrays
  • Added support for RegExp
  • Added support for arrays of Date and RegExp

Full release notes can be found here

Version 0.2.1

14 Nov 20:50
Compare
Choose a tag to compare

support for additional data types

  • Added support for node native arrays
  • Added support for Buffer
  • Added support for Date for Julia version 0.4+

Full release notes can be found here

Version 0.2.0

27 Oct 14:33
Compare
Choose a tag to compare
  • Added Script Feature Fixes #1
  • Added Alternate Call style to eval and exec
  • start removed
  • Improved Linux Support
  • Improved type mapping

Full release notes can be found here

0.1.6

29 Sep 05:32
Compare
Choose a tag to compare

Added Tests

Added tests to verify the engine is working, used the npm testing framework, it can be invoked by

npm test

Fixes

. Fixed a bug that was preventing Boolean typed values from being returned
. Fixed Node 10 return code for Boolean and Null

Linux++

20 Sep 05:27
Compare
Choose a tag to compare
  • Changed build especially for Linux. Currently use on Linux platforms is restricted to node 11 because of a suspected issue between node and Julia's use of libuv. There are no issues on Linux so long as node 11 is used however.
  • Fixed unnecessary and rather dumb use of scope in the node 11 version.
  • Julia strings are extracted and returned correctly.
  • Updated and corrected README

usability go.

17 Sep 20:14
Compare
Choose a tag to compare

Notes

  • Added support for exceptions being propagated from Julia to node.
  • Improved Linux support.
  • A more canonical internal mapping of types.

Fixes

  • Fix for exec with more than 3 arguments.
  • Fix for string support.
  • Fix for too many node 10 function scope creation invocation.
  • Various minor cleanup.
  • Node 11 support.

0.1.3

01 Sep 06:44
Compare
Choose a tag to compare

Fixed various problems large enough that they warrant something immediate. Stability improved with this release especially for node 10. Node 11 version will follow.