Skip to content

Releases: aimhubio/aim

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)

v3.9.0 πŸš€

29 Apr 12:07
Compare
Choose a tag to compare

Apr 29, 2022

Enhancements:

  • Add Notes Tab to single run page (arsengit)
  • Add the run name to the batch delete and the batch archive modals (VkoHov)
  • Increase the scalability of rendering lines in charts (KaroMourad)
  • Increase live update requests delay to prevent performance issues (rubenaprikyan)
  • Change font-family to monospace in the Table component (arsengit)
  • Add info massage for single value sliders (VkoHov)
  • Add --log-level argument for aim up/server commands (mihran113)
  • Add notes backend api interface (devfox-se)

Fixes:

  • Fix LineChart y-dimension margin calculation (KaroMourad)
  • Fix HighPlot lines partially rendering issue (KaroMourad)
  • Fix HighPlot axis ticks overlapping issue (KaroMourad)
  • Fix sorting Params/Scatters explorer axis ticks (KaroMourad)
  • Fix compatibility with pytorch-lightning v1.6.0 (mihran113)
  • Fix the image's original size cropping (VkoHov)
  • Fix PATH related issues for alembic and uvicorn (mihran113)
  • Fix queries for custom object APIs (mihran113)
  • Fix chart height updating when resize mode changed (VkoHov)
  • Fix HuggingFace callback context capturing (mihran113)
  • Fix Params/Scatters explorers' row hiding functionality (VkoHov)
  • Fix Profiler logs are saved outside repo directory (devfox-se)

Milestone:

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

v3.8.1 πŸš€

06 Apr 13:40
Compare
Choose a tag to compare

Apr 6, 2022

Fixes:

  • Encode run hash before including in CSS selectors (Hamik25)
  • Fix displaying incorrect metric values for large range scale in LineChart (KaroMourad)
  • Fix issue with rendering lines for large range scale in LineChart (KaroMourad)
  • Fix issue with URL state sync for bookmarks (roubkar)
  • Fix issue with displaying negative param values on Aim UI (roubkar)
  • Fix row hiding functionality (roubkar)
  • Tune RunOverviewTab container styles (arsengit)
  • Update documentations links on UI (rubenaprikyan)
  • Fix RepoIndexManager run's reference cleanup (mihran113)
  • Fix remote run finalization (mihran113)
  • Fix issue with fetch on load more (infinite scroll) functionality in Runs Explorer (rubenaprikyan)

Milestone:

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