Replies: 1 comment
-
Done. Just documentation to write, I think |
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
-
I've made just about all the planned coding changes for this release and wanted to let people know that a new release is coming soon. There is quite a bit of documentation to write for some exciting new features. I'm aiming for the release to go out in the beginning of November.
In addition, the documentation website will be getting some new features. There is a new version of Jupyter Book that refactored the templates and CSS...this cost me 5 hours today because the change broke some things and made the links a dreadful looking purple color. It took some time to figure out how to make it look nice again.
One new thing it added is this floating "Back to Top" link that appears when you scroll up a bit on any long page. Since this made the "back to top" links @villares put on the Reference Summary page redundant, I thought it would be best to remove them.
One change I will add to py5 is a way to install it with
pip install py5[extras]
, with extras installing py5jupyter but also the other libraries that py5 needs to make the extra features work: matplotlib, shapely, trimesh, and colour. Also will update the install instructions to de-emphasize Cairo and tell people to install these 4 other libraries.Beta Was this translation helpful? Give feedback.
All reactions