Update dependency trackio to v0.34.0 - #11
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
3 times, most recently
from
June 17, 2026 17:51
c908754 to
b1b8d7e
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
June 20, 2026 01:06
b1b8d7e to
fdfd8ea
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
June 29, 2026 00:34
fdfd8ea to
5cea2ed
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 2, 2026 02:13
5cea2ed to
74d3823
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 3, 2026 02:55
74d3823 to
9d790e3
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
2 times, most recently
from
July 10, 2026 18:40
058d2ff to
1f2de06
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 11, 2026 01:32
1f2de06 to
6fef8cd
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 13, 2026 00:58
6fef8cd to
46d5599
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
2 times, most recently
from
July 15, 2026 19:08
b6eaaa8 to
527e275
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 17, 2026 11:11
527e275 to
e1bc087
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 17, 2026 14:48
e1bc087 to
2571201
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
2 times, most recently
from
July 18, 2026 17:06
fcb1983 to
9d4514f
Compare
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
2 times, most recently
from
July 23, 2026 23:45
6681f11 to
24211ad
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 24, 2026 02:47
24211ad to
9d1ebf9
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 24, 2026 22:10
9d1ebf9 to
b8f60c0
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
July 26, 2026 20:56
b8f60c0 to
3b6eb5a
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
2 times, most recently
from
August 1, 2026 00:38
c519d0a to
0cc054e
Compare
renovate
Bot
force-pushed
the
renovate/trackio-0.x
branch
from
August 12, 2026 01:12
0cc054e to
8876fc3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.26.0→==0.34.0Release Notes
gradio-app/trackio (trackio)
v0.34.0Compare Source
Features
bb888ca- Remove beta status from logbooks. Thanks @abidlabs!b1e0731- Log arbitrary HTML and Plotly/Matplotlib figures viatrackio.Html. Thanks @greysonlalonde!v0.33.0Compare Source
Features
1d25383- Increase smoothing upper bound to 100. Thanks @abidlabs!6a1063f- Deprecate persisting data to HF Datasets in favor of Buckets. Thanks @abidlabs!Fixes
8506189- render logged histograms in the dashboard's Metrics tab. Thanks @abidlabs!v0.32.2Compare Source
Features
2d1c01a- Improve logbook layout and public repository views. Thanks @abidlabs!e8292c5- docs: document the artifact tables in the storage schema page. Thanks @adrien-grl!v0.32.1Compare Source
Features
73971e6- Fix logbook code overflow, CLI command truncation, Hub link contrast, resource ID validation, and live visibility detection for referenced trace datasets and Buckets. Thanks @abidlabs!v0.32.0Compare Source
Features
b4587b0- Add Code & Markdown, Traces, and Workspace logbook views with live local refresh, guided empty states, and privacy-aware manual publishing to Agent Traces Datasets and HF Buckets. Thanks @NielsRogge!v0.31.5Compare Source
Features
bed508c- Fix automatic dashboard cells to use the active logbook page instead of creating a page named after the Trackio project. Thanks @abidlabs!v0.31.4Compare Source
Features
3eeaa99- letlogbook cell figureembed image files directly. Thanks @abidlabs!/ntrackio logbook cell figurenow accepts an image path via a new--image/n flag, and--html <file>transparently embeds the file when it points at an/n image. Previously the only way to add a PNG/JPG figure was to hand-encode it/n into an<img>data-URI, and passing an image path to--htmlcrashed with a/nUnicodeDecodeError(the binary file was read as UTF-8 text). Images are/n embedded as responsive base64 data URIs. The Python APIadd_figure_cellgains/n a matchingimage=parameter.v0.31.3Compare Source
Features
174aecf- Fix logbook Markdown escaping and figure hotspot navigation. Thanks @abidlabs!v0.31.2Compare Source
Features
a0918ed- Fix poster hotspot navigation after iframe load. Thanks @abidlabs!v0.31.1Compare Source
Features
a40f1a4- add native fullscreen mode for logbook figures. Thanks @abidlabs!31fd4d7- let interactive logbook figures navigate to logbook pages. Thanks @abidlabs!v0.31.0Compare Source
Features
8c49140- browse artifacts from the UI. Thanks @Saba9!1ae1558- feat: add Artifact.add_reference to reference external objects without copy. Thanks @adrien-grl!v0.30.4Compare Source
Features
64c18f6- Logbook: share button on figures +logbook pinCLI. Thanks @abidlabs!v0.30.3Compare Source
Features
645498b- Logbook single page. Thanks @abidlabs!v0.30.2Compare Source
Features
eba80c7- Render logbooks as single-page documents with section navigation and contextual resources. Thanks @abidlabs!2c1b943- Warn that logbook open is experimental. Thanks @abidlabs!96b1d94- Logbook: auto-capture output artifacts and live-embedded dashboard cells. Thanks @abidlabs!v0.30.1Compare Source
Features
2ed1295- Serve live logbook preview from open. Thanks @abidlabs!v0.30.0Compare Source
Features
a793fd8- Move default artifact downloads under./.trackio/artifact-downloads/so materialized files stay out of the project root. Thanks @abidlabs!dd3b8ee- docs: clarify artifact types. Thanks @abidlabs!7db4c3b- artifact tracking API —log_artifact,use_artifact, and anArtifactclass for versioned, named file collections with aliases, content-addressed deduplication, and producer/consumer run lineage; works offline and syncs blobs to Hugging Face Spaces/Datasets. Thanks @Saba9!5ba561e- Add experiment logbooks: shareable static-Space lab notebooks. Thanks @abidlabs!v0.29.0Compare Source
Features
ca4722c- Add CLI command to list Trackio Spaces. Thanks @abidlabs!v0.28.1Compare Source
Features
5e9905d- Reduce Metrics page log payloads by requesting scalar-only metrics and add URL x-axis initialization/fallback handling. Thanks @evalstate!56493a6- Use TRACKIO_WRITE_TOKEN for server write token. Thanks @abidlabs!v0.28.0Compare Source
Features
d9dabb5- Add JSONL inbox fragments: durable logging when the Space is unreachable and on network filesystems. Thanks @abidlabs!v0.27.0Compare Source
Features
8c0ce21- Add CPU, RAM, disk, network and sensor metrics monitoring for non-Apple devices. Thanks @yannsadowski!57bc7df- Fix IndexError when importing CSV with no numeric metric columns. Thanks @Ckal!db0e730- Sort and paginate media items. Thanks @abidlabs!6f635e2- Render plot/metric titles as searchable DOM text. Thanks @abidlabs!cf7759e- Merge image viewer with current media page, credit to @catwell. Thanks @abidlabs!Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.