Skip to content

Commit 93aa155

Browse files
committed
version 0.5.5
1 parent 22216ea commit 93aa155

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.5] - 2022-04-03
9+
10+
## Fixed
11+
12+
- Support for Python 3.7 (see [this PR](https://github.com/stared/livelossplot/pull/136))
13+
14+
## Added
15+
16+
- Support for Python 3.10 (see [this PR](https://github.com/stared/livelossplot/pull/136))
17+
818
## [0.5.4] - 2021-02-03
919

1020
## Added
1121

12-
* `from_step` option to display epochs from a given one (e.g. `from_step=2`) or only last epochs (e.g. `from_step=-10`), [see this request](https://github.com/stared/livelossplot/issues/124).
13-
* Tests for Python 3.9.
22+
- `from_step` option to display epochs from a given one (e.g. `from_step=2`) or only last epochs (e.g. `from_step=-10`), [see this request](https://github.com/stared/livelossplot/issues/124).
23+
- Tests for Python 3.9.
1424

1525
## Dropped
1626

livelossplot/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Livelossplot version number"""
22

3-
__version__ = '0.5.4'
3+
__version__ = "0.5.5"

0 commit comments

Comments
 (0)