Replies: 1 comment
-
This is a bad release. I really did do a lot of testing and of py5bot in particular but there's bad code in there. It's as if there was a bad git merge that combined code that shouldn't be together. Still, testing should have caught this so there's no excuse. I pushed the latest build to a new branch in the py5 github repo. You can install it directly from github with the below command: pip install git+https://github.com/hx2A/[email protected]#egg=py5 Clearly I need to get working on building unit tests!! |
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.
-
Release Highlights:
setup()
function intead ofsettings()
. Before Sketch execution, py5 will identify code insetup()
that belongs insettings()
and will segment the code appropriately.Breaking changes:
args
has been renamed to pargs to avoid a name conflict with the conventional use of the variableargs
use_thread
default parameter in save() and save_frame() has been changed fromFalse
toTrue
Also:
This discussion was created from the release py5bot, combined settings and setup functions, and more!.
Beta Was this translation helpful? Give feedback.
All reactions