Releases: aimhubio/aim
Releases Β· aimhubio/aim
v3.10.3 π
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:
v3.10.2 π
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:
v3.10.1 π
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:
v3.10.0 π
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
withcimport
-ableaimrocks
(mahnerak) - Add
__slots__
to some classes to improve performance (mahnerak) - Define base abstractions for
Iterator
andDB
by borrowing fromaimrocks
(mahnerak) - Use
KeysIterator
andValuesIterator
wrappers instead of reimplementing (mahnerak) - Rename
PrefixView.container
toPrefixView.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
andContainer
methods (mahnerak) - Fix issue with filtering metrics values in single run page (KaroMourad)
Milestone:
v3.9.4 π
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:
v3.9.3 π
May 10, 2022
Fixes:
- Fix affecting stroke types after changing color persistence (KaroMourad)
v3.9.2 π
Apr 29, 2022
Fixes:
- Move
aim_ui
package data to separate directory (devfox-se)
v3.9.1 π
Apr 29, 2022
Fixes:
- Move
aim_ui
package data to separate directory (devfox-se)
v3.9.0 π
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 foralembic
anduvicorn
(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:
v3.8.1 π
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)