Skip to content

Releases: drewwhis/pybricks-stubs

2.0.2

11 Jun 23:31
9d6672d
Compare
Choose a tag to compare

Changes based on testing new equipment.

  • Infrared sensor channel-safety is added.
  • Temperature sensor returns float.

2.0.1

11 Jun 14:06
31c359e
Compare
Choose a tag to compare

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

07 Jun 21:27
Compare
Choose a tag to compare

Package has been updated to work with the 2.0.0 release of the pybricks package on the EV3.

1.0.0

03 Jun 19:17
Compare
Choose a tag to compare
bump to 1.0.0

0.0.6

31 Dec 01:35
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

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

04 Dec 02:43
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Changes:

  • Allowed the ev3brick.sound.file method to accept either a string or an SoundFile value for the file_name parameter.

0.0.4

03 Dec 05:19
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

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

26 Nov 02:02
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

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

22 Oct 01:44
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
Merge branch 'master' of github.com:drewwhis/pybricks-fll

0.0.1

23 Aug 18:21
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
update version