From 6db9f9cd77d6bb1cd8a939852b0a0c48ce20e01b Mon Sep 17 00:00:00 2001 From: Jeremy Howard Date: Sun, 28 Apr 2024 08:14:00 +1000 Subject: [PATCH] release --- CHANGELOG.md | 8 ++++++++ fastai/__init__.py | 2 +- settings.ini | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce3195870d..eb7724de64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ +## 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 diff --git a/fastai/__init__.py b/fastai/__init__.py index f532c78535..8af5486b46 100644 --- a/fastai/__init__.py +++ b/fastai/__init__.py @@ -1,2 +1,2 @@ -__version__ = "2.7.14" +__version__ = "2.7.15" diff --git a/settings.ini b/settings.ini index fc31a32ab0..760b81f187 100644 --- a/settings.ini +++ b/settings.ini @@ -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