Skip to content

v0.8.1

Compare
Choose a tag to compare
@zollqir zollqir released this 03 Sep 16:05
· 147 commits to main since this release
5a91430
  • bug fixes:

    • segfault could occur if exit() or quit() were called asynchronously
    • atob did not include padding
    • pythonmonkey could not be installed on Windows if cargo was not installed beforehand
  • 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)