Skip to content

Commit

Permalink
Update to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed Nov 25, 2021
1 parent 9eae3b5 commit d04dcf1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,31 @@ you can write
import pylablib.legacy as pll
from pylablib.legacy.aux_libs.devices import Lakeshore
1.3.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- General

* Minor speedups through calls caching.
* Changed ``muxcall`` signature to allow multiple special argument values.

- Devices

* Added Princeton Instruments cameras, IDS uEye cameras (as an option in uc480 cameras backend), Thorlabs Kinesis piezo motor controllers (e.g., KIM101) and quadrature photo-detector controllers (e.g., KPA101).
* Added RS485 Arcus connection and a simple single-motor stage (DMX-J-SA).
* Improved reliability if errors are encountered upon connection.
* Multiple minor bug fixes and improved support of specific models.

- GUI

* Added widgets: menu dropdown button, scroll area container, area highlighter.
* Added querying element position and layout shape in layout widgets.
* Added more utilities methods: querying containing layout, querying top-level parent, deleting widget.

- Threading

* Added simple profiling through ``yappi``.

1.2.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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.2.1'
release = '1.3.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.2.1',
version='1.3.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 d04dcf1

Please sign in to comment.