Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
waTeim committed Dec 16, 2014
1 parent 599d533 commit 487e054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,11 @@ Tests run using npm

# Limitations

* Julia composite types are currently not supported.

* Julia invocations are currently synchronous.

* Linux Julia installations must compile using -Bsymbolic-functions to avoid mismatched
use of libuv, and is now the default. However, builds of Julia prior to Dec 1, 2014 may
still have this problem [see here](http://node-julia.readme.io/v0.2.2/docs/use-of-libuv)
still have this problem [see here](http://node-julia.readme.io/v0.2.3/docs/use-of-libuv)
for more information.

* Work on Windows support is in progress.
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": "0.2.2",
"version": "0.2.3",
"description": "Fast and simple access to Julia embedded in node",
"main": "lib/nj.js",
"repository": {
Expand Down

0 comments on commit 487e054

Please sign in to comment.