Skip to content

Commit a7c2463

Browse files
committed
version 0.5.6 changelog
1 parent e3b4ee2 commit a7c2463

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.6] - 2025-01-03
9+
10+
### Fixed
11+
12+
- MatplotlibPlot now works in script mode - [a long awaited feature](https://github.com/stared/livelossplot/issues/2)!
13+
- GitHub Actions using current Python versions.
14+
15+
### Added
16+
17+
- `PlotLosses(figsize=(10, 10))` to set the size of the figure due to [popular demand](https://github.com/stared/livelossplot/issues/139).
18+
- Script vs notebook mode detection.
19+
820
## [0.5.5] - 2022-04-03
921

1022
## Fixed

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.5"
3+
__version__ = "0.5.6"

0 commit comments

Comments
 (0)