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
autoconnectas argument,
defaulting toTrue - Thus, when creating a
SimpleRemoteProxyinstance, the connection to the
server is now established automatically by default (i.e. same behavior as
DataLab'scdl.proxy.RemoteProxyclass) get_object_titlesmethod now accepts "macro" as panel name and returns
the list of macro titles- New
run_macro,stop_macroandimport_macro_from_filemethods
- Changed constructor signature to accept