|
| 1 | +gpiozero (1.5.0) stable; urgency=medium |
| 2 | + |
| 3 | + * Introduced pin event timing to increase accuracy of certain devices such |
| 4 | + as the HC-SR04 "DistanceSensor". (#664, #665) |
| 5 | + * Further improvements to "DistanceSensor" (ignoring missed edges). (#719) |
| 6 | + * Allow "source" to take a device object as well as "values" or other |
| 7 | + values. See the "Source/Values" chapter in the docs. (#640) |
| 8 | + * Added internal device classes "LoadAverage" and "DiskUsage" (thanks to |
| 9 | + Jeevan M R for the latter). (#532, #714) |
| 10 | + * Added support for colorzero with "RGBLED" (this adds a new dependency). |
| 11 | + (#655) |
| 12 | + * Added "TonalBuzzer" with "Tone" API for specifying frequencies raw or via |
| 13 | + MIDI or musical notes. (#681, #717) |
| 14 | + * Added "PiHutXmasTree". (#502) |
| 15 | + * Added "PumpkinPi" and "JamHat" (thanks to Claire Pollard). (#680, #681, |
| 16 | + #717) |
| 17 | + * Ensured gpiozero can be imported without a valid pin factory set. (#591, |
| 18 | + #713) |
| 19 | + * Reduced import time by not computing default pin factory at the point of |
| 20 | + import. (#675, #722) |
| 21 | + * Added support for various pin numbering mechanisms. (#470) |
| 22 | + * "Motor" instances now use "DigitalOutputDevice" for non-PWM pins. |
| 23 | + * Allow non-PWM use of "Robot". (#481) |
| 24 | + * Added optional enable init param to "Motor". (#366) |
| 25 | + * Added --xyz option to "pinout" command line tool to open |
| 26 | + https://pinout.xyz in a web browser. (#604) |
| 27 | + * Added 3B+, 3A+ and CM3+ to Pi model data. (#627, #704) |
| 28 | + * Minor improvements to "Energenie", thanks to Steve Amor. (#629, #634) |
| 29 | + * Allow "SmoothedInputDevice", "LightSensor" and "MotionSensor" to have |
| 30 | + pull-up configured. (#652) |
| 31 | + * Allow input devices to be pulled up or down externally, thanks to Philippe |
| 32 | + Muller. (#593, #658) |
| 33 | + * Minor changes to support Python 3.7, thanks to Russel Winder and Rick |
| 34 | + Ansell. (#666, #668, #669, #671, #673) |
| 35 | + * Added "zip_values" source tool. |
| 36 | + * Correct row/col numbering logic in "PinInfo". (#674) |
| 37 | + * Many additional tests, and other improvements to the test suite. |
| 38 | + * Many documentation corrections, additions and clarifications. |
| 39 | + * Automatic documentation class hierarchy diagram generation. |
| 40 | + * Automatic copyright attribution in source files. |
| 41 | + |
| 42 | + -- Dave Jones <dave@waveform.org.uk> Tue, 12 Feb 2019 21:31:09 +0000 |
| 43 | + |
1 | 44 | gpiozero (1.4.1) stable; urgency=low
|
2 | 45 |
|
3 | 46 | * Added "curve_left" and "curve_right" parameters to "Robot.forward" and
|
|
0 commit comments