Skip to content

Commit

Permalink
more changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kaseylove committed Apr 15, 2024
1 parent ec9689b commit 5d4deb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.4.3] - 2024-04-15
## [0.5.0] - 2024-04-15
### Added
- Added new `rd.plot.debug_axes` which draws guide lines to help with axis alignment.
- Added new `rd.plot.adjust_subplot_margins_inches` which allows subplot configuring
Expand Down
1 change: 1 addition & 0 deletions tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ def test_linespacing():
)
plt.close()


def test_debug_and_margin():
"""Tests that the inch-margin and debug mode works"""
fig = plt.figure(figsize=(20.0, 20.0))
Expand Down

0 comments on commit 5d4deb8

Please sign in to comment.