Releases: pct-code/py-hplc
Releases · pct-code/py-hplc
v1.0.4
Update to support Python 3.10.
v1.0.3
Update dependencies and readme.
v1.0.2
v1.0.2
- fix bug in logging imports
v1.0.1
v1.0.1
- more robust pump initialization
- some cleaning
v1.0.0
v1.0.0
- now has a full test suite! 🎉
- can now initialize a
NextGenPump
instance using either a pre-existing Serial
instance (new behavior), OR by passing in a string for the port to open a Serial
instance at (old behavior)
- bundled data retrieval methods such as
current_conditions
or pump_info
now return custom typed dataclass
es instead of dict
s (this is a breaking change)
- fixed an elusive bug that would sometimes cause
NextGenPumpBase
's identify
to fail
v0.1.7
v0.1.7
- minor code cleanup / improvement to packaging
v0.1.6
v0.1.6
- Yet another minor performance improvement to write operations
- Minor performance improvement to read operations
- Cleaning up some code comments
Will be ready for v1.0.0 as soon as I can write up a little test suite :-)
v0.1.5
v0.1.5
- Minor performance improvement to pump's write operation
v0.1.4
v0.1.4
- Improved read/write instructions and pump identification
v0.1.3
v0.1.3
- Improved debug logging
- Improved documentation