v1.10.0
What's Changed
- Python 3.11 - Dependency update to support Python 3.11.
- Publish releases via Actions.
- Better type hints for stdlib modules.
Stub Publication
- add micropython-stdlib-stubs
PyPi : micropython-stdlib-stubs - Published v1.19.1 version which depend on micropython-stdlib-stubs:
publish v1.19.1 updates - fix:package only .pyi files
Stub generation
Doc Stubs
- fix: parameters ending in ... to generate *args, **kwargs
- add param fixes for pyb
- allow parameter patches specific for a function/class/method
firmware stubs
core stubs
- stop using the CPython stubs, using just the merged .pyi stubs provides better quality
actions: do not get cpython-stubs
Stub validation
- update test snippets after hardware test
- chore: tune all ports to 0 errors
- fix: paramters ending in ... to generate *args, **kwargs
Full Changelog: v1.9.12...v1.10.0