1.1.0-rc.1
·
63 commits
to main
since this release
graal 1.1.0-rc.1 - (2024-11-13)
New features:
- Compatible namespace package for Python 3.12
Remove old format to define namespace packages. And use native
namespace packages that requires removing the__init__.pyfile. It
is important that every distribution that uses the namespace package
omits that file. For more information see
https://peps.python.org/pep-0420/