Replies: 2 comments
-
@villares I will give this a few days to make sure no critical problems surface. If it looks good, I'll start using the py5 twitter account I set up. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tabreturn I have deleted that dev branch in the py5 repo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The 0.5a0 release was a bad release. I botched the py5bot kernel code in a poorly executed merge, and then didn't do sufficient testing to detect the problem. This release fixes those problems.
I have updated my release process to make sure this doesn't happen again. Also, I will prioritize developing a unit test framework for py5.
There are two other changes in this release:
sketch_portal()
method will by default throttle the frame rate to 30 frames per second. Previously the default was for no throttling. This change will improve the experience of users who use this for the first time on mybinder, where a Sketch running at the default Sketch speed of 60 frames per second will look jumpy in the Sketch portal when no throttling is used.This discussion was created from the release Repaired py5bot and support for hexadecimal and web color notations.
Beta Was this translation helpful? Give feedback.
All reactions