Skip to content

Commit 2ffddea

Browse files
committed
Updated CHANGELOG
1 parent 9094b63 commit 2ffddea

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# DataLab Simple Client Releases #
22

3+
## Version 0.2.0 ##
4+
5+
Changes:
6+
7+
* Remote API:
8+
* New `raise_window` method
9+
* New `get_object_shapes` method
10+
* New `get_object` method
11+
* New `get_object_from_uuid` method
12+
* New `get_object_from_title` method
13+
14+
* Added simplified DataLab object model:
15+
* `simplemodel.SignalObj` class
16+
* `simplemodel.ImageObj` class
17+
318
## Version 0.1.0 ##
419

520
First release of the DataLab Simple Client.

cdlclient/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from cdlclient.baseproxy import SimpleBaseProxy
1717
from cdlclient.remote import SimpleRemoteProxy
1818

19-
__version__ = "0.1.0"
19+
__version__ = "0.2.0"
2020
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
2121
__homeurl__ = "https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/"
2222
__supporturl__ = "https://github.com/Codra-Ingenierie-Informatique/DataLabSimpleClient/issues/new/choose"

0 commit comments

Comments
 (0)