trackio
0.8.0
Features
- #331
2c02d0f- Truncate table string values that are greater than 250 characters (configuirable via env variable). Thanks @abidlabs! - #324
50b2122- Add log y-axis functionality to UI. Thanks @abidlabs! - #326
61dc1f4- Fix: improve table rendering for metrics in Trackio Dashboard. Thanks @vigneshwaran! - #328
6857cbb- Support trackio.Table with trackio.Image columns. Thanks @abidlabs!
0.7.0
Features
- #277
db35601- fix: make grouped runs view reflect live updates. Thanks @Saba9! - #320
24ae739- Add additional query parms for xmin, xmax, and smoothing. Thanks @abidlabs! - #270
cd1dfc3- feature: add support for logging audio. Thanks @Saba9!
0.6.0
Features
- #309
1df2353- Add histogram support with wandb-compatible API. Thanks @abidlabs! - #315
76ba060- Add guards to avoid silent fails. Thanks @Xmaster6y! - #313
a606b3e- No longer prevent certain keys from being used. Instead, dunderify them to prevent collisions with internal usage. Thanks @abidlabs! - #317
27370a5- quick fixes for trackio.histogram. Thanks @abidlabs! - #312
aa0f3bf- Fix video logging by adding TRACKIO_DIR to allowed_paths. Thanks @abidlabs!
0.5.3
Features
- #300
5e4cacf- Adds more environment variables to allow customization of Trackio dashboard. Thanks @abidlabs!
0.5.2
Features
- #293
64afc28- Ensures that the TRACKIO_DIR environment variable is respected. Thanks @abidlabs! - #287
cd3e929- fix(sqlite): unify .sqlite extension, allow export when DBs exist, clean WAL sidecars on import. Thanks @vaibhav-research!