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.
- 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