Skip to content

v0.9.1

Compare
Choose a tag to compare
@PierreRaybaut PierreRaybaut released this 05 Mar 16:38
· 11 commits to main since this release

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 to True
    • Thus, when creating a SimpleRemoteProxy instance, the connection to the
      server is now established automatically by default (i.e. same behavior as
      DataLab's cdl.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 and import_macro_from_file methods