Skip to content

Commit

Permalink
Bump up Aim to v3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gorarakelyan committed Mar 24, 2023
1 parent 56a50d7 commit ffc9ded
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.17.0 Mar 24, 2023

### Enhancements
- Expose `run_name` and `run_hash` parameters to the `aim.sdk.adapters.pytorch_lightning.AimLogger` adapter (constd)
Expand All @@ -12,9 +12,9 @@

### Fixes

- Add support for Path type to the repo attribute of the Run class(emekaokoli19)
- Add support for Path type to the repo attribute of the Run class (emekaokoli19)
- Add support for jax>0.4.0 (n-gao)
- Add -y option to Aim CLI commands(emekaokoli19)
- Add -y option to Aim CLI commands (emekaokoli19)
- Fix issue with toggling lines visibility during live update (roubkar)
- Fix the issue when HF model doesn't have `num_labels` attribute (mihran113)
- Fix table cell scrolling issue in the Texts tab of the Run page (roubkar)
Expand Down
2 changes: 1 addition & 1 deletion aim/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.16.2
3.17.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.14.1",
"version": "3.17.0",
"private": true,
"dependencies": {
"@aksel/structjs": "^1.0.0",
Expand Down

0 comments on commit ffc9ded

Please sign in to comment.