Skip to content

Commit

Permalink
Update to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed Apr 14, 2022
1 parent 39b8248 commit 6174249
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6174249

Please sign in to comment.