Skip to content

Releases: mabuchilab/Instrumental

0.8

01 Jan 01:20

Choose a tag to compare

Added

  • New drivers:
    • Tektronix DPO4054B and DPO7054 (thanks Mike Shlanta #159 #161)
    • Santec TSL570 (thanks Dodd Gray)
    • Agilent/HP OSA driver (thanks Dodd Gray)

Changed

  • Fixed getfullargspec() usage for Python 3.11+ (thanks Max-Herbold #160)
  • Cleaned up pyvisa imports

0.7

29 May 20:21

Choose a tag to compare

0.7

Added

  • New drivers:
    • Keysight 81160A (thanks Sylvain Pelissier)
    • Tektronix MSO/DPO 3000 series oscilloscopes
    • Mad City Labs NanoDrive (thanks Sébastien Weber)
    • SmarAct SCU (thanks Sébastien Weber)
    • ThorLabs TLPM power meter (thanks Sébastien Weber)
  • Exposure Facet for uc480 (thanks Sébastien Weber)
  • Multi device NIDAQ Tasks (thanks Luka Skoric)

Changed

  • Define _MSC_VER in tlccs driver to fix choice of typedefs
  • Fix Rigol function generator detection
  • Overhauled Picam driver
    • Now uses Camera interface
    • Added Linux support
    • Added to the docs
  • Linked driver development references to the corresponding function/method/class (thanks Drew
    Risinger)

Removed

  • Use of deprecated matplotlib.cbook.is_string_like

0.6

30 Aug 17:30

Choose a tag to compare

0.6

Final release supporting Python 2.

0.5

03 Feb 22:19

Choose a tag to compare

0.5
Only deploy once, for Python 3.6

Since we only end up uploading an sdist anyway, this avoids repeat
uploads, which cause Travis to error.

0.4.2

14 Nov 02:39

Choose a tag to compare

Prepare for bugfix-bugfix release 0.4.2

0.3.1

26 Jun 19:31

Choose a tag to compare

Prep for release 0.3.1

0.3

24 Jun 00:04

Choose a tag to compare

0.3
Switch to using napoleon with sphinx

v0.2

16 Dec 03:01

Choose a tag to compare

Our first official release!