Releases: nengo/pytest-plt
Releases · nengo/pytest-plt
Release 1.1.1
Changed
- Python 3.5, which is past its end of life, is no longer supported. (#26)
Fixed
- Config options are now properly added to Pytest, eliminating a warning that was raised if a config option was set. (#26)
- Handled multiple outputs when mocking out
plt.subplots
. (#29)
Release 1.1.0
Added
- Added the ability to save plots as pickle files using the
.pkl
or .pickle
extensions with plt.saveas
. (#23)
Release 1.0.1
Fixed
- We now use Windows-compatible plot filenames by default. Colons in plot filenames are replaced with hyphens. Filenames specified through
plt.saveas
are not modified. (#17, #21)
Release 1.0.0
Initial release of pytest-plt
! Thanks to all of the contributors for making this possible!