chore: update versions#504
Merged
Merged
Conversation
350a038 to
7a566da
Compare
🪼 branch checks and previews
Install Trackio from this PR (includes built frontend) pip install "https://huggingface.co/buckets/trackio/trackio-wheels/resolve/e13fd6f8340a86d6f3f35ca20d6f39c30c6f8306/trackio-0.24.0-py3-none-any.whl" |
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
e11cc34 to
15df207
Compare
Contributor
Author
🪼 branch checks and previews
|
c7c31a4 to
8270b31
Compare
8270b31 to
e13fd6f
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 was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
trackio@0.24.0
Features
3b397df- Add docs on SQL & Parquet schema / format, as well as a new CLI command:trackio query project --project PROJECT --sql SQL_QUERY. Thanks @abidlabs!498bbc4- Scope bucket sync to trackio/ subtree to avoid walking the HF cache. Thanks @abidlabs!8e26ab9- Add anidfield toRunwhich is used internally, allowing users to have multiple runs with the same run name. Thanks @abidlabs!29e1034- Fix static exports, Space bucket handling, and other misc issues. Thanks @abidlabs!1b96db3- Removegradiodependency intrackio-- onlygradio_clientis needed locally anymore. Also lazily importpandasand remove it as a dependency. Thanks @abidlabs!d54d290- Reduce HF Spaces 429s: polling tuning and batched metric logs API. Thanks @abidlabs!afe2959- Fix run list order and legend overflow. Thanks @abidlabs!0a242b8- Add Gradio-compatible /gradio_api routes on Spaces. Thanks @abidlabs!60bbc86- Add server_url and TRACKIO_SERVER_URL for self-hosted servers; space_id and TRACKIO_SPACE_ID take precedence when both are set. Thanks @abidlabs!21c099a- Fix: Open browser with write_token so trackio show allows mutations. Thanks @abidlabs!