You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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