Releases: Josverl/micropython-stubber
Releases · Josverl/micropython-stubber
v1.13.3
What's Changed
- Address codescanning alerts by @Josverl in #350
- new action to publish mip packages by @Josverl in #351
fixes
updates
- chore(deps-dev): bump sphinxcontrib-mermaid from 0.7.1 to 0.8.1 by @dependabot in #354
- chore(deps-dev): bump ipykernel from 6.21.2 to 6.21.3 by @dependabot in #353
- chore(deps): bump packaging from 21.3 to 23.0 by @dependabot in #355
- chore(deps-dev): bump sourcery-cli from 1.0.5 to 1.0.6 by @dependabot in #356
- chore(deps-dev): bump sourcery-cli from 1.0.6 to 1.0.9 by @dependabot in #363
- chore(deps): bump esptool from 4.5 to 4.5.1 by @dependabot in #362
- chore(deps-dev): bump myst-parser from 0.17.2 to 0.18.1 by @dependabot in #361
- chore(deps): bump black from 22.12.0 to 23.1.0 by @dependabot in #360
- chore(deps-dev): bump coverage from 6.5.0 to 7.1.0 by @dependabot in #371
- chore(deps): bump importlib-metadata from 6.0.0 to 6.1.0 by @dependabot in #369
- chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 by @dependabot in #370
Full Changelog: v1.13.2...v1.13.3
v1.13.2
v1.13.1-post1
v1.13.1
v1.13.0
v1.12.1
v1.11.6
v1.11.2
What's Changed
- publish_boards : update minified/createstubs.py by @github-actions in #290
- Publish boards by @Josverl in #291
- chore(deps): bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #289
- fix(utils):
utils.readconfigmodule export throwsFileNotFoundwhen outside of root directory. by @BradenM in #294 - move docs dependencies into pyproject.toml by @Josverl in #297
Full Changelog: v1.10.0...v1.11.2
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