Skip to content

Commit 0e0beb0

Browse files
committed
docs: update wiki
1 parent 3244b83 commit 0e0beb0

20 files changed

Lines changed: 78 additions & 84 deletions

File tree

.wiki/en/API Reference/API Reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Diagram Sources
159159
### Python API Reference (Overview)
160160

161161
- Version and Dependencies
162-
- Version: 2.0.0-beta.1
162+
- Version: 2.0.0
163163
- Dependencies: Gradio 6.0 ≤ v ≤ 6.8.0
164164
- Import Methods
165165
- `from modelscope_studio import ComponentName`
@@ -392,7 +392,7 @@ Section Sources
392392

393393
- Python Side
394394
- Dependencies: Gradio 6.0 ≤ v ≤ 6.8.0
395-
- Version: 2.0.0-beta.1
395+
- Version: 2.0.0
396396
- Frontend Side
397397
- Build scripts: Component builds executed via Gradio CLI
398398
- Dev scripts: Start the documentation site dev server
@@ -501,7 +501,7 @@ This API reference document outlines ModelScope Studio's Python and frontend com
501501
- Frontend Components: Refer to the Svelte files under each sub-package
502502
- Utility Functions: Refer to hooks and renderers in the `utils` directory
503503
- Version and Compatibility
504-
- Python: 2.0.0-beta.1
504+
- Python: 2.0.0
505505
- Gradio: 6.0 ≤ v ≤ 6.8.0
506506
- Build and Development
507507
- Build command: `pnpm run build`

.wiki/en/API Reference/Python API/Python API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,5 @@ ModelScope Studio's Python API, with its clear component family divisions and un
429429

430430
### Version Compatibility
431431

432-
- Current version: 2.0.0-beta.1
432+
- Current version: 2.0.0
433433
- Reference: [backend/modelscope_studio/version.py:1-2](file://backend/modelscope_studio/version.py#L1-L2)

.wiki/en/Ant Design X Components/Components Overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ A_pro["pro/__init__.py"]
6666
A_base["base/__init__.py"]
6767
end
6868
subgraph "Frontend NPM Packages"
69-
F_antd["@modelscope-studio/antd<br/>version: 2.0.0-beta.1"]
70-
F_antdx["@modelscope-studio/antdx<br/>version: 2.0.0-beta.1"]
71-
F_pro["@modelscope-studio/pro<br/>version: 2.0.0-beta.1"]
72-
F_base["@modelscope-studio/base<br/>version: 2.0.0-beta.1"]
69+
F_antd["@modelscope-studio/antd<br/>version: 2.0.0"]
70+
F_antdx["@modelscope-studio/antdx<br/>version: 2.0.0"]
71+
F_pro["@modelscope-studio/pro<br/>version: 2.0.0"]
72+
F_base["@modelscope-studio/base<br/>version: 2.0.0"]
7373
end
7474
A_init --> A_antd
7575
A_init --> A_antdx
@@ -270,7 +270,7 @@ BL-->>U : Display conversation bubbles
270270
## Dependency Analysis
271271

272272
- Version and Namespace
273-
- All frontend packages use unified version number (2.0.0-beta.1), namespace is @modelscope-studio, convenient for publishing and management.
273+
- All frontend packages use unified version number (2.0.0), namespace is @modelscope-studio, convenient for publishing and management.
274274
- Component Export and Grouping
275275
- Backend exports by functional domains: antd, antdx, pro, base, corresponding to Ant Design component family, AI specialized components, professional scenario components, and basic capabilities.
276276
- Frontend-Backend Mapping

.wiki/en/Base Components/Application Component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ The Application component, as the application root container for modelscope-stud
414414

415415
## Appendix
416416

417-
- Version information: v2.0.0-beta.1
417+
- Version information: v2.0.0
418418
- Related documentation: English and Chinese documentation for the Application component, including examples and API descriptions.
419419

420420
Section Sources

.wiki/en/Project Overview/Project Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ ModelScope Studio, built on Gradio and integrating the Ant Design and Ant Design
429429
- Reference: [README.md:38-57](file://README.md#L38-L57), [README-zh_CN.md:38-57](file://README-zh_CN.md#L38-L57)
430430

431431
- Version and Release
432-
- Current version: 2.0.0-beta.1
432+
- Current version: 2.0.0
433433
- Release scripts: build, dev, version, ci:\*, etc.
434434
- Reference: [backend/modelscope_studio/version.py:1-2](file://backend/modelscope_studio/version.py#L1-L2), [package.json:8-25](file://package.json#L8-L25)
435435

.wiki/en/Project Overview/Project Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ModelScope Studio is a third-party component library based on Gradio, designed t
6868
- Documentation: Based on the docs site with dynamically loaded component examples, supporting multiple languages and layout templates
6969

7070
- Development History and Versions
71-
- Current version: 2.0.0-beta.1
71+
- Current version: 2.0.0
7272
- License: Apache-2.0
7373
- Dependency range: Gradio >= 4.43.0 and <= 6.8.0
7474

@@ -409,7 +409,7 @@ ModelScope Studio, with Gradio as its core, combines the rich component ecosyste
409409
## Appendix
410410

411411
- Version and License
412-
- Version: 2.0.0-beta.1
412+
- Version: 2.0.0
413413
- License: Apache-2.0
414414
- Author: ModelScope team
415415

.wiki/en/Project Overview/Tech Stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ ModelScope Studio uses a Monorepo as its backbone, with the frontend powered by
386386
## Appendix
387387

388388
- Version and Meta Information
389-
- Repository version: 2.0.0-beta.1
389+
- Repository version: 2.0.0
390390
- Python package version: Aligned with repository version
391391
- Key Configuration References
392392
- Frontend workspace and dependencies: [frontend/package.json:1-59](file://frontend/package.json#L1-L59)

.wiki/en/Project Overview/Use Cases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,15 +251,15 @@ Section Sources
251251

252252
## Dependency Analysis
253253

254-
- Version and naming: Both `@modelscope-studio/antd` and `@modelscope-studio/pro` frontend packages are labeled `2.0.0-beta.1`, and the backend `version.py` also points to the same semantic version, ensuring frontend-backend consistency.
254+
- Version and naming: Both `@modelscope-studio/antd` and `@modelscope-studio/pro` frontend packages are labeled `2.0.0`, and the backend `version.py` also points to the same semantic version, ensuring frontend-backend consistency.
255255
- Integration with Gradio: Components render and interact through Gradio shared state (root, api_prefix, theme), ensuring consistency across different deployment environments (including Hugging Face Space).
256256
- Deployment notes: When deploying in Hugging Face Space, set `ssr_mode=False` in `demo.launch()` to avoid SSR-related page rendering issues.
257257

258258
```mermaid
259259
graph LR
260-
VER["version.py<br/>2.0.0-beta.1"]
261-
ANTDPKG["@modelscope-studio/antd<br/>2.0.0-beta.1"]
262-
PROPkg["@modelscope-studio/pro<br/>2.0.0-beta.1"]
260+
VER["version.py<br/>2.0.0"]
261+
ANTDPKG["@modelscope-studio/antd<br/>2.0.0"]
262+
PROPkg["@modelscope-studio/pro<br/>2.0.0"]
263263
VER --> ANTDPKG
264264
VER --> PROPkg
265265
```

.wiki/en/Project Overview/Version Info.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
**Changes**
2222

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
2424
- 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
2626

2727
## Table of Contents
2828

@@ -78,8 +78,8 @@ A --> J["Changelog<br/>CHANGELOG.md"]
7878
## Core Components
7979

8080
- **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
8383
- **Version Number Sources**
8484
- Backend Python package version is defined in [backend/modelscope_studio/version.py:1-2](file://backend/modelscope_studio/version.py#L1-L2)
8585
- Root package version is defined in [package.json:1-55](file://package.json#L1-L55)
@@ -134,11 +134,11 @@ GH-->>Dev : Publish completion notification
134134

135135
### Version History and Current Status
136136

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
140140
- **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
142142
- 2.0.0-beta.0: Full migration to Gradio 6.0, Ant Design 6.0, and Ant Design X 2.0
143143
- 1.x series: Includes many component enhancements, Pro component introduction, i18n support, form actions, etc.
144144
- 1.0.0: Migration from Gradio to version 5, integration of Ant Design
@@ -188,9 +188,9 @@ Test --> Done(["Complete"])
188188

189189
- **Python Compatibility**
190190
- 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)
192192
- **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
194194
- **Browser and Runtime Environment**
195195
- Recommended to develop and test in mainstream browsers
196196
- SSR must be disabled when deploying on Hugging Face Space
@@ -259,15 +259,15 @@ Test --> Done(["Complete"])
259259
## Dependency Analysis
260260

261261
- **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
263263
- **Dependency Range**
264264
- Gradio dependency range is strictly defined to avoid incompatibilities with higher versions
265265
- **Release Chain**
266266
- Changesets generates changelog → GitHub Actions triggers build and release → PyPI upload → Create tag and Release
267267

268268
```mermaid
269269
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"]
271271
V --> R["Root Package<br/>package.json"]
272272
P --> PYPI["PyPI"]
273273
R --> PYPI
@@ -316,12 +316,12 @@ PYPI --> REL["GitHub Releases"]
316316

317317
## Conclusion
318318

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.
320320

321321
## Appendix
322322

323323
- **Quick Reference**
324-
- Current version: 2.0.0-beta.1
324+
- Current version: 2.0.0
325325
- Python compatibility: >=3.8
326326
- Gradio dependency: gradio>=6.0,<=6.8.0
327327
- Changelog: Root-level CHANGELOG.md

.wiki/en/Quick Start.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This guide is intended for first-time ModelScope Studio users, helping you compl
4949
- Component library import and usage patterns
5050
- Quick resolution of common issues
5151

52-
**Important Update**: ModelScope Studio 2.0.0-beta.1 has migrated to the Gradio 6.0 ecosystem, supporting version ranges >=6.0.0 and <=6.8.0.
52+
**Important Update**: ModelScope Studio 2.0.0 has migrated to the Gradio 6.0 ecosystem, supporting version ranges >=6.0.0 and <=6.8.0.
5353

5454
## Project Structure
5555

@@ -260,11 +260,11 @@ Feedback --> End(["Complete"])
260260
- Python environment and version
261261
- Python version requirement: >=3.8
262262
- **Gradio dependency range**: >=6.0.0 and <=6.8.0
263-
- **Important note**: The current example uses 5.34.1, but version 2.0.0-beta.1 has migrated to the Gradio 6.0 ecosystem
263+
- **Important note**: The current example uses 5.34.1, but version 2.0.0 has migrated to the Gradio 6.0 ecosystem
264264
- Frontend dependencies
265265
- Ant Design 6.x, Ant Design X 2.x, React 19, Svelte 5, @gradio/\* series, etc.
266266
- Documentation and example dependencies
267-
- Example scripts and the documentation site use `modelscope_studio==2.0.0-beta.1`
267+
- Example scripts and the documentation site use `modelscope_studio==2.0.0`
268268

269269
**Important Update**: For version migration details, please refer to [Migration Guide](#migration-guide)
270270

@@ -292,7 +292,7 @@ Front --> Antd["Antd 6 / Antd X 2 Components"]
292292

293293
**Gradio 6.0 Migration Guide**
294294

295-
ModelScope Studio 2.0.0-beta.1 has completed a major migration from Gradio 4.x to 6.x, involving the following key changes:
295+
ModelScope Studio 2.0.0 has completed a major migration from Gradio 4.x to 6.x, involving the following key changes:
296296

297297
#### Version Range Description
298298

@@ -313,12 +313,9 @@ pip install modelscope_studio~=1.0
313313
For new projects with Gradio 6.0+, use the latest version:
314314

315315
```bash
316-
pip install modelscope_studio==2.0.0-beta.1
316+
pip install modelscope_studio==2.0.0
317317
```
318318

319-
> **❗ Beta Version Stability Risk Notice**
320-
> `2.0.0-beta.1` is a pre-release version; the API may not yet be formally stable, and some features may change in subsequent versions. Production environments are recommended to wait for the official release before upgrading; if you need to experience new features in advance, please thoroughly evaluate the changelog and back up your current environment.
321-
322319
#### Compatibility Notes
323320

324321
- **Hugging Face Space**: Still requires `ssr_mode=False`
@@ -352,7 +349,7 @@ pip install modelscope_studio==2.0.0-beta.1
352349
- **Gradio version conflict**
353350
- Ensure Gradio version is in the range >=6.0.0 and <=6.8.0
354351
- If using an older version of Gradio, downgrade to modelscope_studio 1.x
355-
- If using a newer version of Gradio, upgrade to modelscope_studio 2.0.0-beta.1
352+
- If using a newer version of Gradio, upgrade to modelscope_studio 2.0.0
356353

357354
**Section Sources**
358355

@@ -423,7 +420,7 @@ It is recommended to progressively introduce more components in subsequent devel
423420
| Gradio Version | ModelScope Studio Version | Support Status |
424421
| ----------------- | ------------------------- | ---------------- |
425422
| >=4.43.0,<6.0.0 | 1.x | ✅ Supported |
426-
| >=6.0.0,<=6.8.0 | 2.0.0-beta.1 | ✅ Supported |
423+
| >=6.0.0,<=6.8.0 | 2.0.0 | ✅ Supported |
427424
| <4.43.0 or >6.8.0 | Any | ❌ Not Supported |
428425

429426
> **⚠️ Note: Why Gradio >6.8.0 is not supported**

0 commit comments

Comments
 (0)