Skip to content

Releases: fridgerator/PyNode

v0.4.2

17 Oct 15:12
Compare
Choose a tag to compare

Fixed

  • Fixed depreciation warnings, and differences between node 10 - 12

v0.4.1

16 Oct 19:08
Compare
Choose a tag to compare
  • Fixed multithreading bug, pynode can now run in workers (multiple threads created by node.js)

v0.4.0

12 Oct 03:07
Compare
Choose a tag to compare

Added

  • Thread safety
  • Throw exception if function cannot be found

v0.3.3

30 Sep 16:40
Compare
Choose a tag to compare
  • Function call exceptions now return a stacktrace

v0.3.1

19 Sep 20:13
Compare
Choose a tag to compare

Fixed typings

v0.2.8

19 Aug 13:31
Compare
Choose a tag to compare
  • Throw exception if python functions dont return pure python types

v0.2.7

08 Aug 16:17
Compare
Choose a tag to compare
v0.2.7

v0.2.6

07 Aug 15:13
Compare
Choose a tag to compare
v0.2.6

v0.2.5

05 Aug 17:49
Compare
Choose a tag to compare
v0.2.5

v0.2.0

01 Jul 17:03
Compare
Choose a tag to compare
  • 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