Releases: ramonaoptics/pyilluminate
Releases · ramonaoptics/pyilluminate
Release 0.7.1
Release 0.7.0
Assume that all firmware have the ability to toggle on and off autoupdate
Release 0.6.19
Improve release process (#21) * Improve release process * Add things to manifest
Release 0.6.18
Improve import time
Release 0.6.17
What's Changed
Full Changelog: 0.6.16...0.6.17
Release 0.6.16
What's Changed
Full Changelog: 0.6.15...0.6.16
Release 0.6.15
Make the illuminate driver threadsafe (#16) Add re-entrant locks to methods that communicate over the serial port * Remove thread lock wrapper for Co-authored-by: Mark Harfouche <mark.harfouche@gmail.com>
Release 0.6.14
0.6.14 (2022/03/15)
Ensure that LEDs that are individually turned off are removed from the LED list accessible through Illuminate.led.
Release 0.16.13
0.6.13 (2022/02/28)
- Ensure compatibility with future versions of the firmware where the
setBrightness
command will be removed. - Add Python slots to help avoid typos when controlling the instrument.
Release 0.6.12
Remove unused current detection code