Skip to content

v3.11.0 πŸš€

Compare
Choose a tag to compare
@gorarakelyan gorarakelyan released this 21 Jun 19:26
· 569 commits to main since this release

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