v0.8.1
-
bug fixes:
- segfault could occur if
exit()
orquit()
were called asynchronously atob
did not include padding- pythonmonkey could not be installed on Windows if cargo was not installed beforehand
- segfault could occur if
-
performance improvements:
- improved memory-use, particularly regarding python strings passed to JavaScript
- increased the maximum JavaScript garbage-collected heap size to the maximum allowed (4 GB)
-
other:
- pythonmonkey now ships pre-built arm64 wheels
- removed Doxygen and Graphviz as mandatory prerequisites to install PythonMonkey (you still need them to build the docs, but you'll have to install them yourself if you wish to do so)