Releases: fridgerator/PyNode
Releases · fridgerator/PyNode
v0.4.2
17 Oct 15:12
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed depreciation warnings, and differences between node 10 - 12
v0.4.1
16 Oct 19:08
Compare
Sorry, something went wrong.
No results found
Fixed multithreading bug, pynode can now run in workers (multiple threads created by node.js)
v0.4.0
12 Oct 03:07
Compare
Sorry, something went wrong.
No results found
Added
Thread safety
Throw exception if function cannot be found
v0.3.3
30 Sep 16:40
Compare
Sorry, something went wrong.
No results found
Function call exceptions now return a stacktrace
v0.3.1
19 Sep 20:13
Compare
Sorry, something went wrong.
No results found
v0.2.8
19 Aug 13:31
Compare
Sorry, something went wrong.
No results found
Throw exception if python functions dont return pure python types
v0.2.7
08 Aug 16:17
Compare
Sorry, something went wrong.
No results found
v0.2.6
07 Aug 15:13
Compare
Sorry, something went wrong.
No results found
v0.2.5
05 Aug 17:49
Compare
Sorry, something went wrong.
No results found
v0.2.0
01 Jul 17:03
Compare
Sorry, something went wrong.
No results found
Fixed typescript typing to use correct module name
appendSysPath now uses string literal to avoid having to escape slashes in windows
eval now returns an int, the result of the PyRun_SimpleString