Skip to content

Commit

Permalink
Bump version. (#84)
Browse files Browse the repository at this point in the history
Bump version and add to changelog.
  • Loading branch information
martinsbruveris authored May 3, 2023
1 parent e534520 commit 3ec499a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log

## v0.2.12 - 20230-04-17
## v0.2.13 - 2023-05-03

- Adding VGG models.
- Fixing bugs in SAM model inference.

## v0.2.12 - 2023-04-17

- Fixing small bugs in SAM.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ that the number of available architectures will grow over time. For now, it cont
vision transformers (ViT, DeiT, CaiT, PVT and Swin Transformers), MLP-Mixer models
(MLP-Mixer, ResMLP, gMLP, PoolFormer and ConvMixer), various ResNet flavours (ResNet,
ResNeXt, ECA-ResNet, SE-ResNet), the EfficientNet family (including AdvProp,
NoisyStudent, Edge-TPU, V2 and Lite versions), MobileNet-V2, as well as the recent
NoisyStudent, Edge-TPU, V2 and Lite versions), MobileNet-V2, VGG, as well as the recent
ConvNeXt. `tfimm` has now expanded beyond classification and also includes Segment
Anything.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tfimm"
version = "0.2.12"
version = "0.2.13"
description = "TensorFlow port of PyTorch Image Models (timm) - image models with pretrained weights"
authors = ["Martins Bruveris <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tfimm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.12"
__version__ = "0.2.13"

0 comments on commit 3ec499a

Please sign in to comment.