Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
chore(version): v0.14.0
Browse files Browse the repository at this point in the history
* New features
  * perf(transforms): update Resize/AutoAugment/SquarePad
    1. add largest edge mode for Resize;
    2. optimize realization for Resize/AutoAugment/SquarePad.
* Bug fixes
  * fix(transforms): support Resize and Resize2 together
* Breaking changes.
  • Loading branch information
zjykzj committed Nov 1, 2021
1 parent 9d4c8a0 commit 1388247
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGE


## v0.14.0

* New features
* perf(transforms): update Resize/AutoAugment/SquarePad
1. add largest edge mode for Resize;
2. optimize realization for Resize/AutoAugment/SquarePad.
* Bug fixes
* fix(transforms): support Resize and Resize2 together
* Breaking changes.

## v0.13.6

* New features
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ZCls(v0.13.6)
# ZCls(v0.14.0)

Welcome to zcls, a classification model training/inferring framework.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ site_dir: 'site'
# 额外信息
extra:
# 版本号
version: 0.13.6
version: 0.14.0
# 主题
theme:
# name: 'readthedocs'
Expand Down
2 changes: 1 addition & 1 deletion zcls/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
@description:
"""

__version__ = '0.13.6'
__version__ = '0.14.0'

0 comments on commit 1388247

Please sign in to comment.