Skip to content

Releases: Josverl/micropython-stubber

v1.16.2

27 Jan 01:30
Compare
Choose a tag to compare

v1.16.1

29 Dec 15:56
Compare
Choose a tag to compare

v1.15.1

05 Dec 19:52
Compare
Choose a tag to compare

v1.15.0

18 Nov 20:40
Compare
Choose a tag to compare

Improvement in frozen stubs
Some of the module stubs are generated based on the python modules.
There usually contain little or no docstring information, while the documentation does have that infromation

The stubber tool has been updated to to merge the information from the documentation into these frozen stubs, providing combined and richer information where the two can be matched.

Enrich both Python and C modules
Some of the modules are built partly in (frozen) Python and partly in C(++). by convention the C part of the module is prefixes with an _
an example are the rp2 and the _rp2 modules where the classes and methos of both have been documented in a single document rp2/.st

The documentation merge process will now also enrich the _rp2.pyi and similar named stub files

Quality Testing.
In order to keep an eye on quality, and find cases where the stubs prove incorrect type-hints,
I have setup pytest with some custom configuration to track the quality.
Due to the diversity of features and functionality across ports, boards and versions this should help spot where stubs are not providing the expected/desired results.
( the plan it to move this approach to the stubs repo)

What's Changed

New Contributors

Full Changelog: v1.14.1...v1.15.0

v1.14.1

18 Nov 20:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.2...v1.14.1

v1.14.0

18 Nov 20:33
Compare
Choose a tag to compare

v1.13.7

18 Nov 20:34
Compare
Choose a tag to compare

Bump version for 1.20.0

30 Apr 09:11
01aefb5
Compare
Choose a tag to compare

What's Changed

  • feat:add callable interface to the Pin class and the Signal class by @Josverl in #375
  • chore(deps-dev): bump mock from 4.0.3 to 5.0.1 by @dependabot in #376
  • chore(deps): bump mypy from 0.991 to 1.2.0 by @dependabot in #385
  • chore(deps-dev): bump pytest from 7.2.2 to 7.3.0 by @dependabot in #384
  • chore(deps-dev): bump sphinx from 4.5.0 to 5.3.0 by @dependabot in #378

Full Changelog: v1.13.3...V1.13.4

v1.13.3

05 Apr 07:25
Compare
Choose a tag to compare

What's Changed

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

26 Mar 21:34
Compare
Choose a tag to compare