Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 825 Bytes

File metadata and controls

21 lines (17 loc) · 825 Bytes

Changelog

This document describes the changes in the DEAPI library.

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