DeepLabStream
DeepLabStream copied to clipboard
Bump nidaqmx from 0.6.4 to 0.7.0
Bumps nidaqmx from 0.6.4 to 0.7.0.
Release notes
Sourced from nidaqmx's releases.
0.7.0
Merged Pull Requests
Resolved Issues
Major Changes
- Added a generator that produces the
nidaqmxmodule code.- Some properties were renamed in an effort to improve the consistency of the
nidaqmxmodule and to support maintainability of the generator. The previous names are still usable, but will emit aDeprecationWarningon usage. These deprecated properties may be removed in a future update.- Unused enums have been removed. This affects enums that are solely used by DAQmx features that are not supported in the
nidaqmxmodule, such as external calibration, the DAQmx switch API, and internal APIs.- Refactored the repository folder structure as follows:
generated/nidaqmx/- The output of the code generator and source for the buildnidaqmxmodule. Do not directly modify any files in this folder.examples/- Example programs demonstrating how to use thenidaqmxmodule.src/codegen/- The code generator.src/handwritten/- Hand-maintained files that are copied as-is during code generation.tests- Test code that exercises thenidaqmxmodule to ensure it functions correctly and doesn't introduce regressions.- Multiple various test improvements in support of the generator refactoring.
0.6.5
Changelog
Sourced from nidaqmx's changelog.
0.7.0
Merged Pull Requests
Resolved Issues
Major Changes
- Added a generator that produces the
nidaqmxmodule code.- Some properties were renamed in an effort to improve the consistency of the
nidaqmxmodule and to support maintainability of the generator. The previous names are still usable, but will emit aDeprecationWarningon usage. These deprecated properties may be removed in a future update.- Unused enums have been removed. This affects enums that are solely used by DAQmx features that are not supported in the
nidaqmxmodule, such as external calibration, the DAQmx switch API, and internal APIs.- Refactored the repository folder structure as follows:
generated/nidaqmx/- The output of the code generator and source for the buildnidaqmxmodule. Do not directly modify any files in this folder.examples/- Example programs demonstrating how to use thenidaqmxmodule.src/codegen/- The code generator.src/handwritten/- Hand-maintained files that are copied as-is during code generation.tests- Test code that exercises thenidaqmxmodule to ensure it functions correctly and doesn't introduce regressions.- Multiple various test improvements in support of the generator refactoring.
0.6.5
Commits
555809efix coverage report (#273)05661e2chore: remove older daqmx driver APIs (#270)66b7341fix test_examples type annotations for python <3.9 (#269)f6f8d50codegen, tests: Roll back unnecessary deprecations and retrofit tests (#268)92141f3Addition of tests for properties in physical channel (#242)4c60419examples: Rename directory (#265)b083b40Addition of tests for trigger properties (#250)5fad276Addition of tests for export signal properties (#251)e0900fbtests: Add an acceptance test for shipping examples (#248)d877de4Addition of Tests for Read properties (#261)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)