Skip to content

Commit 38afc05

Browse files
authored
Release 1.4.1 (#1650)
* Update CHANGELOG.md * Update LATEST_RELEASE * Update version in config_addon.py * Update generated files
1 parent b70883d commit 38afc05

Some content is hidden

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

71 files changed

+114
-147
lines changed

CHANGELOG.md

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
* [Unreleased](#unreleased)
3+
* [1.4.1](#141---2021-08-23)
44
* [1.4.0](#140---2021-07-09)
55
* [1.3.3](#133---2021-02-26)
66
* [1.3.2](#132---2020-09-18)
@@ -27,20 +27,17 @@
2727

2828
All notable changes to this project will be documented in this file.
2929

30-
## Unreleased
30+
## 1.4.1 - 2021-08-23
3131
* ### ALL
3232
* #### Added
3333
* Support for Python 3.9
34-
* #### Changed
3534
* #### Removed
3635
* Support for Python 3.5
3736
* ### `nidcpower` (NI-DCPower)
3837
* #### Added
3938
* API parity with NI-DCPower 21.0.0.
4039
* Properties added:
4140
* `output_cutoff_delay`
42-
* #### Changed
43-
* #### Removed
4441
* ### `nidigital` (NI-Digital Pattern Driver)
4542
* #### Added
4643
* API parity with NI-Digital Pattern Driver 21.0.0.
@@ -54,36 +51,6 @@ All notable changes to this project will be documented in this file.
5451
* Repeated Capabilities added:
5552
* `rio_events`
5653
* `rio_triggers`
57-
* #### Changed
58-
* #### Removed
59-
* ### `nidmm` (NI-DMM)
60-
* #### Added
61-
* #### Changed
62-
* #### Removed
63-
* ### `nifgen` (NI-FGEN)
64-
* #### Added
65-
* #### Changed
66-
* #### Removed
67-
* ### `nimodinst` (NI-ModInst)
68-
* #### Added
69-
* #### Changed
70-
* #### Removed
71-
* ### `niscope` (NI-SCOPE)
72-
* #### Added
73-
* #### Changed
74-
* #### Removed
75-
* ### `niswitch` (NI-SWITCH)
76-
* #### Added
77-
* #### Changed
78-
* #### Removed
79-
* ### `nise` (NI Switch Executive)
80-
* #### Added
81-
* #### Changed
82-
* #### Removed
83-
* ### `nitclk` (NI-TClk)
84-
* #### Added
85-
* #### Changed
86-
* #### Removed
8754

8855

8956
## 1.4.0 - 2021-07-09

LATEST_RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1.dev0
1+
1.4.1

docs/conf.py

Lines changed: 1 addition & 1 deletion
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.1.dev0'
66+
release = '1.4.1'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nidcpower/examples.rst

Lines changed: 4 additions & 4 deletions
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.0/nidcpower_examples.zip>`_
4+
`You can download all nidcpower examples here <https://github.com/ni/nimi-python/releases/download/1.4.1/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.1/src/nidcpower/examples/nidcpower_advanced_sequence.py>`_
1414

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

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

docs/nidcpower/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a prerequisite to using the nidcpower module, you must install the NI-DCPower
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.1
1212

1313
Or **easy_install** from
1414
`setuptools <http://pypi.python.org/pypi/setuptools>`_::

docs/nidigital/examples.rst

Lines changed: 4 additions & 4 deletions
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.0/nidigital_examples.zip>`_
4+
`You can download all nidigital examples here <https://github.com/ni/nimi-python/releases/download/1.4.1/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.1/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.1/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.1/src/nidigital/examples/ppmu_source_and_measure/nidigital_ppmu_source_and_measure.py>`_
3232

docs/nidigital/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a prerequisite to using the nidigital module, you must install the NI-Digital
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.1
1212

1313
Or **easy_install** from
1414
`setuptools <http://pypi.python.org/pypi/setuptools>`_::

docs/nidmm/examples.rst

Lines changed: 4 additions & 4 deletions
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.0/nidmm_examples.zip>`_
4+
`You can download all nidmm examples here <https://github.com/ni/nimi-python/releases/download/1.4.1/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.1/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.1/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.1/src/nidmm/examples/nidmm_multi_point_measurement.py>`_
3232

docs/nidmm/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As a prerequisite to using the nidmm module, you must install the NI-DMM runtime
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.1
1212

1313
Or **easy_install** from
1414
`setuptools <http://pypi.python.org/pypi/setuptools>`_::

0 commit comments

Comments
 (0)