Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1004 Bytes

CHANGES.md

File metadata and controls

55 lines (33 loc) · 1004 Bytes

0.8 (unreleased)

  • No changes yet.

0.7 (2016-11-26)

  • Properly define dependencies in setup.py. [#32]

0.6 (2016-11-22)

  • Added style and remove_text options. [#20]

  • Properly support parametrized tests. [#24]

0.5 (2016-05-06)

  • Minor fixes to detection of remote baseline directories.

  • Minor improvements to documentation.

0.4 (2016-05-04)

  • Add support for remote baseline images. [#18]

  • When providing two conflicting options, warn instead of raising an exception. [#19]

0.3 (2015-06-26)

  • Changed default tolerance from 10 to 2. [#9]

  • Added tox.ini.

  • Improvements to documentation

0.2 (2015-06-25)

  • Added globally-configurable baseline directory with the --mpl-baseline-dir option. [#8]

  • Added baseline_dir and filename options in decorator.

  • Improvements to documentation

0.1 (2015-06-25)

  • Initial version