Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 00:05
· 36 commits to main since this release

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(), and Workspace.num_steps().

Fixed ✅

  • Fixes a bug where FromParams would fail to parse when an object takes a Step 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)