Skip to content

Commit

Permalink
Update to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexShkarin committed May 5, 2024
1 parent a4f10ed commit 000e5dd
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,33 @@ you can write
import pylablib.legacy as pll
from pylablib.legacy.aux_libs.devices import Lakeshore
1.4.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Devices

* Added multiple devices:

+ Agilent XGS600 pressure gauge controller
+ Hubner Cobolt lasers (tested with Cobolt MLD 06-01 laser)
+ Omron E5_C temperature controllers (tested with E5GC-QX1A6M-015 controller)
+ Thorlabs Kinesis Piezo controllers (tested with KPZ101)

* Extended device support:

+ Multi-axis Trinamic TMCM controllers (tested with TMCM6110)
+ Matisse Commander server support for Sirah Matisse lasers
+ Added trigger mode selection for uc480/uEye cameras

* Bug fixes and improved support of specific models:

+ Thorlabs Scientific Cameras monochrome bug
+ Fixed minor Thorlabs Kinesis enumeration bugs and KIM101 channel selection bug

- Minor additional functions and bugfixes
* Fixed module versioning bug which prevented the use of PyInstaller
* GUI additions: button-selector widgets (alternative to combo box), tab hiding, widget tags for finer GUI control

1.4.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
# -- Project information -----------------------------------------------------

project = 'pylablib'
copyright = '2023, Alexey Shkarin'
copyright = '2024, Alexey Shkarin'
author = 'Alexey Shkarin'

# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.4.2'
release = '1.4.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def list_cython_extensions(folder="pylablib"):
setup(
name='pylablib',
# name='pylablib-lightweight',
version='1.4.2',
version='1.4.3',
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 000e5dd

Please sign in to comment.