Skip to content

Releases: aimhubio/aim

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

v3.10.2 πŸš€

26 May 14:44
Compare
Choose a tag to compare

May 26, 2022

Fixes:

  • Adjust SRP Logs row height calculation (VkoHov)
  • Fix issue with live update requests scheduler (rubenaprikyan)
  • Fix log capturing crash during run garbage collection (mihran113)
  • Fix Pytorch Lightning adapter finalize method (mihran113)
  • Fix params duplication in dropdowns (VkoHov)
  • Skip system params in Explorer pages (alberttorosyan)

Milestone:

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

v3.10.1 πŸš€

18 May 18:44
Compare
Choose a tag to compare

May 18, 2022

Fixes:

  • Resolve issue with rendering run params in the overview tab of SRP (arsengit)
  • Fix issue with search query state update (arsengit)

Milestone:

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

v3.10.0 πŸš€

17 May 18:41
Compare
Choose a tag to compare

May 17, 2022

Enhancements:

  • Add ability to adjust the density of the visible content in tables (roubkar)
  • Set metric.name as default option for grouping (roubkar)
  • Show user-selected params before group config in chart popover (roubkar)
  • Optimize stream decoding performance on UI (mahnerak)
  • Add support for animated image formats to Aim Image object (devfox-se)
  • Add AimLogger for Catboost (devfox-se)
  • Add AimCallback for LightGBM (devfox-se)
  • Keep the extents of HighPlot axes brush in the state and the URL (VkoHov)
  • Integrate aim with cimport-able aimrocks (mahnerak)
  • Add __slots__ to some classes to improve performance (mahnerak)
  • Define base abstractions for Iterator and DB by borrowing from aimrocks (mahnerak)
  • Use KeysIterator and ValuesIterator wrappers instead of reimplementing (mahnerak)
  • Rename PrefixView.container to PrefixView.parent (mahnerak)
  • Reimplement absolute_path (mahnerak)
  • Cython bindings for PrefixView, TreeView, Container, ArrayView (mahnerak)
  • Add ability to track and visualize stdout/stderr (mihran113, VkoHov)
  • Fix AimLogger deprecation issues related to release of PyTorch Lightning v1.5 (arnauddhaene)
  • Enable better autocomplete experience with monaco editor (arsengit)
  • Pre-loading and caching necessary resources, add pre-loader animation to Aim UI (arsengit)

Fixes:

  • Remove hard-coded installation of pre-requirements (mahnerak)
  • Remove duplicate code from TreeView and Container methods (mahnerak)
  • Fix issue with filtering metrics values in single run page (KaroMourad)

Milestone:

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

v3.9.4 πŸš€

11 May 22:05
Compare
Choose a tag to compare

May 12, 2022

Fixes:

  • Fix run remote tracking queue cleanup (mihran113)
  • Fix HF callback before training access (mihran113)
  • Fix compatibility with Jinja 3.1 (devfox-se)

Milestone:

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

v3.9.3 πŸš€

10 May 15:25
Compare
Choose a tag to compare

May 10, 2022

Fixes:

  • Fix affecting stroke types after changing color persistence (KaroMourad)

v3.9.2 πŸš€

03 May 07:19
Compare
Choose a tag to compare

Apr 29, 2022

Fixes:

  • Move aim_ui package data to separate directory (devfox-se)

v3.9.1 πŸš€

02 May 07:14
Compare
Choose a tag to compare

Apr 29, 2022

Fixes:

  • Move aim_ui package data to separate directory (devfox-se)