Skip to content

Commit

Permalink
Release 0.9.49
Browse files Browse the repository at this point in the history
  • Loading branch information
elainaRenee committed Feb 24, 2022
1 parent 91b0618 commit 8866f33
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## wandb/local:0.9.49 (February 24, 2022)

* Created isNone weave Op
* Internal: ArtifactCollectionMembership backend resource and Weave type created
* Speed up CloneReportModal (and many other modals)
* Fixes PanelDate in Weave to respect UTC timestamp
* Fixed an issue where pages could crash when viewing user profiles
* Bug Fix: `Merge Table` input type fix
* Create Team: Fix "invalid privileges blob" error
* Fix styling of billing modal's title that cut off at the bottom.
* Local: Enable gzip compression for frontend assets, reducing bytes over the wire by about half!
* Improve how Weave panels are displayed when importing to reports
* Fixed an issue where image masks were displayed incorrectly when viewed in split mode
* Fix resending email verification sign up emails
* Onboarding Flow: Fix responsive styling issue.
* Fixed bug where multiple modals have a warning Icon
* Create Team flow: Make it short n' sweet.
* Better rendering of nested JSON in run config & summary tables
* Onboarding Flow: Make it easier to click on radio buttons and checkboxes.
* Handle no photo teams in profile sidebar, add team title



## wandb/local:0.9.48 (February 9, 2022)

* wandb/local now supports `docker restart`
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.48",
"version": "0.9.49",
"description": "W&B Local is the self hosted version of Weights & Biases",
"repository": "[email protected]:wandb/local.git",
"author": "Chris Van Pelt <[email protected]>",
Expand Down

0 comments on commit 8866f33

Please sign in to comment.