From 617424915eb12b5712132c949e0722abbde839ed Mon Sep 17 00:00:00 2001 From: Alexey Shkarin Date: Thu, 14 Apr 2022 20:14:42 +0200 Subject: [PATCH] Update to 1.4.0 --- docs/changelog.rst | 10 ++++++++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ad1dafd..e7b3c23 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -23,6 +23,16 @@ you can write import pylablib.legacy as pll from pylablib.legacy.aux_libs.devices import Lakeshore +1.4.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- Added Photometrics cameras and Cryocon temperature controllers. +- More consistent cameras interface: attributes properties, fast chunks (former ``fastbuff``) readout, frame info formats. +- Added new simple GUI elements: multiline edits, enum labels. +- Expanded image and trace plotting widgets. +- Added linear transforms to data processing. +- Minor bugfixes in threading, GUI, devices. + 1.3.3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/conf.py b/docs/conf.py index 8b0ff81..f7b9f8e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,7 +29,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '1.3.3' +release = '1.4.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1d19285..33b346c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='pylablib', # name='pylablib-lightweight', - version='1.3.3', + version='1.4.0', description='Code for use in lab environment: experiment automation, data acquisition, device communication', long_description=long_description, long_description_content_type="text/x-rst",