Skip to content

Tags: ni/measurement-plugin-python

Tags

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update versions to 3.1.0 (#1276)

* Update versions to 3.1.0

* Bump sdk version

---------

Co-authored-by: Joel Dixon <joel.dixon@emerson.com>

3.0.1

Toggle 3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Restore session_management module export to service package (#1250)

* Update examples to >=2.3.1,<4.0

* Restore session_management export from ni_measurement_plugin_sdk_service

* Set version numbers to 3.0.1

* Restore _types module with SessionInitializationBehavior

* Do not reference private modules from ni_measurement_plugin_sdk_service.

* Revert version change so the rest can be cherry picked to main

* Restore more exports from _reservation and _types

* Fix linter errors

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Cherry-Pick 3.0] Depend on released versions of measurement packages (

…#1244)

* [Needs Cherry pick] Depend on released versions of measurement packages (#1243)

* Depend on released versions of measurement packages

* Redo poetry.lock updates for generator more selectively to avoid a mypy error

* Update packages/generator/pyproject.toml

Co-authored-by: Brad Keryan <brad.keryan@ni.com>

* Update packages/generator/pyproject.toml

Co-authored-by: Brad Keryan <brad.keryan@ni.com>

* Add direct references to packages used in service

* Update generator poetry.lock

---------

Co-authored-by: Brad Keryan <brad.keryan@ni.com>

2.4.0-dev2

Toggle 2.4.0-dev2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update github actions to v5 (major) (#1233)

chore(deps): update github actions to v5

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2.4.0-dev1

Toggle 2.4.0-dev1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace ni.protobuf.types stubs with dependency on ni.protobuf.types …

…package (#1212)

* First pass at removing protobuf and panel generated stubs and pulling them in from ni.protobuf.types

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Fix linting errors.

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Modified stub generation to exclude protobuf and panels

* Lint

* Add code to stop adding the _internal stub path to ni.protobuf.types and ni.panels.v1.

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Fix example_renders to match what is generated and add them to the styleguide exclude list since they don't conform to the styleguide as generated.

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Missing a comma.

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Re-lock dependencies after simplifying numpy deps

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Run poetry lock on the examples.

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Refactor stub namespace exclusions.

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

* Add dev dependencies for numpy to fix errors on python 3.13.

Signed-off-by: Michael Johansen <michael.johansen@ni.com>

---------

Signed-off-by: Michael Johansen <michael.johansen@ni.com>
Co-authored-by: Michael Johansen <michael.johansen@ni.com>
Co-authored-by: Johann Scholtz <johann.scholtz@ni.com>

2.4.0-dev0

Toggle 2.4.0-dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): Enable testing with latest click (#1204)

* fix(deps): Enable testing with latest click

* chore(deps): Update poetry.lock

* generator: Update to support click 8.2

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[releases/2.3] docs: Cherry-pick various doc updates (#1186)

* docs: Upgrade Sphinx and change copyright year to "2022-%Y" (#1118)

* service: Reformat pyproject.toml

* service: Upgrade to latest Sphinx

* service: Update poetry.lock

* service: Update copyright to reflect year first published

* service: Add a comment about Sphinx version

* docs: Add gRPC and protobuf hyperlinks

* service: Update poetry.lock

(cherry picked from commit 64174c6)

* docs: Remove Sphinx --keep-going option (#1126)

(cherry picked from commit 262ab18)

* docs: Remove tomlkit dependency (#1166)

* docs: Remove tomlkit dependency

* service: Update poetry.lock

(cherry picked from commit 15b1bb8)

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
(Pre-Publish Steps): update service package version to 2.3 (#1097)

* (Pre-Publish Steps): update ni-measurement-plugin-sdk-service to version 2.3.0

* generator: Revert file dependency on service

* sdk: Revert file dependencies on service and generator

* sdk, generator: Update poetry.lock

---------

Co-authored-by: Avi Goel <avi.goel@emerson.com>
Co-authored-by: Brad Keryan <brad.keryan@ni.com>

2.3.0-dev0

Toggle 2.3.0-dev0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency protobuf to v5.29.4 (#1090)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pre-publish step changes for 2.2.0 (#1049)

* pre-publish step changes for 2.2.0

* comment out ni-measurement-plugin-sdk-service dev dependency in pyproject.toml

* (Fix CI Checks): Updated poetry lock

---------

Co-authored-by: Avi Goel <avi.goel@emerson.com>