Skip to content

Commit

Permalink
update changelog and version for 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Feb 2, 2024
1 parent ca4e80f commit 6038a48
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [2.1.4] - 2024-02-02

### Added

- Support for Lightning ``2.1.4``

### Changed

- updated reference to renamed `FSDPPrecision`
- bumped `sphinx` requirement to `>5.0,<6.0`

### Deprecated

- removed deprecated lr `verbose` init param usage
- removed deprecated `tensorboard.dev` references


## [2.1.3] - 2023-12-21

### Added
Expand Down
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ identifiers:
- description: "Fine-Tuning Scheduler (v2.1.2)"
type: doi
value: 10.5281/zenodo.10412826
- description: "Fine-Tuning Scheduler (v2.1.3)"
type: doi
value: 10.5281/zenodo.10420340

license: "Apache-2.0"
url: "https://finetuning-scheduler.readthedocs.io/"
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lightning>=2.1.0,<2.1.4
lightning>=2.1.0,<2.1.5
# the below is uncommented when master is targeting a specific pl dev master commit
#git+https://github.com/Lightning-AI/lightning.git@9f173241195450fd8e39a01f28ae2ec94371cd15#egg=lightning
torch>=1.12.0
2 changes: 1 addition & 1 deletion requirements/standalone_base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytorch-lightning>=2.1.0,<2.1.4
pytorch-lightning>=2.1.0,<2.1.5
# the below is uncommented when master is targeting a specific pl dev master commit
#git+https://github.com/Lightning-AI/pytorch-lightning.git@9f173241195450fd8e39a01f28ae2ec94371cd15#egg=pytorch-lightning
torch>=1.12.0
2 changes: 1 addition & 1 deletion src/finetuning_scheduler/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import time

_this_year = time.strftime("%Y")
__version__ = "2.1.3"
__version__ = "2.1.4"
__author__ = "Dan Dale"
__author_email__ = "danny.dale@gmail.com"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit 6038a48

Please sign in to comment.