File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
20
## [ 0.5.5] - 2022-04-03
9
21
10
22
## Fixed
Original file line number Diff line number Diff line change 1
1
"""Livelossplot version number"""
2
2
3
- __version__ = "0.5.5 "
3
+ __version__ = "0.5.6 "
You can’t perform that action at this time.
0 commit comments