Skip to content

Commit

Permalink
Bump up Aim to v3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan committed Mar 13, 2024
1 parent a19c929 commit 9899aea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,12 +1,13 @@
# Changelog

## 3.19.0
## 3.19.0 Mar 13, 2024

### Enhancements:
- Replace grpc with http/ws as transport for aim tracking server (mihran113)
- Remove `aim storage upgrade 2to3` command (mihran113)
- Allow HF callback to initialize run at on_init_end for tracking custom metrics with callback (dushyantbehl)
- Support artifacts logging and storage in AWS S3 (alberttorosyan)
- Always set run name when initializing Run in lightning callback (martenlienen)

### Fixes
- Allow the web UI to serve assets symlinked into the static files directory (martenlienen)
Expand Down
2 changes: 1 addition & 1 deletion aim/VERSION
@@ -1 +1 @@
3.18.1
3.19.0
2 changes: 1 addition & 1 deletion aim/web/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ui_v2",
"version": "3.18.1",
"version": "3.19.0",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
Expand Down

0 comments on commit 9899aea

Please sign in to comment.