Skip to content

Releases: pct-code/py-hplc

v1.0.4

19 Nov 17:02
06a06a5
Compare
Choose a tag to compare

Update to support Python 3.10.

v1.0.3

16 Sep 19:00
46ab118
Compare
Choose a tag to compare

Update dependencies and readme.

v1.0.2

12 May 17:59
Compare
Choose a tag to compare

v1.0.2

  • fix bug in logging imports

v1.0.1

10 May 14:28
Compare
Choose a tag to compare

v1.0.1

  • more robust pump initialization
  • some cleaning

v1.0.0

07 May 16:57
8f7eb26
Compare
Choose a tag to compare

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 dataclasses instead of dicts (this is a breaking change)
  • fixed an elusive bug that would sometimes cause NextGenPumpBase's identify to fail

v0.1.7

30 Apr 18:25
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

v0.1.7

  • minor code cleanup / improvement to packaging

v0.1.6

21 Apr 17:26
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

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

21 Apr 15:38
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

v0.1.5

  • Minor performance improvement to pump's write operation

v0.1.4

19 Apr 19:15
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

v0.1.4

  • Improved read/write instructions and pump identification

v0.1.3

15 Apr 18:48
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

v0.1.3

  • Improved debug logging
  • Improved documentation