Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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)

Unreleased
5.2.2
==========
- Initial release
- Renamed `Client` functions from CamelCase to snake_case (Legacy functions are still available)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"sympy",
]
description = "API for DE Server"
version = "5.2.2"
version = "5.3b0"
keywords = [
"EELS",
"STEM",
Expand Down
Loading