Skip to content

Commit b608755

Browse files
committed
Update to 1.4.4
1 parent f11a0fe commit b608755

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

docs/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ you can write
2323
import pylablib.legacy as pll
2424
from pylablib.legacy.aux_libs.devices import Lakeshore
2525
26+
1.4.4
27+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28+
29+
- Devices
30+
31+
* Added several devices:
32+
33+
+ Rigol DG1020Z arbitrary waveform generator
34+
+ Lakeshore 235 temperature controller
35+
+ Agilent E5071C vector network analyzer
36+
37+
* Improved Linux library loading support
38+
2639
1.4.3
2740
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2841

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
# -- Project information -----------------------------------------------------
2525

2626
project = 'pylablib'
27-
copyright = '2024, Alexey Shkarin'
27+
copyright = '2025, Alexey Shkarin'
2828
author = 'Alexey Shkarin'
2929

3030
# The short X.Y version
3131
version = ''
3232
# The full version, including alpha/beta/rc tags
33-
release = '1.4.3'
33+
release = '1.4.4'
3434

3535

3636
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def list_cython_extensions(folder="pylablib"):
3131
setup(
3232
name='pylablib',
3333
# name='pylablib-lightweight',
34-
version='1.4.3',
34+
version='1.4.4',
3535
description='Code for use in lab environment: experiment automation, data acquisition, device communication',
3636
long_description=long_description,
3737
long_description_content_type="text/x-rst",
@@ -54,6 +54,7 @@ def list_cython_extensions(folder="pylablib"):
5454
'Programming Language :: Python :: 3.10',
5555
'Programming Language :: Python :: 3.11',
5656
'Programming Language :: Python :: 3.12',
57+
'Programming Language :: Python :: 3.13',
5758
],
5859
project_urls={
5960
'Documentation': 'https://pylablib.readthedocs.io',

0 commit comments

Comments
 (0)