Skip to content

Commit 1a24777

Browse files
[releases/1.0] Cherry-pick commits and update pyproject to version 1.0.2 (#657)
* Update DAQmx Installer Download Link (#654) * Update installer download link * add new linux supported os * generate code * Update Changelog 1.0.2 (#655) * Update changelog and pyproject.toml version * revert back to 1.1.0 * address comment * Cherry-pick commits and version update for 1.0.2 release --------- Co-authored-by: Charity Loh <[email protected]>
1 parent a87e689 commit 1a24777

File tree

4 files changed

+18
-14
lines changed

4 files changed

+18
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ All notable changes to this project will be documented in this file.
3838

3939
* ### Resolved Issues
4040
* [644: nidaqmx doesn't support Python 3.13+](https://github.com/ni/nidaqmx-python/issues/644)
41+
* [641: No devices found](https://github.com/ni/nidaqmx-python/issues/641)
42+
* Fall back to ASCII encoding if the system locale is not set.
4143

4244
* ### Known Issues
43-
* ...
45+
* [639: first_samp_timestamp_val property does not work because LibraryInterpreter is missing a method](https://github.com/ni/nidaqmx-python/issues/639)
4446

4547
## 1.0.1
4648
* ### Merged Pull Requests

generated/nidaqmx/_installer_metadata.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"Windows": [
33
{
4-
"Version": "24.6.0",
5-
"Release": "2024Q3.1",
6-
"Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/24.6/online/ni-daqmx_24.6_online.exe",
4+
"Version": "24.8.0",
5+
"Release": "2024Q4",
6+
"Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/24.8/online/ni-daqmx_24.8_online.exe",
77
"supportedOS": [
88
"Windows 11",
99
"Windows Server 2022 64-bit",
@@ -15,13 +15,14 @@
1515
],
1616
"Linux": [
1717
{
18-
"Version": "24.5.0",
19-
"Release": "2024Q3",
18+
"Version": "24.8.0",
19+
"Release": "2024Q4",
2020
"_comment": "Location url must be of the format 'https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers<Release>/NILinux<Release>DeviceDrivers.zip'. Any change to the format will require a change in the code.",
21-
"Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2024Q3/NILinux2024Q3DeviceDrivers.zip",
21+
"Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2024Q4/NILinux2024Q4DeviceDrivers.zip",
2222
"supportedOS": [
2323
"ubuntu 20.04",
2424
"ubuntu 22.04",
25+
"ubuntu 24.04",
2526
"rhel 8",
2627
"rhel 9",
2728
"opensuse 15.4",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nidaqmx"
3-
version = "1.1.0"
3+
version = "1.0.2"
44
license = "MIT"
55
description = "NI-DAQmx Python API"
66
authors = ["NI <[email protected]>"]

src/handwritten/_installer_metadata.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"Windows": [
33
{
4-
"Version": "24.6.0",
5-
"Release": "2024Q3.1",
6-
"Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/24.6/online/ni-daqmx_24.6_online.exe",
4+
"Version": "24.8.0",
5+
"Release": "2024Q4",
6+
"Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/24.8/online/ni-daqmx_24.8_online.exe",
77
"supportedOS": [
88
"Windows 11",
99
"Windows Server 2022 64-bit",
@@ -15,13 +15,14 @@
1515
],
1616
"Linux": [
1717
{
18-
"Version": "24.5.0",
19-
"Release": "2024Q3",
18+
"Version": "24.8.0",
19+
"Release": "2024Q4",
2020
"_comment": "Location url must be of the format 'https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers<Release>/NILinux<Release>DeviceDrivers.zip'. Any change to the format will require a change in the code.",
21-
"Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2024Q3/NILinux2024Q3DeviceDrivers.zip",
21+
"Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2024Q4/NILinux2024Q4DeviceDrivers.zip",
2222
"supportedOS": [
2323
"ubuntu 20.04",
2424
"ubuntu 22.04",
25+
"ubuntu 24.04",
2526
"rhel 8",
2627
"rhel 9",
2728
"opensuse 15.4",

0 commit comments

Comments
 (0)