Skip to content

Commit

Permalink
Bump up Aim to v3.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alberttorosyan committed Feb 6, 2024
1 parent ffaab54 commit e36726b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Changelog

## 3.18.0
## 3.18.0 Feb 6, 2024

### Enhancements:

- Add support for `sqlalchemy 2.0` (mihran113)
- Add `min/max/first` values tracking for metrics (mihran113)
- Fix bug in pytorch lightning raising lock timeout (inc0)
- Add `min/max/first` values tracking and visualization for metrics (mihran113, KaroMourad)

### Fixes
- Fix compatibility with `sqlalchemy < 2.0` versions

## 3.17.6

- Fix pytorch_lightning aliases issue (popfido)
- Fix typos in stat.py to collect gpu memory and power correctly ճ(ChanderG)
- Fix bug in pytorch lightning raising lock timeout (inc0)
- Fix compatibility with `sqlalchemy < 2.0` versions (mihran113)
- Switch to patched version of official `pynvml` (mihran113)
- Remove telemetry tracking (mihran113)

Expand Down
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.5
3.18.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.17.5",
"version": "3.18.0",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
Expand Down

0 comments on commit e36726b

Please sign in to comment.