Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.49.1
trackio
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!