From 00b8e492f49334c74f4e2f2bc8d0375d7824f8a9 Mon Sep 17 00:00:00 2001 From: CoolFanyu Date: Wed, 22 Jul 2026 10:41:52 -0700 Subject: [PATCH 1/2] Update CHANGES.rst with 5.3 beta notes Add changelog entries for 5.3.beta1 through 5.3.beta5 documenting recent beta changes --- CHANGES.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 00ddc3e4..68c1b7a8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,27 @@ Changelog This document describes the changes in the DEAPI library. +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 ========= - Add support for binning in x/ y dimensions when returning a result (#19) From 93b54569a3799f6493ab02114b492739b05ad7ac Mon Sep 17 00:00:00 2001 From: CoolFanyu Date: Wed, 22 Jul 2026 17:44:40 -0700 Subject: [PATCH 2/2] Add 5.3.beta6 changelog entry Update CHANGES.rst with release notes for 5.3.beta6 --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 68c1b7a8..dbd2701d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ 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 =========