Releases: pixiedust/pixiedust_node
Releases · pixiedust/pixiedust_node
0.2.5
- bug fix for Python 3 where strings needed to by utf8 encoded before hashing
0.2.4
- 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
Fixes bug where the Node.js sub-process remained running after Kernel shutdown
0.2.2
Fixes bug in Python to Node.js variable migration when the variable name is a Node.js reserved word.
0.2.1
- 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
- global variables created in Node.js cells are shared with Python
- variables created in Python are shared with Node.js
0.1.7
- Windows compatibility
- Python 3 compatibility
- Code refactor and tidy up
(thanks to @jsnowacki)
0.1.6
- fixes issue #16 where excessive CPU was used after running the
npm
tool
0.1.3
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.