Skip to content

Releases: ni/nipanel-python

nipanel 1.0.0

Choose a tag to compare

@dixonjoel dixonjoel released this 08 Jan 17:43
c5e1c85

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

Full Changelog: 0.1.0-dev1...1.0.0

nipanel 0.1.0-dev1

nipanel 0.1.0-dev1 Pre-release
Pre-release

Choose a tag to compare

@mjohanse-emr mjohanse-emr released this 10 Sep 19:14
1633926

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

nipanel 0.1.0-dev0 Pre-release
Pre-release

Choose a tag to compare

@csjall csjall released this 29 Aug 14:02
31faef3

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