v0.9.1
DataLab Simple Client is fully compatible with DataLab 0.14.0 and above.
With older versions of the DataLab server, some features may not work.
💥 Changes:
- Remote API (
SimpleRemoteProxy
):- Changed constructor signature to accept
autoconnect
as argument,
defaulting toTrue
- Thus, when creating a
SimpleRemoteProxy
instance, the connection to the
server is now established automatically by default (i.e. same behavior as
DataLab'scdl.proxy.RemoteProxy
class) get_object_titles
method now accepts "macro" as panel name and returns
the list of macro titles- New
run_macro
,stop_macro
andimport_macro_from_file
methods
- Changed constructor signature to accept