Skip to content

Releases: aimhubio/aim

πŸš€ v3.24.0 - Support for mass updates in remote tracking, fixes in database error handling and bookmarks page scroll

14 Aug 09:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.23.0...v3.24.0

What's Changed

New Contributors

Full Changelog: v3.23.0...v3.24.0

πŸš€ v3.23.0 - Fixe in SB3 callback, lower timeout on client -> server connection, ability to skip Repo initialization in CLI

15 Jul 14:03
Compare
Choose a tag to compare

What's Changed

  • [feat] Add skip option in init commands by @stevenjlm in #3179
  • [feat] Relax numpy version upper bound by @judahrand in #3182
  • [refactor] Integrate Ruff for lint & format by @Sharathmk99 in #3125
  • [fix] Resolve issues with metric tracking in SB3 callback by @mihran113 in #3186
  • [fix] Prevents long waiting times when connecting to incorrect or unresponsive addresses by @zhiyxu in #3185
  • [fix] torch.inference_mode inplace of torch.no_grad by @pdumin in #3188

New Contributors

Full Changelog: v3.22.0...v3.23.0

πŸš€ v3.22.0 - Support of filesystem-based artifacts

20 Jun 12:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.21.0...v3.22.0

πŸš€ v3.21.0 - Python 3.12 support, ability to delete whole experiment, fixes in large objects remote tracking and running UI in jupyter notebook

17 Jun 07:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.20.1...v3.21.0

πŸš€ v3.20.1 - Handling of corrupted Runs, index database corruption and updated `aim reindex` command

03 Jun 12:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.19.3...v3.20.1

πŸš€ v3.19.3 - Fixes in Remote tracking with multiple runs and base path handling when opening Explorer in new tab

17 Apr 17:16
Compare
Choose a tag to compare

What's Changed

  • [fix] Base path is ignored on new tab open by @mihran113 in #3131
  • [fix] Resolve issue with new runs after tracking queue shutdown by @mihran113 in #3134

Full Changelog: v3.19.2...v3.19.3

πŸš€ v3.19.2 - Tracking server connection protocol probing fix, Fix in query results live update functionality

22 Mar 10:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.19.1...v3.19.2

πŸš€ v3.19.1 - Tracking server redirects fix for endpoints without trailing slashes

14 Mar 12:54
Compare
Choose a tag to compare

What's Changed

  • [fix] Accept calls on tracking server without trailing slashes by @mihran113 in #3119

Full Changelog: v3.19.0...v3.19.1

πŸš€ v3.19.0 New HTTP-based tracking server, Support of Artifacts logging, Fixes in lightning and huggingface integrations

13 Mar 17:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.18.1...v3.19.0

πŸš€ v3.18.1 - Metric min/max/first values support in Runs Explorer, Support sqlalchemy 2.0, Fixes in Run locking and GPU stat collection

07 Feb 09:25
Compare
Choose a tag to compare

What's Changed

  • [fix] Remove telemetry tracking by @mihran113 in #2922
  • [feat] Switch to patched version of official pynvml by @mihran113 in #2918
  • [feat] Update ml packages example files by @tmynn in #3048
  • [feat] Add support for sqlalchemy 2.0 by @mihran113 in #3066
  • [feat] Add min/max/first values tracking for metrics by @mihran113 in #3080
  • [fix] Force reacquire lock in torch lightning by @inc0 in #3090
  • [feat] Revamp the design of creating app models by @KaroMourad in #3091
  • [fix] Resolve compatibility issues with sqlalchemy < 2.0 versions by @mihran113 in #3096
  • [feat] Add the ability to view metric min/max/first values in Runs Explorer by @KaroMourad in #3094
  • [fix] Fix typos in stat.py to collect gpu memory and power correctly by @ChanderG in #3044

New Contributors

Full Changelog: v3.17.5...v3.18.1