Skip to content

REL-410 Release v0.15.0

Andrew Bolin requested to merge rel-410-release-v-0-15-0 into main

Updating version to 0.15.0, which incorporates the following changes:

  • Remove ArgsAdapter (no downstream users)
  • Remove ArgsCl (no downstream users, not compatible with BDF addressing, doesn't support info interface)
  • Include a 16-bit version of -1 (i.e. 0xFFFF) as a valid value returned by XRT pyxrt.kernel.group_id()
  • Replace multiple interface support in FpgaPersonality and FpgaPeripheral with a singular driver (simpler code!)
  • Select FPGA by PCIe BDF (address) instead of index number, consistent with XRT command-line tools
  • Console dependencies no longer installed by default
Edited by Andrew Bolin

Merge request reports