Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Col0ring committed Dec 18, 2024
1 parent 3dcb7d7 commit e70c00e
Show file tree
Hide file tree
Showing 49 changed files with 280 additions and 267 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilled-snails-matter.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/chilly-lemons-pretend.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/cuddly-eels-occur.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/five-actors-compete.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/fuzzy-goats-retire.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/healthy-buckets-flash.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/late-cameras-speak.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/lemon-laws-cross.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/pink-chefs-impress.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/pre.json

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/slimy-feet-nail.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/spotty-seals-poke.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/tough-walls-grab.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
build-n-publish:
timeout-minutes: 15
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout Code Repository
Expand Down
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# modelscope_studio

## 1.0.0

### Features

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - add AutoLoading. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - complete components params in Python. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - add new features. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - migrate to gradio 5. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - integrate ant design. Thanks [@Col0ring](https://github.com/Col0ring)!

### Fixes

- [`310ccb8`](https://github.com/modelscope/modelscope-studio/commit/310ccb8e8ec433b3709cf0ed10ac4a52de3e6ec0) - bugfix. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#36](https://github.com/modelscope/modelscope-studio/pull/36) [`3944960`](https://github.com/modelscope/modelscope-studio/commit/394496074b842cb20103d7967b4ec4f9422f6229) - bugfix of remaining components. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#37](https://github.com/modelscope/modelscope-studio/pull/37) [`ae6f594`](https://github.com/modelscope/modelscope-studio/commit/ae6f5941f269ab5ad8a7ce2c59a6342954bf31b9) - make sure bind correct events when use gr.render triggers. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#36](https://github.com/modelscope/modelscope-studio/pull/36) [`3944960`](https://github.com/modelscope/modelscope-studio/commit/394496074b842cb20103d7967b4ec4f9422f6229) - gbk error. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - known component issues. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - auto_loading & cloned node. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.11

### Fixes
Expand Down Expand Up @@ -133,4 +153,4 @@
### Features

- [#16](https://github.com/modelscope/modelscope-studio/pull/16) [`d1829d3`](https://github.com/modelscope/modelscope-studio/commit/d1829d34dd0bce8834d2e257b612d79705e57d6d) - update the timing of onMount call and new onUpdate lifecycle of custom component. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#16](https://github.com/modelscope/modelscope-studio/pull/16) [`96e1682`](https://github.com/modelscope/modelscope-studio/commit/96e1682b7cb63907aafba06afb820f55d7df8ff0) - add Flow component. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#16](https://github.com/modelscope/modelscope-studio/pull/16) [`96e1682`](https://github.com/modelscope/modelscope-studio/commit/96e1682b7cb63907aafba06afb820f55d7df8ff0) - add Flow component. Thanks [@Col0ring](https://github.com/Col0ring)!
10 changes: 4 additions & 6 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> 当前文档版本为 `1.0 beta`,如果您正在使用以前的`modelscope_studio`版本,请跳转至 [legacy](https://github.com/modelscope/modelscope-studio/tree/legacy) 分支查看。
# ModelScope Studio

<p align="center">
Expand All @@ -11,7 +9,7 @@
<p>

<p align="center">
<a href="https://github.com/modelscope/modelscope-studio">GitHub</a> | 🤖 <a href="https://modelscope.cn/studios/modelscope/modelscope-studio-beta">ModelScope Studio</a> | 🤗 <a href="https://huggingface.co/spaces/modelscope/modelscope-studio-beta">Hugging Face Space</a>
<a href="https://github.com/modelscope/modelscope-studio">GitHub</a> | 🤖 <a href="https://modelscope.cn/studios/modelscope/modelscope-studio">ModelScope Studio</a> | 🤗 <a href="https://huggingface.co/spaces/modelscope/modelscope-studio">Hugging Face Space</a>
<br>
中文&nbsp | &nbsp<a href="README.md">English</a>&nbsp | &nbsp<a href="README-ja_JP.md">日本語</a>
</p>
Expand All @@ -35,7 +33,7 @@
## 安装

```sh
pip install modelscope_studio~=1.0.0b
pip install modelscope_studio
```

## 快速开始
Expand All @@ -56,8 +54,8 @@ demo.queue().launch()

## 文档与示例

- ModelScope: [中文](https://modelscope.cn/studios/modelscope/modelscope-studio-beta)
- Hugging Face: [English](https://huggingface.co/spaces/modelscope/modelscope-studio-beta)
- ModelScope: [中文](https://modelscope.cn/studios/modelscope/modelscope-studio)
- Hugging Face: [English](https://huggingface.co/spaces/modelscope/modelscope-studio)

## 迁移到 1.0

Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> The current document version is `1.0 beta`. If you are using a previous version of `modelscope_studio`, please switch to the [legacy](https://github.com/modelscope/modelscope-studio/tree/legacy) branch for reference.
# ModelScope Studio

<p align="center">
Expand All @@ -11,7 +9,7 @@
<p>

<p align="center">
<a href="https://github.com/modelscope/modelscope-studio">GitHub</a> | 🤖 <a href="https://modelscope.cn/studios/modelscope/modelscope-studio-beta">ModelScope Studio</a> | 🤗 <a href="https://huggingface.co/spaces/modelscope/modelscope-studio-beta">Hugging Face Space</a>
<a href="https://github.com/modelscope/modelscope-studio">GitHub</a> | 🤖 <a href="https://modelscope.cn/studios/modelscope/modelscope-studio">ModelScope Studio</a> | 🤗 <a href="https://huggingface.co/spaces/modelscope/modelscope-studio">Hugging Face Space</a>
<br>
<a href="README-zh_CN.md">中文</a>&nbsp | &nbspEnglish&nbsp | &nbsp<a href="README-ja_JP.md">日本語</a>
</p>
Expand All @@ -34,10 +32,8 @@ However, when your application needs Gradio to handle more built-in data on the

## Installation

> Currently, `modelscope_studio` version 1.0 is still under development. You can use the `beta` version in advance.
```sh
pip install modelscope_studio~=1.0.0b
pip install modelscope_studio
```

## Quick Start
Expand All @@ -58,8 +54,8 @@ demo.queue().launch()

## Documentation and Examples

- ModelScope: [中文](https://modelscope.cn/studios/modelscope/modelscope-studio-beta)
- Hugging Face: [English](https://huggingface.co/spaces/modelscope/modelscope-studio-beta)
- ModelScope: [中文](https://modelscope.cn/studios/modelscope/modelscope-studio)
- Hugging Face: [English](https://huggingface.co/spaces/modelscope/modelscope-studio)

## Migration to 1.0

Expand Down
2 changes: 1 addition & 1 deletion backend/modelscope_studio/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0-beta.11"
__version__ = "1.0.0"
20 changes: 19 additions & 1 deletion config/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @modelscope-studio/changelog

## 1.0.0

### Features

- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - add AutoLoading. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - complete components params in Python. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - add new features. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - migrate to gradio 5. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#32](https://github.com/modelscope/modelscope-studio/pull/32) [`5332229`](https://github.com/modelscope/modelscope-studio/commit/5332229f20c0ec1ad7ec598f3b30808502b9cd70) - integrate ant design. Thanks [@Col0ring](https://github.com/Col0ring)!

### Fixes

- [#36](https://github.com/modelscope/modelscope-studio/pull/36) [`3944960`](https://github.com/modelscope/modelscope-studio/commit/394496074b842cb20103d7967b4ec4f9422f6229) - bugfix of remaining components. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - component parameters in Python. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#36](https://github.com/modelscope/modelscope-studio/pull/36) [`3944960`](https://github.com/modelscope/modelscope-studio/commit/394496074b842cb20103d7967b4ec4f9422f6229) - gbk error. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - known component issues. Thanks [@Col0ring](https://github.com/Col0ring)!
- [#35](https://github.com/modelscope/modelscope-studio/pull/35) [`5875180`](https://github.com/modelscope/modelscope-studio/commit/5875180feb7c07720108e30d01ec606209d36e59) - auto_loading & cloned node. Thanks [@Col0ring](https://github.com/Col0ring)!

## 1.0.0-beta.11

No significant changes to this package were made in this release.
Expand Down Expand Up @@ -108,4 +126,4 @@ No significant changes to this package were made in this release.

## 0.2.0

No significant changes to this package were made in this release.
No significant changes to this package were made in this release.
2 changes: 1 addition & 1 deletion config/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@modelscope-studio/changelog",
"version": "1.0.0-beta.11",
"version": "1.0.0",
"private": false,
"description": "ModelScope Studio Changelog",
"repository": "[email protected]:modelscope/modelscope-studio.git",
Expand Down
Loading

0 comments on commit e70c00e

Please sign in to comment.