Skip to content

Commit c3f0e86

Browse files
committed
Update to 1.4.1
1 parent 1343a5f commit c3f0e86

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

docs/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ you can write
2323
import pylablib.legacy as pll
2424
from pylablib.legacy.aux_libs.devices import Lakeshore
2525
26+
1.4.1
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
- Devices
30+
31+
* Added Basler pylon-compatible cameras, BitFlow frame grabbers, AlliedVision Bonito cameras, Thorlabs Elliptec stages, PI-E516 piezo controller, and Sirah Matisse laser.
32+
* Minor additions to Cryocon temperature controller, Cryomagnetics LM510 level meters, and NI DAQmx DAQs. Improved performance of PCO cameras at high frame rates.
33+
* Multiple minor bug fixes and improved support of specific models.
34+
35+
- Added encoding argument to file loading.
36+
- Improved color images support in image plotter, minor additions to trace plotter.
37+
- Added real-time binning and debounce filters.
38+
39+
2640
1.4.0
2741
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2842

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# The short X.Y version
3030
version = ''
3131
# The full version, including alpha/beta/rc tags
32-
release = '1.4.0'
32+
release = '1.4.1'
3333

3434

3535
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='pylablib',
2525
# name='pylablib-lightweight',
26-
version='1.4.0',
26+
version='1.4.1',
2727
description='Code for use in lab environment: experiment automation, data acquisition, device communication',
2828
long_description=long_description,
2929
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)