Releases: ni/nifpga-python
Releases · ni/nifpga-python
FPGA Interface Python API 22.0.0
Changes:
- Adds is_indicator attribute on Registers
- Drops Python <3.5 support
FPGA Interface Python API 20.0.0
Changes:
- Added new error codes
- Added unicode bitfile path support (requires updated drivers)
- Added a unreserve call for FIFOs which allows other processes to start using the FIFO (limited driver support)
- Added a FIFO Region API (requires updated drivers)
FPGA Interface Python API 19.0.0
Changes:
- Added support for FIFOs that use the Cluster Datatyle
FPGA Interface Python API 18.1.2
Issues:
- Resolves #25 Error when loading old bitfiles with new nifpga-python
FPGA Interface Python API 18.1.1
Issues:
- Resolved issue #23 (18.1) Attempting to open a bitfile containing an 'error cluster' errors
FPGA Interface Python API 18.1
Changes:
Controls and Indicators:
- Added support for Clusters
- Added support for Arrays of FXP values
FIFOs:
- Added support for FXP FIFOs
Issues:
- Resolved #11
FPGA Interface Python API 18.0
Changes:
- Added support for FXP single point Controls and Indicators
- Added support for getting the current state of the FPGA VI (requires 18.0 driver)
- Added support for setting and getting certain properties of FIFOs (requires 18.0 driver, limited driver support)
- Improved performance of calls that returned namedtuples