Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
waTeim committed Sep 11, 2015
1 parent 0e49bde commit ef9cda6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ of **UInt8Array**.
## Use of Shared Buffers
If the result of an expression would resolve to a JavaScript typed array, then
the buffer that underlies that array is shared, not copied, between Julia and JavaScript.
* This feature is currently supported on node 0.11, 0.12, and all versions of iojs
* This feature is currently not avaiable when using node 0.10.
* This feature is currently supported on all other versions of node and iojs
* If the array originates within Julia, then a Javascript typed array will be
created as described above with the same buffer used by Julia.
* If the array originates within JavaScript then an equivalent Julia array will be created
Expand All @@ -154,11 +154,11 @@ Tests run using npm
npm test

# Compatibility
Tested with [node](http://nodejs.org/) 0.10, 0.11, 0.12, [io.js](https://iojs.org/)
1.x, 2.x. 3.x, and also re-merge of the two; node 4.x.
Tested with [node](http://nodejs.org/) 0.10, 0.11, 0.12, and 4.0 as well as
[io.js](https://iojs.org/) 1.x, 2.x. 3.x.

Julia version 0.3 is supported on all versions of node and iojs, but Julia 0.4+ and node
0.10 are currently incompatible.
Julia version 0.3 is supported on all versions of node and iojs, but Julia 0.4+
and node 0.10 are incompatible.

Tested on OS/X, Linux, Windows.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-julia",
"version": "1.2.1",
"version": "1.2.2",
"description": "Fast and simple access to Julia embedded in node",
"main": "lib/nj.js",
"repository": {
Expand Down

0 comments on commit ef9cda6

Please sign in to comment.