Skip to content

Releases: matplotlib/pytest-mpl

v0.17.0

14 Feb 19:59
2b1b8d7
Compare
Choose a tag to compare

What's Changed

Fixes

Exciting New Features 🎉

Other Changes

Infrastructure Changes

New Contributors

Full Changelog: v0.16.1...v0.17.0

v0.16.1

23 Jul 12:14
310ee99
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix tests which exit before returning a figure or use unittest.TestCase by @ConorMacBride in #171

Other Changes

Full Changelog: v0.16.0...v0.16.1

v0.16.0

14 Jun 13:52
4d9951c
Compare
Choose a tag to compare

What's Changed

Fixes

  • Make summary log message about test results in general instead of failures by @neutrinoceros in #148
  • Add support for classes with pytest 7 by @ConorMacBride in #164
    Note that this change necessitated a minor breaking change for figure tests within classes only, and the following will need to be done:
    - Hash library test names will need to be regenerated/updated to include the class name.
    - If the undocumented mpl-use-full-test-name ini option is enabled, the the baseline images will need to be regenerated, or have their filename updated to include the class name.

Other Changes

Infrastructure Changes

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.15.1

22 Apr 20:34
11f5c1c
Compare
Choose a tag to compare

Fixes

Full Changelog: v0.15.0...v0.15.1

v0.15.0

21 Apr 13:21
v0.15.0
d44d97f
Compare
Choose a tag to compare

Features

Fixes

  • No need to warn when falling back to other URL by @pllim in #139
  • Automatically update changelog in the repo after release by @Cadair in #143

Full Changelog: v0.14.0...v0.15.0