Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jul 4, 2024
1 parent 4fa5d9f commit a363dd5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ v2.3.x
""""""


latest
------

- Gallery Update Part I:
- Update for Jupyterlab (ipympl/widget)
- Replaced implicit by explicit pyplots
- Use by default a positiv z-upwards coordinate system
- Part I: frequency domain; reproducing; published


v2.3.1: Julia wrapper
---------------------

Expand Down
1 change: 1 addition & 0 deletions tests/test_fdesign.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_save_load_filter(tmpdir):
assert_allclose(filt.base, dat2[1].base)


@pytest.mark.filterwarnings("ignore:FigureCanvasAgg is non-interactive")
@pytest.mark.skipif(not plt, reason="Matplotlib not installed.")
class TestFiguresMatplotlib:

Expand Down

0 comments on commit a363dd5

Please sign in to comment.