v1.2.1
What's new
Added 🎉
- Added the following workspace methods to support the Tango viz UI:
Workspace.search_registered_runs()
,Workspace.search_step_info()
,Workspace.num_registered_runs()
, andWorkspace.num_steps()
.
Fixed ✅
- Fixes a bug where
FromParams
would fail to parse when an object takes aStep
argument directly. - Changed a name so we don't override the built-in name
set
. - Fixed a bug that would cause O(n^2) memory consumption in dense step graphs.
Commits
258f440 Only one step object (#545)
07abee5 Don't override the name set
(#544)
4784bab Return more info from Workspace.search_registered_runs()
(#536)
3d2d890 Fix bug when a FromParams
object takes a Step
argument directly (#535)
38561d0 New paginated workspace search methods (#489)
7a25e3e Fix datasets typing issue (#531)
810b742 minor updates to CI (#529)