Skip to content

Commit

Permalink
version 0.5.6 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stared committed Jan 3, 2025
1 parent e3b4ee2 commit a7c2463
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.6] - 2025-01-03

### Fixed

- MatplotlibPlot now works in script mode - [a long awaited feature](https://github.com/stared/livelossplot/issues/2)!
- GitHub Actions using current Python versions.

### Added

- `PlotLosses(figsize=(10, 10))` to set the size of the figure due to [popular demand](https://github.com/stared/livelossplot/issues/139).
- Script vs notebook mode detection.

## [0.5.5] - 2022-04-03

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion livelossplot/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Livelossplot version number"""

__version__ = "0.5.5"
__version__ = "0.5.6"

0 comments on commit a7c2463

Please sign in to comment.