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
- Modify gain acquisition
- Add GetEvent functionality to client.py
- Fixed bug in set_binning
- Fix the problem that the set_binning function could not set HW binning to 1
- Add access register
- Create a Result Class to handle Result + Histogram
- Add support for binning in x/ y dimensions when returning a result (#19)
- Initial release
- Renamed Client functions from CamelCase to snake_case (Legacy functions are still available)
- Added buffer_protocol module for handling different buffer protocol files
- Added a data_types module for handling different data types
- Added a python based DEServer for testing purposes
- Update the Testing to allow for a real DEServer to be used for testing (#7)
- Add support for @pytest.mark.server decorator for tests that require a full DEServer to be running (#7)
- Add a commandline interface for the pydeserver. (#8) Running pydeserver --port 13241 will start the server on port 13241