Skip to content

Commit

Permalink
Release 0.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
adrnswanberg committed May 28, 2021
1 parent 5aacc70 commit f2d8d79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## wandb/local:0.9.41 (May 27, 2021)

* Added a few optimizations for frontend and backend performance.
* Added validation for sweep configs.
* Added support for preemptible runs and sweeps.
* Fixed several small issues with reports.
* Added new "Weave" panel type to workspaces and reports.
* Fixed an issue where the backend might return 500 at the end of a grid search sweep.
* Made several improvements to scatter plots.
* Made links in table cells clickable.


## wandb/local:0.9.40 (April 29, 2021)

* Added option to set a different set of options in each panel section within a workspace.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local",
"version": "0.9.40",
"version": "0.9.41",
"description": "W&B Local is the self hosted version of Weights & Biases",
"repository": "git@github.com:wandb/local.git",
"author": "Chris Van Pelt <vanpelt@wandb.com>",
Expand Down

0 comments on commit f2d8d79

Please sign in to comment.