From 4ec535c0ab738ff3117376e7fe47c55252ae60a1 Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Wed, 22 Apr 2026 13:19:03 +0800 Subject: [PATCH 1/3] update pyproject version to 1.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30ab9a79..c5ac7e0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nidaqmx" description = "NI-DAQmx Python API" license = "MIT" keywords = ["nidaqmx", "nidaq", "daqmx", "daq"] -version = "1.5.0.dev0" +version = "1.5.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", From 474bd96c101c43ff123fa0b5014b575bab4d329c Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Wed, 22 Apr 2026 13:19:50 +0800 Subject: [PATCH 2/3] update installer metadata --- generated/nidaqmx/_installer_metadata.json | 12 ++++++------ src/handwritten/_installer_metadata.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/generated/nidaqmx/_installer_metadata.json b/generated/nidaqmx/_installer_metadata.json index 6af997ac..f6260137 100644 --- a/generated/nidaqmx/_installer_metadata.json +++ b/generated/nidaqmx/_installer_metadata.json @@ -1,9 +1,9 @@ { "Windows": [ { - "Version": "26.0.0", - "Release": "2026Q1", - "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.0/online/ni-daqmx_26.0_online.exe", + "Version": "26.3.0", + "Release": "2026Q2", + "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.3/online/ni-daqmx_26.3_online.exe", "supportedOS": [ "Windows 11", "Windows Server 2025", @@ -14,10 +14,10 @@ ], "Linux": [ { - "Version": "26.0.0", - "Release": "2026Q1", + "Version": "26.3.0", + "Release": "2026Q2", "_comment": "Location url must be of the format 'https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers/NILinuxDeviceDrivers.zip'. Any change to the format will require a change in the code.", - "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q1/NILinux2026Q1DeviceDrivers.zip", + "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q2/NILinux2026Q2DeviceDrivers.zip", "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", diff --git a/src/handwritten/_installer_metadata.json b/src/handwritten/_installer_metadata.json index 6af997ac..f6260137 100644 --- a/src/handwritten/_installer_metadata.json +++ b/src/handwritten/_installer_metadata.json @@ -1,9 +1,9 @@ { "Windows": [ { - "Version": "26.0.0", - "Release": "2026Q1", - "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.0/online/ni-daqmx_26.0_online.exe", + "Version": "26.3.0", + "Release": "2026Q2", + "Location": "https://download.ni.com/support/nipkg/products/ni-d/ni-daqmx/26.3/online/ni-daqmx_26.3_online.exe", "supportedOS": [ "Windows 11", "Windows Server 2025", @@ -14,10 +14,10 @@ ], "Linux": [ { - "Version": "26.0.0", - "Release": "2026Q1", + "Version": "26.3.0", + "Release": "2026Q2", "_comment": "Location url must be of the format 'https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers/NILinuxDeviceDrivers.zip'. Any change to the format will require a change in the code.", - "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q1/NILinux2026Q1DeviceDrivers.zip", + "Location": "https://download.ni.com/support/softlib/MasterRepository/LinuxDrivers2026Q2/NILinux2026Q2DeviceDrivers.zip", "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", From 7f4ca7b9d1e7546ecf64905fc474322c3a67a544 Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Wed, 22 Apr 2026 13:27:24 +0800 Subject: [PATCH 3/3] update supported OS --- generated/nidaqmx/_installer_metadata.json | 6 +++--- src/handwritten/_installer_metadata.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/generated/nidaqmx/_installer_metadata.json b/generated/nidaqmx/_installer_metadata.json index f6260137..ad92483e 100644 --- a/generated/nidaqmx/_installer_metadata.json +++ b/generated/nidaqmx/_installer_metadata.json @@ -21,10 +21,10 @@ "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", - "rhel 8", "rhel 9", - "opensuse 15.5", - "opensuse 15.6" + "rhel 10", + "opensuse 15.6", + "opensuse 16.0" ] } ] diff --git a/src/handwritten/_installer_metadata.json b/src/handwritten/_installer_metadata.json index f6260137..ad92483e 100644 --- a/src/handwritten/_installer_metadata.json +++ b/src/handwritten/_installer_metadata.json @@ -21,10 +21,10 @@ "supportedOS": [ "ubuntu 22.04", "ubuntu 24.04", - "rhel 8", "rhel 9", - "opensuse 15.5", - "opensuse 15.6" + "rhel 10", + "opensuse 15.6", + "opensuse 16.0" ] } ]