Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Apr 24, 2022
1 parent f5dbb25 commit 156d859
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,19 @@

<!-- do not remove -->

## 2.6.0

### New Features

- add support for Ross Wightman's Pytorch Image Models (timm) library ([#3624](https://github.com/fastai/fastai/issues/3624))
- rename `cnn_learner` to `vision_learner` since we now support models other than CNNs too ([#3625](https://github.com/fastai/fastai/issues/3625))

### Bugs Squashed

- Fix AccumMetric name.setter ([#3621](https://github.com/fastai/fastai/pull/3621)), thanks to [@warner-benjamin](https://github.com/warner-benjamin)
- Fix Classification Interpretation ([#3563](https://github.com/fastai/fastai/pull/3563)), thanks to [@warner-benjamin](https://github.com/warner-benjamin)


## 2.5.6

### New Features
Expand Down
2 changes: 1 addition & 1 deletion fastai/__init__.py
@@ -1,2 +1,2 @@
__version__ = "2.5.7"
__version__ = "2.6.0"

2 changes: 1 addition & 1 deletion settings.ini
Expand Up @@ -2,7 +2,7 @@
lib_name = fastai
user = fastai
branch = master
version = 2.5.7
version = 2.6.0
description = fastai simplifies training fast and accurate neural nets using modern best practices
keywords = fastai, deep learning, machine learning
author = Jeremy Howard, Sylvain Gugger, and contributors
Expand Down

0 comments on commit 156d859

Please sign in to comment.