Skip to content

Commit 5ddb04d

Browse files
authored
Release 1.4.9 (#2084)
* Update CHANGELOG for release * Update version to 1.4.9 for release * Update generated files for 1.4.9 release
1 parent ee2d06a commit 5ddb04d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+131
-163
lines changed

CHANGELOG.md

+2-34
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
* [Unreleased](#unreleased)
3+
* [1.4.9](#149---2025-02-26)
44
* [1.4.8](#148---2024-04-26)
55
* [1.4.7](#147---2023-12-15)
66
* [1.4.6](#146---2023-09-11)
@@ -35,7 +35,7 @@
3535

3636
All notable changes to this project will be documented in this file.
3737

38-
## Unreleased
38+
## 1.4.9 - 2025-02-26
3939
* ### ALL
4040
* #### Added
4141
* Support for Python 3.13
@@ -50,42 +50,10 @@ All notable changes to this project will be documented in this file.
5050
* `INHIBITED` added to enum `OutputStates`.
5151
* #### Changed
5252
* Fixed #2067: `nidcpower.OutputStates` values are incorrect.
53-
* #### Removed
5453
* ### `nidigital` (NI-Digital Pattern Driver)
5554
* #### Added
5655
* Methods Added:
5756
* `enable_match_fail_combination`
58-
* #### Changed
59-
* #### Removed
60-
* ### `nidmm` (NI-DMM)
61-
* #### Added
62-
* #### Changed
63-
* #### Removed
64-
* ### `nifgen` (NI-FGEN)
65-
* #### Added
66-
* #### Changed
67-
* #### Removed
68-
* ### `nimodinst` (NI-ModInst)
69-
* #### Added
70-
* #### Changed
71-
* #### Removed
72-
* ### `niscope` (NI-SCOPE)
73-
* #### Added
74-
* #### Changed
75-
* #### Removed
76-
* ### `niswitch` (NI-SWITCH)
77-
* #### Added
78-
* #### Changed
79-
* #### Removed
80-
* ### `nise` (NI Switch Executive)
81-
* #### Added
82-
* #### Changed
83-
* #### Removed
84-
* ### `nitclk` (NI-TClk)
85-
* #### Added
86-
* #### Changed
87-
* #### Removed
88-
8957

9058
## 1.4.8 - 2024-04-26
9159
* ### ALL

docs/nidcpower/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.9.dev0'
66+
release = '1.4.9'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nidcpower/examples.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidcpower examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.8/nidcpower_examples.zip>`_
4+
`You can download all nidcpower examples here <https://github.com/ni/nimi-python/releases/download/1.4.9/nidcpower_examples.zip>`_
55

66
nidcpower_advanced_sequence.py
77
------------------------------
@@ -10,7 +10,7 @@ nidcpower_advanced_sequence.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nidcpower_advanced_sequence.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_advanced_sequence.py>`_
13+
:caption: `(nidcpower_advanced_sequence.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidcpower/examples/nidcpower_advanced_sequence.py>`_
1414

1515
nidcpower_lcr_source_ac_voltage.py
1616
----------------------------------
@@ -19,7 +19,7 @@ nidcpower_lcr_source_ac_voltage.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(nidcpower_lcr_source_ac_voltage.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_lcr_source_ac_voltage.py>`_
22+
:caption: `(nidcpower_lcr_source_ac_voltage.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidcpower/examples/nidcpower_lcr_source_ac_voltage.py>`_
2323

2424
nidcpower_measure_record.py
2525
---------------------------
@@ -28,7 +28,7 @@ nidcpower_measure_record.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(nidcpower_measure_record.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_measure_record.py>`_
31+
:caption: `(nidcpower_measure_record.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidcpower/examples/nidcpower_measure_record.py>`_
3232

3333
nidcpower_source_delay_measure.py
3434
---------------------------------
@@ -37,5 +37,5 @@ nidcpower_source_delay_measure.py
3737
:language: python
3838
:linenos:
3939
:encoding: utf8
40-
:caption: `(nidcpower_source_delay_measure.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_source_delay_measure.py>`_
40+
:caption: `(nidcpower_source_delay_measure.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidcpower/examples/nidcpower_source_delay_measure.py>`_
4141

docs/nidcpower/installation.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the **nidcpower** module, you must install the NI-DCP
88

99
The nimi-python modules (i.e. for **NI-DCPower**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidcpower
11+
$ python -m pip install nidcpower~=1.4.9
1212

1313

docs/nidigital/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.9.dev0'
66+
release = '1.4.9'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nidigital/examples.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidigital examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.8/nidigital_examples.zip>`_
4+
`You can download all nidigital examples here <https://github.com/ni/nimi-python/releases/download/1.4.9/nidigital_examples.zip>`_
55

66
nidigital_burst_with_start_trigger.py
77
-------------------------------------
@@ -10,7 +10,7 @@ nidigital_burst_with_start_trigger.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nidigital_burst_with_start_trigger.py) <https://github.com/ni/nimi-python/blob/master/src/nidigital/examples/burst_with_start_trigger/nidigital_burst_with_start_trigger.py>`_
13+
:caption: `(nidigital_burst_with_start_trigger.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidigital/examples/burst_with_start_trigger/nidigital_burst_with_start_trigger.py>`_
1414

1515
nidigital_configure_time_set_and_voltage_levels.py
1616
--------------------------------------------------
@@ -19,7 +19,7 @@ nidigital_configure_time_set_and_voltage_levels.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(nidigital_configure_time_set_and_voltage_levels.py) <https://github.com/ni/nimi-python/blob/master/src/nidigital/examples/configure_time_set_and_voltage_levels/nidigital_configure_time_set_and_voltage_levels.py>`_
22+
:caption: `(nidigital_configure_time_set_and_voltage_levels.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidigital/examples/configure_time_set_and_voltage_levels/nidigital_configure_time_set_and_voltage_levels.py>`_
2323

2424
nidigital_ppmu_source_and_measure.py
2525
------------------------------------
@@ -28,5 +28,5 @@ nidigital_ppmu_source_and_measure.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(nidigital_ppmu_source_and_measure.py) <https://github.com/ni/nimi-python/blob/master/src/nidigital/examples/ppmu_source_and_measure/nidigital_ppmu_source_and_measure.py>`_
31+
:caption: `(nidigital_ppmu_source_and_measure.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidigital/examples/ppmu_source_and_measure/nidigital_ppmu_source_and_measure.py>`_
3232

docs/nidigital/installation.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the **nidigital** module, you must install the NI-Dig
88

99
The nimi-python modules (i.e. for **NI-Digital Pattern Driver**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidigital
11+
$ python -m pip install nidigital~=1.4.9
1212

1313

docs/nidmm/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.9.dev0'
66+
release = '1.4.9'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nidmm/examples.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidmm examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.8/nidmm_examples.zip>`_
4+
`You can download all nidmm examples here <https://github.com/ni/nimi-python/releases/download/1.4.9/nidmm_examples.zip>`_
55

66
nidmm_fetch_waveform.py
77
-----------------------
@@ -10,7 +10,7 @@ nidmm_fetch_waveform.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nidmm_fetch_waveform.py) <https://github.com/ni/nimi-python/blob/master/src/nidmm/examples/nidmm_fetch_waveform.py>`_
13+
:caption: `(nidmm_fetch_waveform.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidmm/examples/nidmm_fetch_waveform.py>`_
1414

1515
nidmm_measurement.py
1616
--------------------
@@ -19,7 +19,7 @@ nidmm_measurement.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(nidmm_measurement.py) <https://github.com/ni/nimi-python/blob/master/src/nidmm/examples/nidmm_measurement.py>`_
22+
:caption: `(nidmm_measurement.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidmm/examples/nidmm_measurement.py>`_
2323

2424
nidmm_multi_point_measurement.py
2525
--------------------------------
@@ -28,5 +28,5 @@ nidmm_multi_point_measurement.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(nidmm_multi_point_measurement.py) <https://github.com/ni/nimi-python/blob/master/src/nidmm/examples/nidmm_multi_point_measurement.py>`_
31+
:caption: `(nidmm_multi_point_measurement.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nidmm/examples/nidmm_multi_point_measurement.py>`_
3232

docs/nidmm/installation.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the **nidmm** module, you must install the NI-DMM run
88

99
The nimi-python modules (i.e. for **NI-DMM**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidmm
11+
$ python -m pip install nidmm~=1.4.9
1212

1313

docs/nifgen/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.9.dev0'
66+
release = '1.4.9'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nifgen/examples.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nifgen examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.8/nifgen_examples.zip>`_
4+
`You can download all nifgen examples here <https://github.com/ni/nimi-python/releases/download/1.4.9/nifgen_examples.zip>`_
55

66
nifgen_arb_waveform.py
77
----------------------
@@ -10,7 +10,7 @@ nifgen_arb_waveform.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nifgen_arb_waveform.py) <https://github.com/ni/nimi-python/blob/master/src/nifgen/examples/nifgen_arb_waveform.py>`_
13+
:caption: `(nifgen_arb_waveform.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nifgen/examples/nifgen_arb_waveform.py>`_
1414

1515
nifgen_script.py
1616
----------------
@@ -19,7 +19,7 @@ nifgen_script.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(nifgen_script.py) <https://github.com/ni/nimi-python/blob/master/src/nifgen/examples/nifgen_script.py>`_
22+
:caption: `(nifgen_script.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nifgen/examples/nifgen_script.py>`_
2323

2424
nifgen_standard_function.py
2525
---------------------------
@@ -28,7 +28,7 @@ nifgen_standard_function.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(nifgen_standard_function.py) <https://github.com/ni/nimi-python/blob/master/src/nifgen/examples/nifgen_standard_function.py>`_
31+
:caption: `(nifgen_standard_function.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nifgen/examples/nifgen_standard_function.py>`_
3232

3333
nifgen_trigger.py
3434
-----------------
@@ -37,5 +37,5 @@ nifgen_trigger.py
3737
:language: python
3838
:linenos:
3939
:encoding: utf8
40-
:caption: `(nifgen_trigger.py) <https://github.com/ni/nimi-python/blob/master/src/nifgen/examples/nifgen_trigger.py>`_
40+
:caption: `(nifgen_trigger.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nifgen/examples/nifgen_trigger.py>`_
4141

docs/nifgen/installation.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the **nifgen** module, you must install the NI-FGEN r
88

99
The nimi-python modules (i.e. for **NI-FGEN**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nifgen
11+
$ python -m pip install nifgen~=1.4.9
1212

1313

docs/nimodinst/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.9.dev0'
66+
release = '1.4.9'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nimodinst/examples.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nimodinst examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.8/nimodinst_examples.zip>`_
4+
`You can download all nimodinst examples here <https://github.com/ni/nimi-python/releases/download/1.4.9/nimodinst_examples.zip>`_
55

66
nimodinst_all_devices.py
77
------------------------
@@ -10,5 +10,5 @@ nimodinst_all_devices.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nimodinst_all_devices.py) <https://github.com/ni/nimi-python/blob/master/src/nimodinst/examples/nimodinst_all_devices.py>`_
13+
:caption: `(nimodinst_all_devices.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nimodinst/examples/nimodinst_all_devices.py>`_
1414

docs/nimodinst/installation.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the **nimodinst** module, you must install the NI-Mod
88

99
The nimi-python modules (i.e. for **NI-ModInst**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nimodinst
11+
$ python -m pip install nimodinst~=1.4.9
1212

1313

docs/niscope/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.9.dev0'
66+
release = '1.4.9'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/niscope/examples.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all niscope examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.8/niscope_examples.zip>`_
4+
`You can download all niscope examples here <https://github.com/ni/nimi-python/releases/download/1.4.9/niscope_examples.zip>`_
55

66
niscope_fetch.py
77
----------------
@@ -10,7 +10,7 @@ niscope_fetch.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(niscope_fetch.py) <https://github.com/ni/nimi-python/blob/master/src/niscope/examples/niscope_fetch.py>`_
13+
:caption: `(niscope_fetch.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/niscope/examples/niscope_fetch.py>`_
1414

1515
niscope_fetch_forever.py
1616
------------------------
@@ -19,7 +19,7 @@ niscope_fetch_forever.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(niscope_fetch_forever.py) <https://github.com/ni/nimi-python/blob/master/src/niscope/examples/niscope_fetch_forever.py>`_
22+
:caption: `(niscope_fetch_forever.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/niscope/examples/niscope_fetch_forever.py>`_
2323

2424
niscope_fetch_into.py
2525
---------------------
@@ -28,7 +28,7 @@ niscope_fetch_into.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(niscope_fetch_into.py) <https://github.com/ni/nimi-python/blob/master/src/niscope/examples/niscope_fetch_into.py>`_
31+
:caption: `(niscope_fetch_into.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/niscope/examples/niscope_fetch_into.py>`_
3232

3333
niscope_read.py
3434
---------------
@@ -37,5 +37,5 @@ niscope_read.py
3737
:language: python
3838
:linenos:
3939
:encoding: utf8
40-
:caption: `(niscope_read.py) <https://github.com/ni/nimi-python/blob/master/src/niscope/examples/niscope_read.py>`_
40+
:caption: `(niscope_read.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/niscope/examples/niscope_read.py>`_
4141

docs/niscope/installation.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the **niscope** module, you must install the NI-SCOPE
88

99
The nimi-python modules (i.e. for **NI-SCOPE**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install niscope
11+
$ python -m pip install niscope~=1.4.9
1212

1313

docs/nise/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.9.dev0'
66+
release = '1.4.9'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nise/examples.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nise examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.8/nise_examples.zip>`_
4+
`You can download all nise examples here <https://github.com/ni/nimi-python/releases/download/1.4.9/nise_examples.zip>`_
55

66
nise_basic_example.py
77
---------------------
@@ -10,5 +10,5 @@ nise_basic_example.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nise_basic_example.py) <https://github.com/ni/nimi-python/blob/master/src/nise/examples/nise_basic_example.py>`_
13+
:caption: `(nise_basic_example.py) <https://github.com/ni/nimi-python/blob/1.4.9/src/nise/examples/nise_basic_example.py>`_
1414

0 commit comments

Comments
 (0)