Skip to content

Releases: lightwave-lab/lightlab

Version 1.1.1

21 Feb 21:39
9a645b2
Compare
Choose a tag to compare

CHANGELOG

  • Bug fixes (including security fixes)
  • SR830 lockin amplifier driver
  • Create CITATION.cff
  • Experimental BOSA driver (by Zhimu)
  • CI deployment via github

Pull requests

New Contributors

Full Changelog: 1.1.0...1.1.1

Version 1.0.7

28 Jun 18:49
3889fc6
Compare
Choose a tag to compare

Changelog to come (sorry)

Version 1.0.6

02 Jan 19:11
e63b2b9
Compare
Choose a tag to compare

Changes from 1.0.5

- Major bug in Prologix driver
- Minor improvement to APEX driver
- Some documentation improvements

Version 1.0.5.post1

02 Oct 03:45
262f01d
Compare
Choose a tag to compare

Fixed installation bug for Windows. pip install lightlab should work on windows. Tested within anaconda.

Version 1.0.5

28 Sep 03:45
ff559d7
Compare
Choose a tag to compare

Changes from 1.0.4

  • added new driver for APEX OSA, which use TCP sockets directly, refactored from the Prologix controller (PR #8)
  • refactored NI_PCI_6723's driver, and added the the example labview programs that go with it (PR #9)
    minimum current to 1nA in keithleys, down from 1uA (minor change 8b1527b)
  • bugfix in keithley: not sourcing negative currents correctly (bugfix 2268980)
  • Update to README, link fix

Version 1.0.4

16 Aug 22:35
10157a5
Compare
Choose a tag to compare

Changes from 1.0.3:

  • compatibility with python 3.7
  • Prologix gpib controller implemented (major feature #6)
  • Function bundle feedthrough maps (minor feature #1)
  • fixed major bug that caused wrong readings in waveform scales for Tektronix Scopes (bugfix daabc26)
  • adding measure functions if functionSource is given (bugfix 0c0fb9c)
  • fixed bug in electrical source unit conversions (critical bugfix 5532232)

Version 1.0.3

19 Jun 23:33
5e59b9d
Compare
Choose a tag to compare

Changes:

  • added documentation for lightlab command line tool
  • added a driver for HP 8157A Optical Variable attenuator
  • added travis-ci integration