Skip to content

Commit

Permalink
Merge pull request #171 from John2202W/release-prep
Browse files Browse the repository at this point in the history
Update release-notes.rst
  • Loading branch information
jcollins1983 authored May 21, 2023
2 parents 584f110 + 73249ac commit 8604f84
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions docs/source/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ Release Notes
*************
Version 0.6.1
*************
Release Date xx/xx/xxxx
Release Date 22/05/2023

- Fix initial serial number check to properly raise exception on incorrect entry.
- Failure to open a drivers pyvisa resource will now raise a more informative InstrumentOpenError exception from the pyvisa error
New Features
############
- New DMM driver added for Keithley 6500 DMM.
- Remove unused error_cleanup functinon and flags in fluke DMM driver.
- Add optional formatting argument ('fmt') to check functions to improve ui display and logging of test values.
- Add logging of FTDI instruments on connection. Allow regex matching of the ftdi description.

Improvements
############
- Fix bug where sequencer would return success if terminated during startup.
- Failure to open a drivers pyvisa resource will now raise a more informative InstrumentOpenError exception from the pyvisa error.
- Remove unused error_cleanup function and flags in fluke DMM driver.
- Remove temperature, ftemperature, analog filter and digital filter from DMM drivers.
- Add _voltage_range to frequency and period measurement modes.
- Add optional formatting argument ('fmt') to check functions to improve ui display and logging of test values
- Fix bug where sequencer would return success if terminated during startup
- Add logging of FTDI instruments on connection. Allow regex matching of the ftdi description.
- Fix initial serial number check to properly raise exception on incorrect entry.

*************
Version 0.6.0
Expand Down

0 comments on commit 8604f84

Please sign in to comment.