Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #8172

Merged
merged 1 commit into from
May 3, 2024
Merged

chore: update versions #8172

merged 1 commit into from
May 3, 2024

Conversation

pngwn
Copy link
Member

@pngwn pngwn commented Apr 30, 2024

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

@gradio/client@0.18.0

Features

Fixes

gradio_client@0.16.1

Highlights

Support custom components in gr.load (#8200 72039be)

It is now possible to load a demo with a custom component with gr.load.

The custom component must be installed in your system and imported in your python session.

import gradio as gr
import gradio_pdf

demo = gr.load("freddyaboulton/gradiopdf", src="spaces")

if __name__ == "__main__":
    demo.launch()
image

Thanks @freddyaboulton!

Fixes

gradio@4.29.0

Highlights

Support custom components in gr.load (#8200 72039be)

It is now possible to load a demo with a custom component with gr.load.

The custom component must be installed in your system and imported in your python session.

import gradio as gr
import gradio_pdf

demo = gr.load("freddyaboulton/gradiopdf", src="spaces")

if __name__ == "__main__":
    demo.launch()
image

Thanks @freddyaboulton!

Features

Fixes

@gradio/atoms@0.7.2

Dependency updates

  • @gradio/utils@0.4.1

@gradio/audio@0.11.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1
  • @gradio/button@0.2.33

@gradio/box@0.1.16

Dependency updates

  • @gradio/atoms@0.7.2

@gradio/button@0.2.33

Dependency updates

  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1

@gradio/chatbot@0.10.0

Features

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1
  • @gradio/audio@0.11.0
  • @gradio/image@0.11.0
  • @gradio/video@0.8.0
  • @gradio/markdown@0.7.1

@gradio/checkbox@0.3.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/checkboxgroup@0.5.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/code@0.6.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1

@gradio/colorpicker@0.3.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/dataframe@0.8.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1
  • @gradio/button@0.2.33
  • @gradio/markdown@0.7.1

@gradio/dataset@0.1.33

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1

@gradio/downloadbutton@0.1.10

Dependency updates

  • @gradio/client@0.18.0
  • @gradio/utils@0.4.1
  • @gradio/button@0.2.33

@gradio/dropdown@0.7.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/fallback@0.3.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/file@0.7.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1

@gradio/form@0.1.16

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1

@gradio/gallery@0.10.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1
  • @gradio/image@0.11.0
  • @gradio/file@0.7.0

@gradio/highlightedtext@0.6.0

Features

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/html@0.2.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/image@0.11.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1

@gradio/imageeditor@0.7.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1
  • @gradio/image@0.11.0

@gradio/json@0.2.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/label@0.3.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/lite@4.29.0

Features

  • #8052 1435d1d - Extend Interface.from_pipeline() to support Transformers.js.py pipelines on Lite. Thanks @whitphx!

Dependency updates

  • @gradio/wasm@0.10.1
  • gradio@4.29.0

@gradio/markdown@0.7.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/model3d@0.10.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1

@gradio/multimodaltextbox@0.4.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1
  • @gradio/image@0.11.0

@gradio/number@0.4.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/paramviewer@0.4.10

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/plot@0.4.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/preview@0.9.0

Features

gradio_test@0.5.0

Features

@gradio/radio@0.5.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/simpledropdown@0.2.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/simpleimage@0.5.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1

@gradio/simpletextbox@0.2.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/slider@0.4.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/statustracker@0.5.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/column@0.1.1

@gradio/tabitem@0.2.8

Dependency updates

  • @gradio/utils@0.4.1
  • @gradio/column@0.1.1
  • @gradio/tabs@0.2.8

@gradio/tabs@0.2.8

Dependency updates

  • @gradio/utils@0.4.1

@gradio/textbox@0.6.0

Features

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/tootils@0.4.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1

@gradio/upload@0.10.0

Features

Fixes

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1

@gradio/uploadbutton@0.6.1

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/button@0.2.33

@gradio/utils@0.4.1

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

@gradio/video@0.8.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1
  • @gradio/image@0.11.0

@gradio/wasm@0.10.1

Fixes

  • #8204 376dfaa - Specify the fastapi version on Lite to avoid ujson installation which is not available on Pyodide yet. Thanks @whitphx!

website@0.28.0

Features

Dependency updates

  • @gradio/code@0.6.1

@gradio/accordion@0.3.11

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1
  • @gradio/column@0.1.1

@gradio/annotatedimage@0.6.0

Features

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1

@gradio/app@1.34.0

Features

Fixes

Dependency updates

  • @gradio/code@0.6.1
  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/wasm@0.10.1
  • @gradio/statustracker@0.5.1
  • @gradio/annotatedimage@0.6.0
  • @gradio/audio@0.11.0
  • @gradio/chatbot@0.10.0
  • @gradio/dataframe@0.8.0
  • @gradio/gallery@0.10.0
  • @gradio/highlightedtext@0.6.0
  • @gradio/image@0.11.0
  • @gradio/imageeditor@0.7.0
  • @gradio/multimodaltextbox@0.4.0
  • @gradio/textbox@0.6.0
  • @gradio/video@0.8.0
  • @gradio/file@0.7.0
  • @gradio/model3d@0.10.0
  • @gradio/simpleimage@0.5.0
  • @gradio/uploadbutton@0.6.1
  • @gradio/button@0.2.33
  • @gradio/dataset@0.1.33
  • @gradio/downloadbutton@0.1.10
  • @gradio/fileexplorer@0.4.1
  • @gradio/accordion@0.3.11
  • @gradio/checkbox@0.3.1
  • @gradio/checkboxgroup@0.5.1
  • @gradio/colorpicker@0.3.1
  • @gradio/column@0.1.1
  • @gradio/dropdown@0.7.1
  • @gradio/fallback@0.3.1
  • @gradio/form@0.1.16
  • @gradio/group@0.1.1
  • @gradio/html@0.2.1
  • @gradio/json@0.2.1
  • @gradio/label@0.3.1
  • @gradio/markdown@0.7.1
  • @gradio/number@0.4.1
  • @gradio/paramviewer@0.4.10
  • @gradio/plot@0.4.1
  • @gradio/radio@0.5.1
  • @gradio/row@0.1.2
  • @gradio/simpledropdown@0.2.1
  • @gradio/simpletextbox@0.2.1
  • @gradio/slider@0.4.1
  • @gradio/tabitem@0.2.8
  • @gradio/tabs@0.2.8
  • @gradio/box@0.1.16

@gradio/fileexplorer@0.4.1

Dependency updates

  • @gradio/atoms@0.7.2
  • @gradio/client@0.18.0
  • @gradio/upload@0.10.0
  • @gradio/utils@0.4.1
  • @gradio/statustracker@0.5.1
  • @gradio/file@0.7.0
  • @gradio/checkbox@0.3.1

@gradio/storybook@0.5.0

Features

Fixes

  • #8179 6a218b4 - rework upload to be a class method + pass client into each component. Thanks @pngwn!

@pngwn pngwn added no-visual-update Add this to a PR to skip chromatic deployment and tests flaky-tests This label runs flaky tests (those that use the HF API) on a PR windows-tests Run backend tests on Windows on this PR (by default, applied only to the changeset release PR) labels Apr 30, 2024
@gradio-pr-bot
Copy link
Contributor

gradio-pr-bot commented Apr 30, 2024

🪼 branch checks and previews

Name Status URL
Spaces ready! Spaces preview
Website ready! Website preview
Storybook building...
🦄 Changes skipped! Workflow log

Install Gradio from this PR

pip install https://gradio-builds.s3.amazonaws.com/3f818c56970624320d261e171ed37868a3cdcba0/gradio-4.28.3-py3-none-any.whl

Install Gradio Python Client from this PR

pip install "gradio-client @ git+https://github.com/gradio-app/gradio@3f818c56970624320d261e171ed37868a3cdcba0#subdirectory=client/python"

@pngwn pngwn force-pushed the changeset-release/main branch 10 times, most recently from 837b484 to 388681b Compare May 3, 2024 16:26
Copy link
Member

@abidlabs abidlabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Demos LGTM!

Copy link
Collaborator

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Demos look good to me!

@pngwn pngwn merged commit be2b1e1 into main May 3, 2024
8 of 9 checks passed
@pngwn pngwn deleted the changeset-release/main branch May 3, 2024 18:06
dawoodkhan82 pushed a commit that referenced this pull request May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-tests This label runs flaky tests (those that use the HF API) on a PR no-visual-update Add this to a PR to skip chromatic deployment and tests windows-tests Run backend tests on Windows on this PR (by default, applied only to the changeset release PR)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants