Awesome Python has a "changelog" section under all projects. You can find it next to the "Repo" button in the header. There are two features that make it unique.
- It is an aggregation of parsed "CHANGELOG.md" files and releases information from Github. This way, it is easier to see all changes in a single place and a uniform style.
- All changelogs are "emojified". This helps with identifying each change easier. Emojification is achieved by parsing each line and applying a specific emoji based on the first word or some other tokens.
The combination of the above two makes package changelogs on Awesome Python unique.
As you know, an example is worth a 1,000 words ๐
Changelog examples
-
uvicorn 0.20.0 (November 20, 2022)
โ Added
- Check if handshake is completed before sending frame on
wsproto
shutdown (#1737) - โ Add default headers to WebSockets implementations (#1606 & #1747) 28/10/22
- ๐ท Warn user when
reload
andworkers
flag are used together (#1731) 31/10/22
๐ Fixed
- ๐ Use correct
WebSocket
error codes onclose
(#1753) 20/11/22 - Send disconnect event on connection lost for
wsproto
(#996) 29/10/22 - โ Add
SIGQUIT
handler toUvicornWorker
(#1710) 01/11/22 - ๐ Fix crash on exist with "--uds" if socket doesn't exist (#1725) 27/10/22
- ๐ท Annotate
CONFIG_KWARGS
inUvicornWorker
class (#1746) 31/10/22
โ Removed
- โ Remove conditional on
RemoteProtocolError.event_hint
onwsproto
(#1486) 31/10/22 - Remove unused
handle_no_connect
onwsproto
implementation (#1759) 17/11/22
- Check if handshake is completed before sending frame on
-
nptyping 2.4.0 (November 14, 2022)
- โ Added hint for pandas DataFrame.
- ๐ Fixed bug for checking against a Structure where a different number of fields did not fail the check.
- ๐ Changed
nptyping.Int
pointing to the more genericnumpy.integer
rather thannumpy.int32
. - โ Added support for Python 3.11 with the exception of
pandas.DataFrame
.
-
rez 2.112.0 (November 15, 2022)
Notes
๐ First Official AcademySoftwareFoundation rez release!
๐ Merged pull requests:
- ๐ Fix 1255-possible-regression-appendenv-in-powershell-fails-if-env-variable-does-not-exist-already #1285 (instinct-vfx)
- ๐ fix: add platform/arch to variant for rez-pip packages with entry point scripts #1287 (bpabel)
- ๐ working with embedded python scanning rezplugins #1359 (loonghao)
- Replace nerdvegas with aswf #1368 (maxnbk)
- ๐ fix asserts causing flake8 linter failures #1369 (maxnbk)
- ๐ฆ Edit rezconfig docstrings for package_filter to reflect python form rather than YAML #1377 (herronelou)
- ๐ Add REZ_USED_LOCAL_RESOLVE context environment variable #1378 (JoshkVFX)
- Document .ignore pkg repo functionality #1385 (jasoncscott)
- ๐ Clarify when the commands block is executed during rez-build #1391 (jasoncscott)