You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-32Lines changed: 2 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog
2
2
3
-
*[Unreleased](#unreleased)
3
+
*[1.4.4](#144---2023-04-14)
4
4
*[1.4.3](#143---2022-12-16)
5
5
*[1.4.2](#142---2022-08-03)
6
6
*[1.4.1](#141---2021-08-23)
@@ -30,13 +30,12 @@
30
30
31
31
All notable changes to this project will be documented in this file.
32
32
33
-
## Unreleased
33
+
## 1.4.4 - 2023-04-14
34
34
*### ALL
35
35
*#### Added
36
36
* Support for Python 3.11
37
37
*#### Changed
38
38
* Fix [#1888](https://github.com/ni/nimi-python/issues/1888): Deadlock on multithreaded usage due to UnlockSession always being called with callerHasLock=False.
39
-
*#### Removed
40
39
*### `nidcpower` (NI-DCPower)
41
40
*#### Added
42
41
* Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
@@ -69,42 +68,13 @@ All notable changes to this project will be documented in this file.
69
68
* Enums reordered:
70
69
* `AutoZero`
71
70
* `CableLength`
72
-
*#### Removed
73
71
*### `nidigital` (NI-Digital Pattern Driver)
74
-
*#### Added
75
72
*#### Changed
76
73
* Update `GRPC_SERVICE_INTERFACE_NAME` to use the correct gRPC package name (`nidigitalpattern_grpc`).
77
-
*#### Removed
78
-
*### `nidmm` (NI-DMM)
79
-
*#### Added
80
-
*#### Changed
81
-
*#### Removed
82
-
*### `nifgen` (NI-FGEN)
83
-
*#### Added
84
-
*#### Changed
85
-
*#### Removed
86
-
*### `nimodinst` (NI-ModInst)
87
-
*#### Added
88
-
*#### Changed
89
-
*#### Removed
90
74
*### `niscope` (NI-SCOPE)
91
-
*#### Added
92
75
*#### Changed
93
76
* Fix [#1941](https://github.com/ni/nimi-python/issues/1941): When calling niscope.Session.fetch_array_measurement in a MeasurementLink measurement plugin, meas_wfm_size cannot be set.
94
77
* Requires NI gRPC Device Server 2023 Q2 or later. Older versions do not support this parameter and return all available samples.
0 commit comments