Skip to content

Releases: aimhubio/aim

πŸš€ v3.15.2 - Experiment descriptions in Explorers, Remote Tracking worker port fix, discord community link

23 Dec 10:51
Compare
Choose a tag to compare

What's Changed

  • [fix] Change logging level for reporter debug messages (alberttorosyan)
  • [fix] Fix styling issues on the experiment page (KaroMourad)
  • [fix] Fix client side worker port calculation for RTS (mihran113)
  • [fix] Add discord community link in the sidebar (arsengit)
  • [fix] Display experiments descriptions in the explorers tables (arsengit)

Full Changelog: v3.15.1...v3.15.2

πŸš€ v3.15.1 - Runs locking backward compatibility fix

01 Dec 17:44
Compare
Choose a tag to compare

What's Changed

  • [fix] Resolve issue with index container lock for older repos by @mihran113 in #2401
  • [fix] Fix incorrect empty-illustration message in Audios Explorer by @KaroMourad in #2395

Full Changelog: v3.15.0...v3.15.1

πŸš€ v3.15.0 - Callbacks and Notifications, line chart legends, robust locking mechanism, Audios Explorer, Experiment page

26 Nov 17:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.14.4...v3.15.0

πŸš€ v3.14.4 - UI usability, runs watcher and SDK minor fixes

11 Nov 09:43
Compare
Choose a tag to compare

What's Changed

  • [fix] Fix the group property name visibility in the images and audio tabs by @VkoHov in #2313
  • [fix] Add notifier config files to aim package by @alberttorosyan in #2292
  • [fix] Audios to numpy conversion by @mihran113 in #2328
  • [feat] Change the icon color contrast of the manage columns popover by @VkoHov in #2325
  • [fix] Fix dropdowns selected options losses in time of searching other options in Figures Explorer by @rubenaprikyan in #2338

Full Changelog: v3.14.3...v3.14.4

πŸš€ v3.14.3 - Fix of empty search queries in explorers

29 Oct 19:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.14.2...v3.14.3

πŸš€ v3.14.2 - Colorized logs, Figures Explorer URL sync, SDK fixes

28 Oct 17:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.14.1...v3.14.2

πŸš€ v3.14.1 - Home page minor bugfixes

07 Oct 17:08
Compare
Choose a tag to compare

What's Changed

  • [fix] Fix the current release duplication highlighting issue on the home page by @arsengit in #2254
  • [fix] Fix checkbox padding issue on the home page by @arsengit in #2257

Full Changelog: v3.14.0...v3.14.1

πŸš€ v3.14.0 - Revamped home page, fastai and MXNet integrations, jax support

06 Oct 17:53
Compare
Choose a tag to compare

What's Changed

  • [feat] New dashboard page for better onboarding experience by @arsengit in #2136
  • [feat] Add fastai integration by @tmynn in #2123
  • [feat] Add MXNet integration by @tmynn in #2219
  • [feat] Display run tags in explorer tables by @VkoHov in #2120
  • [feat] Add support for tracking jax device arrays by @mihran113 in #2245
  • [doc] Add docs for pinning metric plots by @roubkar in #2050
  • Update h-level roadmap by @gorarakelyan in #2093
  • [doc] Add documentation for aim-watcher service by @alberttorosyan in #2094
  • [feat] Add the ability to edit tags on the Run Page by @roubkar in #2104
  • [fix] Adjust the visibility of the color of the run in the table by @VkoHov in #2101
  • [doc] Mark remote server as stable by @mihran113 in #2108
  • [fix] Format metrics keys properly by @VkoHov in #2006
  • [fix] Update contributing guide by @mihran113 in #2112
  • [feat] Support dictionaries as argument of Run.track by @alberttorosyan in #2103
  • [fix] Deprecation issues with PL v1.7 by @djwessel in #2107
  • [doc] Add section for remote tracking server SSL support by @mihran113 in #2122
  • [fix] Add checker for selected options compatibility checking method by @VkoHov in #2137
  • [fix] Remove typo in pull-request.yml by @mihran113 in #2139
  • [doc] Add documentation for tracking multiple values at once by @alberttorosyan in #2127
  • [feat] Change grouping section layout in figures explorer by @VkoHov in #2143
  • [feat] Revamp Figures explorer controls section for better onboarding and usability by @KaroMourad in #2150
  • [fix] Resolve failure during docker container start by @Vahram-aimhub in #2153
  • [doc] Add table docs with hide, archive and delete functionality by @VkoHov in #2008
  • [fix] Resolve type mismatches in response headers by @mihran113 in #2142
  • [fix] Disable run status report for remote tracking by @alberttorosyan in #2179
  • [feat] Change unit-tests isolation mechanism to property-based one by @alberttorosyan in #2162
  • [feat] Cleanup repo orphan params/sequences by @mihran113 in #2130
  • [feat] Replace the spinner loader with a lighter one by @VkoHov in #2178
  • [doc] Update high-level roadmap by @gorarakelyan in #2121
  • [code-health] Separate state slices on explorer engine and improve code quality by @rubenaprikyan in #2147
  • [fix] Use empty dict as default when getting Run params by @alberttorosyan in #2213
  • [deprecation] Mark Python 3.6 as deprecated by @alberttorosyan in #2203
  • [feat] Update the list of integrations in README by @tmynn in #2220
  • [doc] Fix the image rendering in the table section by @VkoHov in #2231
  • [fix] Fix line chart hovering issue occurring when metrics with "nan" values are tracked by @KaroMourad in #2196
  • [fix] Fix scatter plot hovering issue occurring when "nan" values are tracked by @KaroMourad in #2197
  • [fix] Prevent unnecessary requesting the list of the tags by @VkoHov in #2236
  • [feat] Add the ability to handle exceptions for pipeline phases on Base explorers by @KaroMourad in #2168
  • [feat] Add appearance modes to the chart popover by @VkoHov in #2208
  • [feat] Add MXNet integration doc, modify fastai import by @tmynn in #2242
  • [feat] Move reindex command under storage group by @mihran113 in #2243
  • [code-health] Remove obsolete test examples by @gorarakelyan in #2216
  • [fix] Resolve TypeErrors on single run page by @mihran113 in #2250
  • [feat] Redesign the selection popover of the tags by @VkoHov in #2248
  • [fix] Remove the dashboard item from the app sidebar by @VkoHov in #2251

New Contributors

Full Changelog: v3.13.4...v3.14.0

v3.13.4 πŸš€

25 Sep 11:50
Compare
Choose a tag to compare

What's Changed

  • [feat] Add ability to disable smoothing explicitly by @KaroMourad in #2184
  • [fix] Virtualize the run params list in the Run page by @roubkar in #2182

Full Changelog: v3.13.3...v3.13.4

v3.13.3 πŸš€

16 Sep 18:02
Compare
Choose a tag to compare

What's Changed

  • [fix] Resolve request cancellation issues on Logs tab by @mihran113 in #2163
  • [fix] Fix the data live update handling in the Logs tab by @VkoHov in #2167

Full Changelog: v3.13.2...v3.13.3