1- python-ev3dev (1 .0.0) stable; urgency=medium
1+ python-ev3dev2 (2 .0.0) stable; urgency=medium
22
3- [Denis Demidov]
4- * Add constants for color values to color sensor class
5- * Update documentation on motors
6- * Add getters to check state of motors
7- * Implement BeaconSeeker class
8- * Fix scaling of floating-point values from sensors
3+ Initial release for ev3dev-stretch.
94
10- [Eric Pascual]
11- * Add Sound.play_song method
12-
13- [Stefan Sauer]
14- * Make sound commands cancelable
15-
16- [Maximilian Nöthe]
17- * Add tuples for sensor modes
18-
19- [Daniel Walton]
20- * Add wait_until_not_moving for motors
21-
22- -- Denis Demidov <
[email protected] > Tue, 05 Sep 2017 16:50:20 +0300
23-
24- python-ev3dev (0.8.1) stable; urgency=medium
25-
26- [Kaelin Laundry]
27- * Documentation updates
28-
29- [Thomas Watson]
30- * Use speed instead of duty cycle in EXPLOR3R/auto-drive.py
31-
32- [Denis Demidov]
33- * Provide Sound.set_volume(pct)
34- * Implement Sound.get_volume()
35- * Documentation updates
36-
37- [Daniel Walton]
38- * Documentation updates
39- * Update utils to python3
40- * Clean up MINDCUB3R demo
41-
42- [Pepijn de Vos]
43- * Check for non-existing device attributes
44-
45- [Stefan Sauer]
46- * Fix inverted button logic for the latest kernel
47-
48- [@craigsammisutherland]
49- * Added a function to list all the connected sensors
50-
51- -- Denis Demidov <
[email protected] > Mon, 06 Feb 2017 09:27:21 +0300
52-
53- python-ev3dev (0.8.0) stable; urgency=medium
54-
55- [Denis Demidov]
56- * Add option to not set mode before reading sensor value
57- * Return a tuple for multiple values from a sensor property
58- * Add ColorSensor.raw() method to get all color channels at once
59- * Merge NXTMotor functionality into LargeMotor class and remove NXTMotor
60- * Distribute fonts from xfonts-75dpi in PIL format and expose them in
61- code
62- * Replace special sensor methods with properties for the sake of consistency
63- (breaking change!)
64- * Provide waiting functions for motors.
65- * Make implementation of Led timer-based trigger more robust.
66-
67- -- Denis Demidov <
[email protected] > Thu, 03 Nov 2016 19:18:49 +0300
68-
69- python-ev3dev (0.7.0) stable; urgency=medium
70-
71- [Denis Demidov]
72- * Support "-13-ev3dev" and newer kernels.
73- * Rename FirgelliL1250Motor and FirgelliL12100Motor to ActuonixL1250Motor
74- and ActuonixL12100Motor.
75- * Allow passing espeak options to Sound.speak
76- * Make sure that device classes connect to devices of the right
77- type (driver name)
78- * Fix fatal error due to calling an undefined function in
79- some property setters, such as LED triggers
80-
81- [Daniel Walton]
82- * Add "__version__" property.
83- * Add ev3dev/helper.py with classes for Tanks, Motors, Web UI, etc.
84- * Add ev3dev/GyroBalancer.py for robots that use a gyroscope.
85-
86- [Donald Webster]
87- * Fix port names on BrickPi.
88-
89- [Frank Busse]
90- * Fix bad division logic in display classes.
91-
92- [Kaelin Laundry]
93- * Fix fatal error when a requested sysfs device class hasn't been
94- populated yet.
95-
96- -- Denis Demidov <
[email protected] > Fri, 30 Sep 2016 21:29:28 +0300
97-
98- python-ev3dev (0.7.0~rc1) stable; urgency=medium
99-
100- * Drop python 2.x support.
101- * Performance improvements for reading/writing sysfs attributes.
102- * Updates for breaking ev3dev kernel changes.
103-
104- -- David Lechner <
[email protected] > Mon, 25 Jul 2016 21:13:43 -0500
105-
106- python-ev3dev (0.6.0) stable; urgency=medium
107-
108- [Ralph Hempel]
109- * Change port_name to address.
110-
111- [Denis Demidov]
112- * Restore python3 compatibility
113- * Implement device enumeration functions
114-
115- -- David Lechner <
[email protected] > Tue, 29 Dec 2015 23:05:39 -0600
116-
117- python-ev3dev (0.5.0) stable; urgency=low
118-
119- * Initial Release.
120-
121- -- David Lechner <
[email protected] > Tue, 10 Nov 2015 21:30:53 -0600
5+ --
0 commit comments