Skip to content

Commit

Permalink
Merge branch '0.4.X' into release0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Jun 9, 2021
2 parents f01a40c + 695af5d commit f16c9c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
@@ -1,3 +1,4 @@

What's new in version 0.4.4
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion upsetplot/tests/test_upsetplot.py
Expand Up @@ -469,4 +469,4 @@ def test_matrix_plot_margins(x, orientation):
expected_width = len(x)
attr = 'get_xlim' if orientation == 'horizontal' else 'get_ylim'
lim = getattr(axes['matrix'], attr)()
assert expected_width == lim[1] - lim[0]
assert expected_width == lim[1] - lim[0]

0 comments on commit f16c9c2

Please sign in to comment.