Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.4 KB

File metadata and controls

48 lines (39 loc) · 1.4 KB

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

  • Add support for binning in x/ y dimensions when returning a result (#19)

5.2.2

  • 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