Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ Changelog
*********

This document describes the changes in the DEAPI library.
5.3.beta6
=========
- Fixed invalid property errors and bugs in set_binning
- Updated get_property_specifications
- Do not automatically set attributes.windowWidth and attributes.windowHeight
- Return pattern index for get_result and get_virtual_image_buffer

5.3.beta5
=========
- Modify gain acquisition

5.3.beta4
=========
- Add GetEvent functionality to client.py
- Fixed bug in set_binning

5.3.beta3
=========
- Fix the problem that the set_binning function could not set HW binning to 1

5.3.beta2
=========
- Add access register

5.3.beta1
=========
- Create a Result Class to handle Result + Histogram

5.3.beta0
=========
Expand Down
Loading