Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jph00 committed Apr 27, 2024
1 parent 3bbde65 commit 6db9f9c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
<!-- do not remove -->


## 2.7.15

### New Features

- Support PyTorch 2.3 ([#4026](https://github.com/fastai/fastai/pull/4026)), thanks to [@warner-benjamin](https://github.com/warner-benjamin)
- Add `log` and `show_epochs` to `log_ploss` ([#3964](https://github.com/fastai/fastai/pull/3964)), thanks to [@turbotimon](https://github.com/turbotimon)


## 2.7.14

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

2 changes: 1 addition & 1 deletion settings.ini
Expand Up @@ -3,7 +3,7 @@ lib_name = fastai
user = fastai
repo = fastai
branch = master
version = 2.7.14
version = 2.7.15
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 6db9f9c

Please sign in to comment.