|
| 1 | +1.0.9 |
| 2 | +---- |
| 3 | +**Features:** |
| 4 | +* Issue #194: Encoder position cannot be set |
| 5 | +* PR #205: Encoder: add support for reading/writing sysfs attributes |
| 6 | + |
| 7 | +**Fixes:** |
| 8 | +* Issue #198: use https for DEFAULT_URL in distribute_setup.py |
| 9 | +* Issue #197: Fix leak of pwm enable file descriptor |
| 10 | +* Issue #189: Fix seg fault of PWM in Python 3.6 |
| 11 | +* Issue #180: Clarify there is no 0 prefix for pin lables |
| 12 | +* PR #201: Encoder: do kernel check, PEP8 cleanup |
| 13 | +* PR #202: Encoder: corrected kernel check logic |
| 14 | +* PR #207: Encoder: improved usage documentation |
| 15 | +* PR #210: Encoder: fix sysfs import, make code Python 3 compatible |
| 16 | +* PR #212: Encoder: fix Python 3 compatibility |
| 17 | +* PR #213: Encoder: fix frequency calculation from period |
| 18 | + |
| 19 | +**shortlog:** |
| 20 | +* David Planella (18): |
| 21 | + * Encoder: initialize only the given channel |
| 22 | + * Sync from master |
| 23 | + * Encoder: do kernel check, PEP8 cleanup |
| 24 | + * Encoder: added sysfs module |
| 25 | + * Encoder: use sysfs to write QEP attributes |
| 26 | + * Encoder: corrected kernel check logic |
| 27 | + * Merge pull request #2 from adafruit/master |
| 28 | + * Encoder: convert get/set methods to properties, update apidoc strings |
| 29 | + * Encoder: updated README |
| 30 | + * Encoder: add README apt install clarification |
| 31 | + * Encoder: copyright assignment note, updated comments |
| 32 | + * Encoder: added usage notes |
| 33 | + * Encoder: improved usage documentation |
| 34 | + * Encoder: minor fix to usage example |
| 35 | + * Encoder: added a note about permissions |
| 36 | + * Encoder: switched sysfs to be a relative import compatible with Python 2 and 3 |
| 37 | + * Encoder: use items() instead of iteritems() to be Python 3 compatible |
| 38 | + * Encoder: fix frequency getter |
| 39 | + |
| 40 | +* Drew Fustini (18): |
| 41 | + * use https for DEFAULT_URL in distribute_setup.py (#198) |
| 42 | + * fix except syntax for Python 3 |
| 43 | + * use dict.items() instead of dict.iteritems() for Python 3 |
| 44 | + * fix error in set_brightness() |
| 45 | + * close enable_fd when stopping PWM output (#197) |
| 46 | + * Merge pull request #199 from dplanella/patch-1 |
| 47 | + * Fix leak of pwm enable file descriptor (#197) |
| 48 | + * Merge pull request #201 from dplanella/encoder-cleanup |
| 49 | + * remove test_rotary.py as not valid for pytest |
| 50 | + * Fix seg fault of PWM in Python 3.6 (#189) |
| 51 | + * Merge pull request #202 from dplanella/patch-2 |
| 52 | + * Clarify there is no 0 prefix for pin lables (#180) |
| 53 | + * Merge pull request #205 from dplanella/encoder-sysfs |
| 54 | + * assign copyright for new file to Adafruit Industries |
| 55 | + * Add bash scripts to help install and test |
| 56 | + * Merge pull request #212 from dplanella/patch-4 |
| 57 | + * Merge pull request #207 from dplanella/patch-3 |
| 58 | + * Merge pull request #213 from dplanella/fix-encoder-frequency |
| 59 | + |
1 | 60 | 1.0.8
|
2 | 61 | ----
|
3 | 62 | **Fixes:**
|
|
0 commit comments