Skip to content

Version 0.12.1

Latest
Compare
Choose a tag to compare
@bmaisonneuve bmaisonneuve released this 24 Jan 14:36

Fix

  • Fix cron to sync stats

Technical Features

  • Improve Dashboard class

Breaking change

  • Constructor of CondaShellProxy, MambaShellProxy, PipShellProxy has changed. Now env_name is optional and second argument. Previously CondaShellProxy('Name', 'env_file_path') --> CondaShellProxy('env_file_path', 'Name')