Releases: lightwave-lab/lightlab
Releases · lightwave-lab/lightlab
Version 1.1.1
CHANGELOG
- Bug fixes (including security fixes)
- SR830 lockin amplifier driver
- Create CITATION.cff
- Experimental BOSA driver (by Zhimu)
- CI deployment via github
Pull requests
- Bump pygments from 2.4.2 to 2.7.4 by @dependabot in #28
- Bump py from 1.8.0 to 1.10.0 by @dependabot in #29
- Bump ipython from 7.5.0 to 7.16.3 by @dependabot in #31
- Bump numpy from 1.16.4 to 1.21.0 by @dependabot in #34
- fixed pcolormesh shading errors during lightcal tests by @hughmor in #38
- Updated configurable.py to fix an error when performing settings in Keithley 2400 models. by @ZhimuG in #33
- fix PNA defualting to S21 bug by @simbilod in #41
- Bump numpy from 1.21.0 to 1.22.0 by @dependabot in #37
- clean code by @joamatab in #36
- CI and tests fixed. Preparing version 1.1.1. by @thomaslima in #45
- created DOI and inserted badge by @atait in #11
- Release version 1.1.1 by @thomaslima in #46
New Contributors
- @dependabot made their first contribution in #28
- @hughmor made their first contribution in #38
- @joamatab made their first contribution in #36
Full Changelog: 1.1.0...1.1.1
Version 1.0.7
Changelog to come (sorry)
Version 1.0.6
Changes from 1.0.5
- Major bug in Prologix driver
- Minor improvement to APEX driver
- Some documentation improvements
Version 1.0.5.post1
Fixed installation bug for Windows. pip install lightlab
should work on windows. Tested within anaconda.
Version 1.0.5
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
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
Changes:
- added documentation for lightlab command line tool
- added a driver for HP 8157A Optical Variable attenuator
- added travis-ci integration