Skip to content

Commit

Permalink
Bump up Aim to v3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihran113 committed Dec 18, 2024
1 parent 171d0b2 commit e5e036d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## Unreleased:
## 3.27.0 Dec 18, 2024

### Enhancements:
- Enable custom boto3 client parameters for `S3ArtifactStorage` (sbatchelder)
- Return `None` for `run.artifact_uri` if not set (sbatchelder)
- Enable custom contexts for `PytorchLightning` logger (sbatchelder)

### Fixes:
- Fix aggregated metrics' computations (mihran113)
Expand Down
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.26.1
3.27.0
2 changes: 1 addition & 1 deletion aim/web/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui_v2",
"version": "3.26.1",
"version": "3.27.0",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
Expand Down

0 comments on commit e5e036d

Please sign in to comment.