Releases: ni/nipanel-python
Releases · ni/nipanel-python
nipanel 1.0.0
What's Changed
- Update daqmx examples to use AnalogWaveform (#163)
- Re-use analyze-project from the python-actions repo (#160)
- Add Copilot Instructions (#168)
- Add documentation for how to install the panel server via InstrumentStudio (#172)
- Remove Python 3.9 support (#173)
- Fix Example Commands (#176)
- Address CVE-2025-66471 - Update urllib3 to 2.6.1 (#183)
- Clean up NIDAQMX_ENABLE_WAVEFORM_SUPPORT usages in nidaqmx examples (#187)
- Bump versions to prepare for first final release (#192)
New Contributors
- @dixonjoel made their first contribution in #160
Full Changelog: 0.1.0-dev1...1.0.0
nipanel 0.1.0-dev1
What's Changed
- Add publishing instructions for nipanel package in CONTRIBUTING.md (#150)
- Add PyPI front matter by (#151)
- Add bt.TimeDelta and ht.timedelta converters (#153)
- Type match with collections.abc.Collection and some exclusions (#152)
- Fix errors with 'poetry update', and run 'poetry update' (#156)
Full Changelog: 0.1.0-dev0...0.1.0-dev1
nipanel 0.1.0-dev0
Introducing nipanel
The nipanel Python package provides support for interactive Test and Measurement panels. Use it to launch interactive panels and get or set values on controls and indicators. Whether you’re developing automated test sequences or interactive measurement applications, nipanel makes it easy to bridge Python code and interactive panels.
Full Changelog: https://github.com/ni/nipanel-python/commits/0.1.0-dev0