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
* Update CHANGELOG.md for nimi-python 1.4.5 release
* Update version to 1.4.5
Note: In previous releases, there was only 1 LATEST_RELEASE file. As part of #1963 it was split into files for each api, in preparation for independently versioned packages and docs.
* update generated files for 1.4.5 release
* Remove .dev0 from old nimi-python readthedocs project conf.py version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-30Lines changed: 2 additions & 30 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.5](#145---2023-06-12)
4
4
*[1.4.4](#144---2023-04-14)
5
5
*[1.4.3](#143---2022-12-16)
6
6
*[1.4.2](#142---2022-08-03)
@@ -31,56 +31,28 @@
31
31
32
32
All notable changes to this project will be documented in this file.
33
33
34
-
## Unreleased
34
+
## 1.4.5 - 2023-06-12
35
35
*### ALL
36
-
*#### Added
37
-
*#### Changed
38
36
*#### Removed
39
37
* `easy_install` support
40
-
*### `nidcpower` (NI-DCPower)
41
-
*#### Added
42
-
*#### Changed
43
-
*#### Removed
44
38
*### `nidigital` (NI-Digital Pattern Driver)
45
39
*#### Added
46
40
* Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
47
-
*#### Changed
48
-
*#### Removed
49
41
*### `nidmm` (NI-DMM)
50
42
*#### Added
51
43
* Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
52
-
*#### Changed
53
-
*#### Removed
54
44
*### `nifgen` (NI-FGEN)
55
45
*#### Added
56
46
* Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
57
-
*#### Changed
58
-
*#### Removed
59
-
*### `nimodinst` (NI-ModInst)
60
-
*#### Added
61
-
*#### Changed
62
-
*#### Removed
63
47
*### `niscope` (NI-SCOPE)
64
48
*#### Added
65
49
* `get_channel_names()`
66
50
* Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
67
51
*#### Changed
68
52
* Fix [#1770](https://github.com/ni/nimi-python/issues/1770): fetch(), read(), and friends return wrong data when called with channel ranges on multi-instrument session.
69
-
*#### Removed
70
53
*### `niswitch` (NI-SWITCH)
71
54
*#### Added
72
55
* Pass Python interpreter information if the driver runtime version supports it. This is used by NI in order to better understand client usage.
0 commit comments