Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.63 KB

CHANGELOG.rst

File metadata and controls

54 lines (40 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Fix error in scalar value formatting (github issue #29)
  • Add *BITS? command to return available bit bus entry names
  • Capture timestamp when PCAP becomes armed and enabled

3.0a3 - 2022-05-03

  • Bug fixes to standard deviation

3.0a2 - 2022-04-07

  • Change to extension server: parsing now returns callables, and add ExtensionHelper to assist in building extensions
  • New attribute to interrogate number of words in a table row
  • UNSCALED capture is no longer supported (issue #24)
  • Allow .CAPTURE to take arbitrary lists of options (issue #23) and add supporting methods for interrogating available options
  • Add support for Standard Deviation capture if supported by FPGA

3.0a1 - 2021-09-21

  • Added Continuous Integration
  • Support building on 64-bit ARM
  • Update default toolchain. This will also require a PandA system update
  • Add timestamp of time of arming capture
  • Fix page fault when reading capture completion with recent kernel

2.1 - 2021-04-27

  • Start keeping a changelog
  • Implement and document changes to extension server implementing github issue #9