Skip to content

Releases: pixiedust/pixiedust_node

0.2.5

28 Feb 08:28
Compare
Choose a tag to compare
  • bug fix for Python 3 where strings needed to by utf8 encoded before hashing

0.2.4

14 Feb 09:32
Compare
Choose a tag to compare
  • Fix bug where outputting a single number from a Node cell would show a Python error
  • improve Python variable cache to use hash of values for brevity
  • only migrate simple JS structures i.e not objects with functions in

0.2.3

09 Feb 11:18
Compare
Choose a tag to compare

Fixes bug where the Node.js sub-process remained running after Kernel shutdown

0.2.2

09 Feb 10:28
Compare
Choose a tag to compare

Fixes bug in Python to Node.js variable migration when the variable name is a Node.js reserved word.

0.2.1

31 Jan 08:23
Compare
Choose a tag to compare
  • fixes print statements that were not Python 3 compatible
  • fixes use of unicode type not present in Python 3
  • fixes Windows specific file extensions

Many thanks to @elainethale

0.2.0

19 Jan 14:13
Compare
Choose a tag to compare
  • global variables created in Node.js cells are shared with Python
  • variables created in Python are shared with Node.js

0.1.7

05 Jan 09:19
Compare
Choose a tag to compare
  • Windows compatibility
  • Python 3 compatibility
  • Code refactor and tidy up

(thanks to @jsnowacki)

0.1.6

03 Jan 12:09
Compare
Choose a tag to compare
  • fixes issue #16 where excessive CPU was used after running the npm tool

0.1.5

23 Oct 08:04
Compare
Choose a tag to compare

adds npm.uninstall

0.1.3

26 Sep 14:58
Compare
Choose a tag to compare

Sandboxes all pixiedust_node files in node directory under Pixedust's home. Ensures that node and npm are run for that directory and that it contains a node_modules sub-directory.