Version 0.2.27 (August 2, 2018) (Buggy, please update)
** Warning, this version had some bugs and is now incompatible with the Public instance. If you have the CLI running against the public CodaLab server, please update to v0.2.28 or later**
Features
.shared
andgroup=<group spec>
directives for worksheet and bundle searches..shared
lists any (bundle|worksheet) that any of the groups you are a member of has READ or higher permissions, whilegroup=<group spec>
lists all (bundles|worksheets) that the given group has READ or higher permissions to.- Support for the new
worksheet//bundle
style bundle specs when issuing macros or mimic commands. For backwards compatibility we accept both theworksheet/bundle
andworksheet//bundle
forms for mimic and macro commands.
Tweaks
- A big rewrite of our Worker code means job state management will be much more robust now, and any failures much easier to debug.
- A major overhaul to worksheet rendering code to make future extensions to the front end easier.
Breaking changes
-
The new worker code only works with the new server code (due to API changes). If you're running your own CodaLab instance, please make sure to update both your workers and server to version 0.2.27 to avoid failing workers. (If you have workers connected to the public CodaLab instance, please update them)
-
The format of the worker state files have changed. If you're updating your worker, please delete the old
dependencies
directory anddependencies-state.json
,worker-state.json
andimages-state.json
files.