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-35Lines changed: 2 additions & 35 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.3.2](#132---2020-09-18)
4
4
*[1.3.1](#131---2020-06-08)
5
5
*[1.3.0](#130---2020-05-21)
6
6
*[1.2.1](#121---2020-04-21)
@@ -24,13 +24,11 @@
24
24
25
25
All notable changes to this project will be documented in this file.
26
26
27
-
## Unreleased
27
+
## 1.3.2 - 2020-09-18
28
28
*### ALL
29
-
*#### Added
30
29
*#### Changed
31
30
* Fix [#1491](https://github.com/ni/nimi-python/issues/1491): import_attribute_configuration_buffer() fails intermittently when `list` or `array.array` is passed in.
32
31
* Update "Driver Version Tested Against", in documentation, with latest versions installed on nimi-bot. The version is 20.5.0 for NI-DCPower, NI-SWITCH, and NI-DMM. no changes on other drivers.
33
-
*#### Removed
34
32
*### `nidcpower` (NI-DCPower)
35
33
*#### Added
36
34
* API parity with NI-DCPower 20.5.0 by adding measurement autoranging threshold range support, for which the following properties are added:
@@ -42,24 +40,6 @@ All notable changes to this project will be documented in this file.
42
40
* `autorange_minimum_current_range`
43
41
* `autorange_minimum_voltage_range`
44
42
* `autorange_threshold_mode`
45
-
*#### Changed
46
-
*#### Removed
47
-
*### `nidigital` (NI-Digital Pattern Driver)
48
-
*#### Added
49
-
*#### Changed
50
-
*#### Removed
51
-
*### `nidmm` (NI-DMM)
52
-
*#### Added
53
-
*#### Changed
54
-
*#### Removed
55
-
*### `nifgen` (NI-FGEN)
56
-
*#### Added
57
-
*#### Changed
58
-
*#### Removed
59
-
*### `nimodinst` (NI-ModInst)
60
-
*#### Added
61
-
*#### Changed
62
-
*#### Removed
63
43
*### `niscope` (NI-SCOPE)
64
44
*#### Added
65
45
* New methods for getting calibration information. - [#1463](https://github.com/ni/nimi-python/issues/1463)
@@ -109,19 +89,6 @@ All notable changes to this project will be documented in this file.
109
89
*#### Changed
110
90
* Fix [#1509](https://github.com/ni/nimi-python/issues/1509): `channel` and `record` fields are swapped in `waveform_info` struct returned from niscope fetch methods
111
91
* Fix [#1510](https://github.com/ni/nimi-python/issues/1510): `record` value in `waveform_info` struct returned from niscope fetch methods is wrong if `record_number` is non-zero
0 commit comments