Releases: drewwhis/pybricks-stubs
Releases · drewwhis/pybricks-stubs
2.0.2
Changes based on testing new equipment.
- Infrared sensor channel-safety is added.
- Temperature sensor returns float.
2.0.1
Added unit testing to package with some quality of life improvements:
- Sensors and motors throw errors if the wrong port is used.
- Methods returning a "Color" no longer return None
2.0.0
Package has been updated to work with the 2.0.0 release of the pybricks package on the EV3.
0.0.6
Changes:
- Corrected an error where the number of type-parameters for a List was incorrect
- Added return statements to value-returning functions to avoid the pylint assignment-from-no-return error. @vogtp
0.0.5
Changes:
- Allowed the ev3brick.sound.file method to accept either a string or an SoundFile value for the file_name parameter.
0.0.4
Changes:
- Made enum stubs use the assignment operator.
- Allowed the ev3brick.display.image method to accept either a string or an ImageFile value for the file_name parameter.
0.0.3
Issues closed in 0.0.3:
- class methods changed to static methods
- sys import added in tools.py to remove linter error
- enums now inherit from the Python Enum class
0.0.2
Merge branch 'master' of github.com:drewwhis/pybricks-fll