Skip to content

Releases: aimhubio/aim

v3.13.2 πŸš€

10 Sep 15:57
Compare
Choose a tag to compare

What's Changed

  • [fix] Fix content overlapping issue of x-axis alignment dropdown by @KaroMourad in #2157
  • [fix] Fix regression line rendering issue on scatterplot exported image by @KaroMourad in #2157

Full Changelog: v3.13.1...v3.13.2

v3.13.1 πŸš€

01 Sep 20:08
Compare
Choose a tag to compare

What's Changed

  • [fix] Add wandb section link on converters page by @tmynn in #2113
  • [fix] Tune error message when KerasTuner is not installed by @tmynn in #2114
  • [fix] Change method used for setting Run finalization time by @alberttorosyan in #2119
  • [fix] Resolve issue with remote runs re-open by @mihran113 in #2128
  • [deprecation] Warn about deprecation when custom Run.hash is set by @alberttorosyan in #2118
  • [feat] Add support for metrics query with last value by @mihran113 in #2096
  • [feat] Tune mlflow converter run properties by @tmynn in #2134
  • [fix] Deprecation issues with PL v1.7 by @djwessel in #2138

Full Changelog: v3.13.0...v3.13.1

v3.13.0 πŸš€

21 Aug 08:49
Compare
Choose a tag to compare

What's Changed

Enhancements:

Fixes:

  • Fix chart exporting issue (@KaroMourad)
  • Fix aim ui rendering issue on notebooks (@rubenaprikyan)
  • Fix live update retry to show live data after solving connection problems with the server (@rubenaprikyan)
  • Fix tensorboard convert while converting tensor (@Sharathmk99)
  • Fix git info collection (@mihran113)
  • Fix code block content and query copying functionality (@arsengit)
  • Provide compatibility between plotly and matplotlib (@tmynn)
  • Warn to use aim.Image if aim.Figure fails (@tmynn)

New Contributors

Full Changelog: v3.12.2...v3.13.0

v3.12.2 πŸš€

05 Aug 20:02
Compare
Choose a tag to compare

What's Changed

  • [feat] Apply lazy loading on metrics in Run Page by @roubkar in #2030
  • [fix] Correct metric column key in run table grid by @VkoHov in #2038

Full Changelog: v3.12.1...v3.12.2

v3.12.1 πŸš€

02 Aug 10:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.12.0...v3.12.1

v3.12.0 πŸš€

22 Jul 19:08
Compare
Choose a tag to compare

What's Changed

Enhancements:

  • Add ability to set axes range manually for line charts on UI (@KaroMourad)
  • Add more user-friendly querying for dates (@mihran113, @arsengit)
  • Filter redundant tooltip data from URL config state (@KaroMourad)
  • Improve rendering performance by enhancing table columns virtualization mechanism (@roubkar)
  • Increase visibility and usability of the Show table diff button (@arsengit)
  • Add support for tensorboard audios conversion (@mihran113)
  • Format params keys/paths properly (@VkoHov)
  • Mention explicitly run params everywhere params is mentioned (@VkoHov)
  • Add ability to hide a batch of items in explorers (@VkoHov)
  • Add ability to sort by the last value of the metric in table (@VkoHov)
  • Preserve active line even if it is dropped out of the filtered area (@VkoHov)
  • Add run duration property for SDK and queries (@mihran113)
  • Add client vs server version check for remote tracking server (@mihran113)
  • Add Remote tracking client heartbeat (@mihran113)

Fixes:

  • Tune table sorting icon box overlapping with column box in compact mode (@KaroMourad)
  • Fix tensorboard log conversion for images (@mihran113)
  • Check if gradient is None when tracking gradient distributions (@kage08)
  • Fix displaying non-syntax errors across Aim UI (@arsengit)
  • Fix queries on remote repos (@mihran113)
  • Fix interval progress reports for query apis (@mihran113)
  • Fix query request cancellation errors (@mihran113)
  • Auto-detect and address inconsistencies in meta and series trees (@mahnerak)

New Contributors

Full Changelog: v3.11.2...v3.12.0

v3.11.2 πŸš€

08 Jul 17:07
Compare
Choose a tag to compare

What's Changed

  • [fix] Fix the "matched runs" sentence color style overriding issue in progress bars by @KaroMourad in #1931
  • [fix] Fix progress bar blinking issue in Runs Explorer by @KaroMourad in #1936
  • [fix] Change SyntaxError handling for python3.10+ by @mihran113 in #1942
  • [feat] Display error position after getting syntax errors by @arsengit in #1945
  • [fix] Avoid saving crashed or terminated search requests as the last state on explorers by @arsengit in #1950
  • [fix] Prevent the active run indicator appearance out of the chart by @VkoHov in #1952
  • [fix] Remove error message on explorer unmount by @arsengit in #1953
  • [fix] Handle generic Exceptions and adjust HTTPException handling by @alberttorosyan in #1933
  • [fix] Fix error message after getting syntax error by @arsengit in #1954

Full Changelog: v3.11.1...v3.11.2

v3.11.1 πŸš€

27 Jun 19:50
Compare
Choose a tag to compare

What's Changed

  • [fix] Resolve Notes tab loading issue in Run page by @arsengit in #1912
  • [fix] Fix the loading logic of the monaco editor across the Aim Ui by @arsengit in #1909
  • [feat] Allow mixing numeric types on a single Sequence by @alberttorosyan in #1913
  • [fix] Fix Table export functionality in params and scatters explorers by @arsengit in #1915
  • [feat] Optimize performance of the encoder by @KaroMourad in #1895

Full Changelog: v3.11.0...v3.11.1

v3.11.0 πŸš€

21 Jun 19:26
Compare
Choose a tag to compare

What's Changed

Enhancements:

  • Add --uds option for aim up command (@mihran113)
  • Add progress reporting for search APIs and tqdm progress for SDK queries (@mihran113)
  • Add all the attributes of runs in the grouping popovers (@KaroMourad)
  • Display progress bar on Explorer pages when searching metadata (@KaroMourad)
  • Improve the processing speed for tb to aim converter (@osoblanco)
  • Adjust charts hover attributes position calculation and styles (@KaroMourad)
  • Improve formatting of numbers by setting maximum precision (@KaroMourad)
  • Add cloud storage backups to AWS S3 for aim repo runs (@karan2801)
  • Add LightGBM integration example (@gorarakelyan)
  • Add descriptive document titles for pages (@KaroMourad)
  • Implement unit-tests for aim SDK utils (@yeghiakoronian)
  • Display std.dev/err aggregated values in the table (@VkoHov)
  • Add active state indicator property for aim.Run (@mihran113)
  • Add active state indicators on the chart (@VkoHov)
  • Add ability to edit run name and description of run (@VkoHov)
  • Show the description in the sidebar of the run overview tab (@VkoHov)
  • Add all the attributes of run in the tooltip (@VkoHov)
  • Optimize the initial render time of Aim UI by using more lightweight font-family (@arsengit)
  • Use monaco editor as the syntax highlighter across the Aim UI (@arsengit)
  • Add loader to the top of the logs box in the run page (@VkoHov)
  • Add the date and the duration of run in the header of the single run page (@VkoHov)
  • Add the name, status and duration of run in the runs table of the tags page (@VkoHov)
  • Fit long name values in manage columns popover (@arsengit)
  • Add caching mechanism for sequence queries to optimize query performance (@mihran113)
  • Use step random hash as a key for metric sequences (@alberttorosyan)

Fixes:

  • Fix issue with tensorboard to aim conversion (@osoblanco)
  • Fix reset zoom history on alignment type change (@KaroMourad)
  • Fix issue with rendering incorrect data when x-axis aligned by relative time/epoch (@KaroMourad)
  • Fix LineCart axis ticks overlapping issue on log scale (@KaroMourad)
  • Change zooming default option to multiple (@VkoHov)
  • Change grouped rows' min and max values names to Group Min and Group Max (@VkoHov)
  • Preserve the search input value of the grouping dropdown (@VkoHov)
  • Change the titles and placeholders in popovers (@VkoHov)
  • Resolve typing latency issue in the query search input (@arsengit)
  • Reorder and add non-hideable table columns (@arsengit)
  • Change the font of the runs navigation popover (@VkoHov)
  • Keep color persistence state after page reload (@VkoHov)
  • Resolve content blinking issue after search in the run page (@arsengit)
  • Fix scroll to bottom on live-update in logs tab (@VkoHov)
  • Fix timezone issues for activity map (@mihran113)
  • Fix aim up command output when --port 0 is passed (@mihran113)

New Contributors

Milestone: https://github.com/aimhubio/aim/milestone/34
Full Changelog: v3.10.3...v3.11.0

v3.10.3 πŸš€

31 May 17:20
Compare
Choose a tag to compare

May 26, 2022

Fixes:

  • Adjust the content overflowing of the Delete and the Archive modals (VkoHov)
  • Resolve issue with redirect in run page (arsengit)

Milestone:

https://github.com/aimhubio/aim/milestone/35