File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11"""Livelossplot version number"""
22
3- __version__ = "0.5.5 "
3+ __version__ = "0.5.6 "
You can’t perform that action at this time.
0 commit comments