Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.0.0 #521

Merged
merged 2 commits into from
Apr 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ About MMRazor's design and implementation, please refer to [tutorials](https://m

**The default branch is now `main` and the code on the branch has been upgraded to v1.0.0. The old `master` branch code now exists on the 0.x branch**

MMRazor v1.0.0 was released in 2023-4-18, Major updates from 1.0.0rc2 include:
MMRazor v1.0.0 was released in 2023-4-24, Major updates from 1.0.0rc2 include:

1. MMRazor quantization is released.
2. Add a new pruning algorithm named GroupFisher.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/notes/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog of v1.x

## v1.0.0 (18/04/2023)
## v1.0.0 (24/04/2023)

We are excited to announce the first official release of MMRazor 1.0.

Expand Down
2 changes: 1 addition & 1 deletion mmrazor/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) OpenMMLab. All rights reserved

__version__ = '1.0.0rc2'
__version__ = '1.0.0'


def parse_version_info(version_str):
Expand Down