Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@caleb-distributive caleb-distributive released this 02 May 19:24
· 129 commits to main since this release
ee72ee4

PythonMonkey v0.6.0

  • significant performance improvements, particularly in memory usage
  • improved build system and build time, including making building the docs optional, and the following build types:
    • Release: stripped symbols, maximum optimizations (default, what gets published on pip)
    • DRelease: same as Release, except symbols are not stripped
    • Debug: minimal optimizations
    • Profile: same as Debug, except profiling is enabled
  • fixed a bug where users with particularly old versions of PythonMonkey were unable to update to the latest release using pip unless they completely uninstalled PythonMonkey first