Skip to content

Releases: OpenCSGs/CSGHub

v0.5.0

14 May 15:18
296d6d1
Compare
Choose a tag to compare

中文版本 Release Notes

代码仓库(模型/数据集/代码/应用空间)

  • 多文件上传
  • 不同类型的 Repo 之间的关联关系
  • 模型数据集添加语言标签
  • 新建 Repo 页面 layout 更新
  • Repo 卡片的 layout 更新
  • 更新 Repo index 页面的排序默认为 trending
  • Repo item layout 的优化
  • Repo 收藏功能
  • 支持切换分支

应用空间

  • 云资源动态获取
  • 优化 Space 的运行状态的资源展示
  • 支持 Streamlit 的应用部署
  • 支持更新 space 的 cover image

个人中心/组织

  • 增加在组织新建 repo 的快捷入口
  • 个人设置页面的 layout 更新
  • 新建组织不再校验 logo

其他

  • 修复用户未登录情况下的 repo clone 问题
  • 在评论中 @用户
  • 修复包含点的路由

English Version Release Notes

Repo(model/dataset/code/space)

  • Multiple file upload
  • Support relationships between different repos
  • Language tags for model and dataset
  • Renew repo form
  • Renew repo card
  • Renew repo item
  • Update the default sort to trending
  • Allow user to collect repo
  • Support switch branch for repo

Space

  • Dynamically get space resources from the server
  • Optimize the display of space running status to include resource type
  • Support Streamlit space
  • Support update space cover image

User and Organization profile

  • New entry for repo creation within Org
  • Renew user profile
  • Remove the presence check for the org logo

Other

  • Fix the repo clone issue for not logged in status
  • support @ user in the comment
  • Introduce Pinia store
  • Fix the routes which include point

v0.4.1

22 Apr 08:40
e98e51e
Compare
Choose a tag to compare

修复不能获取后台服务地址的bug(fix the bug of not loading CSGHub server address)

v0.4.0

18 Apr 10:22
Compare
Choose a tag to compare

中文版本 Release Notes

模型/数据集/代码

应用空间

  • 新增应用空间部署功能(目前仅支持 Gradio)

个人中心/组织

  • 跟新用户 git token 的设置逻辑
  • 组织成员管理(增删查改)
  • 用户名/组织名/repo名的规范统一

其他

  • 国际化(I18n) 进一步完善和优化
  • 翻页样式优化
  • 引入 Pinia store 管理页面状态同步
  • 其他用户体验优化

English Version Release Notes

Model/Dataset/Code

Application

  • Application space deployment (currently only Gradio is supported)

User and Organization profile

  • Update git token initialization logic
  • Enable organization members management(CRUD)
  • Unify name rules for User/Org/Repo

Other

  • Optimize I18n content
  • Pagination layout update
  • Introduce Pinia store
  • Other user experience improvement

v0.3.0

18 Mar 10:02
1b9ed9d
Compare
Choose a tag to compare

中文版本 Release Notes

模型数据集

  • lfs文件下载
  • lfs文件预览
  • 在线上传文件
  • 在线创建新文件
  • 在线编辑文件
  • 增加别名和简介搜索
  • 模型/数据集卡片优化,增加别名和标签
  • 模型/数据集详情页中增加中文名和介绍
  • 模型数据集卡片添加任务标签展示
  • 数据集 Parquet 类型数据预览

个人中心/组织

  • 组织基本信息编辑
  • 组织认证:线下做组织认证,后台更新认证标签

国际化

  • 中文,英文国际化支持

其他

  • 一些 bug 修复和体验优化

English Version Release Notes

Models and datasets

  • LFS file download
  • LFS file preview
  • Upload files online
  • Create files online
  • Edit files online
  • Enable search for nickname and description
  • Add nickname and description to model and dataset card
  • Add nickname and description to model and dataset detail page
  • Add the first task tag to the model and dataset card
  • Parquet dataset preview

User and Organization profile

  • Organization basic information editing
  • Organization certification: Organization certification is done offline, and certification labels are updated in the admin panel

I18n

  • I18n for Chinese and English

Other

  • Bug Fixes & Improvements

v0.2.0

18 Feb 06:22
f8f69ab
Compare
Choose a tag to compare

中文版本 Release Notes

模型数据集

  • 区分模型数据集多模态标签
  • 模型数据集标题大小写敏感修复
  • 增加代码块高亮和内容复制
  • 模型数据集别名和介绍添加
  • 异步加载 README 内容
  • 模型数据集文件和commits信息的异步加载
  • 复制模型数据集完整路径
  • 修复后台返回数据编码异常
  • 点击系统标签切回index页并且进行筛选
  • 修复数据集列表页的 icon

注册登录流程优化

  • 注册流程优化,去掉 email 填写
  • 修复未登录的检查机制

个人中心/组织

  • 个人中心设置为公开
  • 邀请组织成员
  • 优化个人中心,组织模型数据集的页面布局

其他

  • 修复错误页面的大屏幕自适应问题

English Version Release Notes

Models and datasets

  • Differentiate model dataset multimodal labels
  • Model and dataset header case-sensitive repair
  • Enable code block copy
  • Add model and dataset alias and introduction
  • Load README asynchronously
  • Load files and commits asynchronously
  • Copy the model and dataset full path
  • Fix bad encoding for server response
  • Click the system tag and redirect to the index page and filter
  • Fix the icon for the dataset

Sign in and sign up process

  • Remove email when sign up
  • Add logic to check email existence for the case of accessing the model and dataset

User and Organization profile

  • Set user and organization profile to be public
  • Enable invite organization members
  • Optimize user and organization profile layout

Other

  • Fix error page layout on big screen