|
20 | 20 |
|
21 | 21 | **Changes** |
22 | 22 |
|
23 | | -- Version number updated from 2.0.0-beta.0 to 2.0.0-beta.1 |
| 23 | +- Version number updated from 2.0.0-beta.0 to 2.0.0 |
24 | 24 | - Gradio dependency version requirement updated to standard syntax format |
25 | | -- Updated changelog to reflect features of 2.0.0-beta.1 |
| 25 | +- Updated changelog to reflect features of 2.0.0 |
26 | 26 |
|
27 | 27 | ## Table of Contents |
28 | 28 |
|
@@ -78,8 +78,8 @@ A --> J["Changelog<br/>CHANGELOG.md"] |
78 | 78 | ## Core Components |
79 | 79 |
|
80 | 80 | - **Current Version Status** |
81 | | - - Backend Python package version: 2.0.0-beta.1 |
82 | | - - Frontend and workspace root package version: 2.0.0-beta.1 |
| 81 | + - Backend Python package version: 2.0.0 |
| 82 | + - Frontend and workspace root package version: 2.0.0 |
83 | 83 | - **Version Number Sources** |
84 | 84 | - Backend Python package version is defined in [backend/modelscope_studio/version.py:1-2](file://backend/modelscope_studio/version.py#L1-L2) |
85 | 85 | - Root package version is defined in [package.json:1-55](file://package.json#L1-L55) |
@@ -134,11 +134,11 @@ GH-->>Dev : Publish completion notification |
134 | 134 |
|
135 | 135 | ### Version History and Current Status |
136 | 136 |
|
137 | | -- **Latest Stable / Pre-release Version** |
138 | | - - Current backend version: 2.0.0-beta.1 |
139 | | - - Frontend and root package version: 2.0.0-beta.1 |
| 137 | +- **Latest Stable Version** |
| 138 | + - Current backend version: 2.0.0 |
| 139 | + - Frontend and root package version: 2.0.0 |
140 | 140 | - **Version History and Major Milestones** |
141 | | - - 2.0.0-beta.1: Added complete new features for Ant Design and Ant Design X |
| 141 | + - 2.0.0: Added complete new features for Ant Design and Ant Design X |
142 | 142 | - 2.0.0-beta.0: Full migration to Gradio 6.0, Ant Design 6.0, and Ant Design X 2.0 |
143 | 143 | - 1.x series: Includes many component enhancements, Pro component introduction, i18n support, form actions, etc. |
144 | 144 | - 1.0.0: Migration from Gradio to version 5, integration of Ant Design |
@@ -188,9 +188,9 @@ Test --> Done(["Complete"]) |
188 | 188 |
|
189 | 189 | - **Python Compatibility** |
190 | 190 | - Python version requirement: >=3.8 |
191 | | - - Gradio dependency range: gradio>=6.0,<=6.8.0 (current 2.0.0-beta.1) |
| 191 | + - Gradio dependency range: gradio>=6.0,<=6.8.0 (current 2.0.0) |
192 | 192 | - **Frontend-Backend Version Alignment** |
193 | | - - Both root package and backend Python package declare 2.0.0-beta.1; it is recommended to keep them in sync |
| 193 | + - Both root package and backend Python package declare 2.0.0; it is recommended to keep them in sync |
194 | 194 | - **Browser and Runtime Environment** |
195 | 195 | - Recommended to develop and test in mainstream browsers |
196 | 196 | - SSR must be disabled when deploying on Hugging Face Space |
@@ -259,15 +259,15 @@ Test --> Done(["Complete"]) |
259 | 259 | ## Dependency Analysis |
260 | 260 |
|
261 | 261 | - **Version Consistency** |
262 | | - - The backend Python package version and the root package version are kept consistent (2.0.0-beta.1), which facilitates publishing and rollback |
| 262 | + - The backend Python package version and the root package version are kept consistent (2.0.0), which facilitates publishing and rollback |
263 | 263 | - **Dependency Range** |
264 | 264 | - Gradio dependency range is strictly defined to avoid incompatibilities with higher versions |
265 | 265 | - **Release Chain** |
266 | 266 | - Changesets generates changelog → GitHub Actions triggers build and release → PyPI upload → Create tag and Release |
267 | 267 |
|
268 | 268 | ```mermaid |
269 | 269 | graph LR |
270 | | -V["Version<br/>2.0.0-beta.1"] --> P["Python Package<br/>pyproject.toml"] |
| 270 | +V["Version<br/>2.0.0"] --> P["Python Package<br/>pyproject.toml"] |
271 | 271 | V --> R["Root Package<br/>package.json"] |
272 | 272 | P --> PYPI["PyPI"] |
273 | 273 | R --> PYPI |
@@ -316,12 +316,12 @@ PYPI --> REL["GitHub Releases"] |
316 | 316 |
|
317 | 317 | ## Conclusion |
318 | 318 |
|
319 | | -ModelScope Studio is currently in the 2.0.0-beta.1 pre-release stage. The comprehensive migration to Gradio 6 and Ant Design 6 brings significant feature enhancements and stability improvements. Version 2.0.0-beta.1 adds complete new features for Ant Design and Ant Design X, further improving the component ecosystem. For production environments that require stability, it is recommended to wait for the official release; for users who wish to experience new features in advance, the beta version can be selected after carefully evaluating the changelog and risks. The key to upgrading to 1.0 is wrapping the Application component at the outermost layer of the application, and disabling SSR when necessary to adapt to Hugging Face Space. |
| 319 | +ModelScope Studio current stable release is 2.0.0. The comprehensive migration to Gradio 6 and Ant Design 6 brings significant feature enhancements and stability improvements. This version adds complete new features for Ant Design and Ant Design X, further improving the component ecosystem. The key to upgrading to 1.0 is wrapping the Application component at the outermost layer of the application, and disabling SSR when necessary to adapt to Hugging Face Space. |
320 | 320 |
|
321 | 321 | ## Appendix |
322 | 322 |
|
323 | 323 | - **Quick Reference** |
324 | | - - Current version: 2.0.0-beta.1 |
| 324 | + - Current version: 2.0.0 |
325 | 325 | - Python compatibility: >=3.8 |
326 | 326 | - Gradio dependency: gradio>=6.0,<=6.8.0 |
327 | 327 | - Changelog: Root-level CHANGELOG.md |
|
0 commit comments