From b9249f57e0c88ba13d458da7d6cffc8d43413176 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Thu, 4 May 2023 11:52:49 -0500 Subject: [PATCH] changelog (#4064) --- CHANGELOG.md | 64 +++++++++++++++++++++++++++++++++++++++++++++- gradio/version.txt | 2 +- 2 files changed, 64 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7318dddebda1c..32db64c94a6c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,69 @@ ## New Features: - Min and max value for gr.Number by [@artegoser](https://github.com/artegoser) and [@dawoodkhan82] (https://github.com/dawoodkhan82) in [PR 3991](https://github.com/gradio-app/gradio/pull/3991) + +## Bug Fixes: + +No changes to highlight. + +## Documentation Changes: + +No changes to highlight. + +## Testing and Infrastructure Changes: + +No changes to highlight. + +## Breaking Changes: + +No changes to highlight. + +## Full Changelog: + +No changes to highlight. + +## Contributors Shoutout: + +No changes to highlight. + +# 3.28.3 + +## New Features: + +No changes to highlight. + +## Bug Fixes: + +- Fixes issue with indentation in `gr.Code()` component with streaming by [@dawoodkhan82](https://github.com/dawoodkhan82) in [PR 4043](https://github.com/gradio-app/gradio/pull/4043) + +## Documentation Changes: + +No changes to highlight. + +## Testing and Infrastructure Changes: + +No changes to highlight. + +## Breaking Changes: + +No changes to highlight. + +## Full Changelog: + +No changes to highlight. + +## Contributors Shoutout: + +No changes to highlight. + +# 3.28.2 + +## Bug Fixes + +- Code component visual updates by [@pngwn](https://github.com/pngwn) in [PR 4051](https://github.com/gradio-app/gradio/pull/4051) + +## New Features: + - Add support for `visual-question-answering`, `document-question-answering`, and `image-to-text` using `gr.Interface.load("models/...")` and `gr.Interface.from_pipeline` by [@osanseviero](https://github.com/osanseviero) in [PR 3887](https://github.com/gradio-app/gradio/pull/3887) - Add code block support in `gr.Chatbot()`, by [@dawoodkhan82](https://github.com/dawoodkhan82) in [PR 4048](https://github.com/gradio-app/gradio/pull/4048) - Adds the ability to blocklist filepaths (and also improves the allowlist mechanism) by [@abidlabs](https://github.com/abidlabs) in [PR 4047](https://github.com/gradio-app/gradio/pull/4047). @@ -12,7 +75,6 @@ - Fixes issue with `matplotlib` not rendering correctly if the backend was not set to `Agg` by [@abidlabs](https://github.com/abidlabs) in [PR 4029](https://github.com/gradio-app/gradio/pull/4029) - Fixes bug where rendering the same `gr.State` across different Interfaces/Blocks within larger Blocks would not work by [@abidlabs](https://github.com/abidlabs) in [PR 4030](https://github.com/gradio-app/gradio/pull/4030) -- Fixes issue with indentation in `gr.Code()` component with streaming by [@dawoodkhan82](https://github.com/dawoodkhan82) in [PR 4043](https://github.com/gradio-app/gradio/pull/4043) - Code component visual updates by [@pngwn](https://github.com/pngwn) in [PR 4051](https://github.com/gradio-app/gradio/pull/4051) ## Documentation Changes: diff --git a/gradio/version.txt b/gradio/version.txt index 2a5310b5a933e..185fbd978acd4 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.28.2 +3.28.3