-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'p5py:master' into poetry
- Loading branch information
Showing
9 changed files
with
31 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
v0.8.4 | ||
====== | ||
|
||
- Update README.rst by @tushar5526 in `<https://github.com/p5py/p5/pull/453>`_ | ||
- Fix minor typos in install.rst by @pszemsza in `<https://github.com/p5py/p5/pull/456>`_ | ||
- fix mouse button always set to None in handlers by @tushar5526 in `<https://github.com/p5py/p5/pull/458>`_ | ||
- fix: keyerror 'SQAURE' when using stroke_cap(SQUARE) by @abastola0 in `<https://github.com/p5py/p5/pull/459>`_ | ||
- feat: migrate to 3.11 by @tushar5526 in `<https://github.com/p5py/p5/pull/461>`_ | ||
|
||
New Contributors | ||
---------------- | ||
|
||
* @pszemsza made their first contribution in `<https://github.com/p5py/p5/pull/456>`_ | ||
* @abastola0 made their first contribution in `<https://github.com/p5py/p5/pull/459>`_ | ||
|
||
Full Changelog | ||
-------------- | ||
|
||
`Compare v0.8.1 to v0.8.3 <https://github.com/p5py/p5/compare/v0.8.3...v0.8.4>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
0.8.4 | ||
0.8.3 | ||
0.8.0-0.8.2 | ||
0.7.0-0.7.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
__title__ = "p5" | ||
__description__ = "Creative coding in Python" | ||
__url__ = "https://p5py.github.io" | ||
__version__ = "0.8.3" | ||
__version__ = "0.8.4" | ||
__author__ = "Abhik Pal" | ||
__author_email__ = "[email protected]" | ||
__license__ = " GNU GPLv3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
freetype-py==2.1.0.post1 | ||
glfw>=2.5.9 | ||
numpy | ||
Pillow==9.0.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters