Skip to content

Commit

Permalink
Release nidigital 0.5.0 and 1.2.1 of other modules (#1422)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Add nitclk version bump change to CHANGELOG

* Bump version in config_addon and LATEST_RELEASE

* Bump version in generated files

* Update documentation related to where to find examples
  • Loading branch information
sbethur committed Apr 22, 2020
1 parent db38fab commit 239756d
Show file tree
Hide file tree
Showing 71 changed files with 95 additions and 126 deletions.
41 changes: 5 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

* [Unreleased](#unreleased)
* [1.2.1](#121---2020-04-21)
* [1.2.0](#120---2020-03-06)
* [1.1.5](#115---2019-11-22)
* [1.1.4](#114---2019-11-19)
Expand All @@ -21,7 +21,7 @@

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

## Unreleased
## 1.2.1 - 2020-04-21
* ### ALL
* #### Added
* Support for chained repeated capabilities. This allows things like
Expand All @@ -30,12 +30,6 @@ All notable changes to this project will be documented in this file.
```

The repeated capabilities will be expanded to `'site0/PinA,site0/PinB,site1/PinA,site1/PinB'`
* #### Changed
* #### Removed
* ### NI-DCPower
* #### Added
* #### Changed
* #### Removed
* ### NI-Digital Pattern Driver
* #### Added
* `get_pattern_pin_names` - [#1292](https://github.com/ni/nimi-python/issues/1292)
Expand All @@ -62,36 +56,11 @@ All notable changes to this project will be documented in this file.
* `clock_generator_initiate` - [#1370](https://github.com/ni/nimi-python/issues/1370)
* `load_specifications`, `load_levels`, and `load_timing` - [#1392](https://github.com/ni/nimi-python/issues/1392)
* `get_channel_name` and `get_channel_name_from_string` - [#1386](https://github.com/ni/nimi-python/issues/1386)
* ### NI-DMM
* #### Added
* #### Changed
* #### Removed
* ### NI-FGEN
* #### Added
* #### Changed
* #### Removed
* ### NI-ModInst
* #### Added
* #### Changed
* #### Removed
* ### NI-SCOPE
* #### Added
* #### Changed
* #### Removed
* ### NI-Switch
* #### Added
* #### Changed
* #### Removed
* ### NI Switch Executive
* #### Added
* #### Changed
* #### Removed
* ### NI-TClk
* #### Added
* #### Changed
* #### Removed
* Version updated to 1.2.1 to match other released nimi-python modules


## 1.2.0 - 2020-03-06
* ### ALL
* #### Added
Expand Down
2 changes: 1 addition & 1 deletion LATEST_RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.1.dev0
1.2.1
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '1.2.1.dev0'
release = '1.2.1'
# The short X.Y version.
version = release[:3]

Expand Down
2 changes: 1 addition & 1 deletion docs/nidcpower/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all nidcpower examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/nidcpower_examples.zip>`_
`You can download all nidcpower examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/nidcpower_examples.zip>`_

nidcpower_advanced_sequence.py
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/nidcpower/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the nidcpower module, you must install the NI-DCPower

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

$ python -m pip install nidcpower
$ python -m pip install nidcpower~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nidigital/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all nidigital examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/nidigital_examples.zip>`_
`You can download all nidigital examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/nidigital_examples.zip>`_

nidigital_do_nothing.py
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/nidigital/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the nidigital module, you must install the NI-Digital

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

$ python -m pip install nidigital
$ python -m pip install nidigital~=0.5.0

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nidmm/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all nidmm examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/nidmm_examples.zip>`_
`You can download all nidmm examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/nidmm_examples.zip>`_

nidmm_fetch_waveform.py
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/nidmm/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the nidmm module, you must install the NI-DMM runtime

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

$ python -m pip install nidmm
$ python -m pip install nidmm~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nifgen/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all nifgen examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/nifgen_examples.zip>`_
`You can download all nifgen examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/nifgen_examples.zip>`_

nifgen_arb_waveform.py
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/nifgen/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the nifgen module, you must install the NI-FGEN runti

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

$ python -m pip install nifgen
$ python -m pip install nifgen~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nimodinst/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all nimodinst examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/nimodinst_examples.zip>`_
`You can download all nimodinst examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/nimodinst_examples.zip>`_

nimodinst_all_devices.py
------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/nimodinst/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the nimodinst module, you must install the NI-ModInst

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

$ python -m pip install nimodinst
$ python -m pip install nimodinst~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/niscope/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all niscope examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/niscope_examples.zip>`_
`You can download all niscope examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/niscope_examples.zip>`_

niscope_fetch.py
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/niscope/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the niscope module, you must install the NI-SCOPE run

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

$ python -m pip install niscope
$ python -m pip install niscope~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nise/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all nise examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/nise_examples.zip>`_
`You can download all nise examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/nise_examples.zip>`_

nise_basic_example.py
---------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/nise/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the nise module, you must install the NI Switch Execu

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

$ python -m pip install nise
$ python -m pip install nise~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/niswitch/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all niswitch examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/niswitch_examples.zip>`_
`You can download all niswitch examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/niswitch_examples.zip>`_

niswitch_connect_channels.py
----------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/niswitch/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the niswitch module, you must install the NI-SWITCH r

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

$ python -m pip install niswitch
$ python -m pip install niswitch~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion docs/nitclk/examples.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Examples
========

`You can download all nitclk examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.2.0/nitclk_examples.zip>`_
`You can download all nitclk examples here <https://github.com/ni/nimi-python/releases/download/1.2.1/nitclk_examples.zip>`_

nitclk_configure.py
-------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/nitclk/installation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ As a prerequisite to using the nitclk module, you must install the NI-TClk runti

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

$ python -m pip install nitclk
$ python -m pip install nitclk~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion generated/nidcpower/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ As a prerequisite to using the nidcpower module, you must install the NI-DCPower

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

$ python -m pip install nidcpower
$ python -m pip install nidcpower~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion generated/nidcpower/nidcpower/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.1.dev0
1.2.1

4 changes: 2 additions & 2 deletions generated/nidcpower/nidcpower/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file was generated


__version__ = '1.2.1.dev0'
__version__ = '1.2.1'

from nidcpower.enums import * # noqa: F403,F401,H303
from nidcpower.errors import DriverWarning # noqa: F401
Expand Down Expand Up @@ -64,7 +64,7 @@ def is_venv():
info['driver']['name'] = "NI-DCPower"
info['driver']['version'] = driver_version
info['module']['name'] = 'nidcpower'
info['module']['version'] = "1.2.1.dev0"
info['module']['version'] = "1.2.1"
info['python']['version'] = sys.version
info['python']['bits'] = '64' if is_python_64bit() else '32'
info['python']['is_venv'] = is_venv()
Expand Down
4 changes: 2 additions & 2 deletions generated/nidcpower/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_contents(file_to_read):
setup(
name=pypi_name,
zip_safe=True,
version='1.2.1.dev0',
version='1.2.1',
description='NI-DCPower Python API',
long_description=read_contents('README.rst'),
long_description_content_type='text/x-rst',
Expand All @@ -50,7 +50,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
2 changes: 1 addition & 1 deletion generated/nidigital/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ As a prerequisite to using the nidigital module, you must install the NI-Digital

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

$ python -m pip install nidigital
$ python -m pip install nidigital~=0.5.0

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion generated/nidigital/nidigital/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.4.1.dev0
0.5.0

4 changes: 2 additions & 2 deletions generated/nidigital/nidigital/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file was generated


__version__ = '0.4.1.dev0'
__version__ = '0.5.0'

from nidigital.enums import * # noqa: F403,F401,H303
from nidigital.errors import DriverWarning # noqa: F401
Expand Down Expand Up @@ -66,7 +66,7 @@ def is_venv():
info['driver']['name'] = "NI-Digital Pattern Driver"
info['driver']['version'] = driver_version
info['module']['name'] = 'nidigital'
info['module']['version'] = "0.4.1.dev0"
info['module']['version'] = "0.5.0"
info['python']['version'] = sys.version
info['python']['bits'] = '64' if is_python_64bit() else '32'
info['python']['is_venv'] = is_venv()
Expand Down
4 changes: 2 additions & 2 deletions generated/nidigital/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_contents(file_to_read):
setup(
name=pypi_name,
zip_safe=True,
version='0.4.1.dev0',
version='0.5.0',
description='NI-Digital Pattern Driver Python API',
long_description=read_contents('README.rst'),
long_description_content_type='text/x-rst',
Expand All @@ -51,7 +51,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
2 changes: 1 addition & 1 deletion generated/nidmm/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ As a prerequisite to using the nidmm module, you must install the NI-DMM runtime

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

$ python -m pip install nidmm
$ python -m pip install nidmm~=1.2.1

Or **easy_install** from
`setuptools <http://pypi.python.org/pypi/setuptools>`_::
Expand Down
2 changes: 1 addition & 1 deletion generated/nidmm/nidmm/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.1.dev0
1.2.1

4 changes: 2 additions & 2 deletions generated/nidmm/nidmm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file was generated


__version__ = '1.2.1.dev0'
__version__ = '1.2.1'

from nidmm.enums import * # noqa: F403,F401,H303
from nidmm.errors import DriverWarning # noqa: F401
Expand Down Expand Up @@ -64,7 +64,7 @@ def is_venv():
info['driver']['name'] = "NI-DMM"
info['driver']['version'] = driver_version
info['module']['name'] = 'nidmm'
info['module']['version'] = "1.2.1.dev0"
info['module']['version'] = "1.2.1"
info['python']['version'] = sys.version
info['python']['bits'] = '64' if is_python_64bit() else '32'
info['python']['is_venv'] = is_venv()
Expand Down
4 changes: 2 additions & 2 deletions generated/nidmm/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read_contents(file_to_read):
setup(
name=pypi_name,
zip_safe=True,
version='1.2.1.dev0',
version='1.2.1',
description='NI-DMM Python API',
long_description=read_contents('README.rst'),
long_description_content_type='text/x-rst',
Expand All @@ -50,7 +50,7 @@ def read_contents(file_to_read):
tests_require=['pytest'],
test_suite='tests',
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Manufacturing",
"Intended Audience :: Science/Research",
Expand Down
2 changes: 1 addition & 1 deletion generated/nifake/nifake/VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1.2.1.dev0
1.2.1

0 comments on commit 239756d

Please sign in to comment.