File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
520First release of the DataLab Simple Client.
Original file line number Diff line number Diff line change 1616from cdlclient .baseproxy import SimpleBaseProxy
1717from 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"
You can’t perform that action at this time.
0 commit comments