Skip to content

Releases: matplotlib/pytest-mpl

v0.19.0

Choose a tag to compare

@astrofrog astrofrog released this 25 Mar 09:54
34d86fe

What's Changed

Exciting New Features 🎉

  • Add skip_hash=True/False option to allow hash comparison to be skipped for specific tests by @astrofrog in #260

Other Changes

  • Bump actions/checkout from 5 to 6 in the actions group by @dependabot[bot] in #254
  • Bump stefanzweifel/git-auto-commit-action from 7.0.0 to 7.1.0 in the actions group by @dependabot[bot] in #255
  • Update minimum Python and dependency versions for package and tests by @ConorMacBride in #256

Full Changelog: v0.18.0...v0.19.0

v0.18.0

Choose a tag to compare

@ConorMacBride ConorMacBride released this 15 Nov 13:38
4aba703

What's Changed

Exciting New Features 🎉

Other Changes

Infrastructure Changes

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

Choose a tag to compare

@ConorMacBride ConorMacBride released this 14 Feb 19:59
2b1b8d7

What's Changed

Fixes

Exciting New Features 🎉

Other Changes

Infrastructure Changes

New Contributors

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

v0.16.1

Choose a tag to compare

@ConorMacBride ConorMacBride released this 23 Jul 12:14
310ee99

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

Choose a tag to compare

@Cadair Cadair released this 14 Jun 13:52
4d9951c

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

Choose a tag to compare

@Cadair Cadair released this 22 Apr 20:34
11f5c1c

Fixes

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

v0.15.0

Choose a tag to compare

@Cadair Cadair released this 21 Apr 13:21
v0.15.0
d44d97f

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