Skip to content

Releases: earthlab/matplotcheck

0.1.4

03 Feb 23:05
Compare
Choose a tag to compare

Includes all changes in 0.1.3, but fixes CI to build properly. 0.1.3 changes included are:

  • Changed how assert_lines checks the limits of lines (@nkorinek, #243)
  • Changed changelog to an rst file. (@nkorinek, #266)
  • Add a vignette for testing vector data plots. (@nkorinek, #208)
  • Add pillow as a dev requirement (@lwasser, #253)
  • Removed the m2r package from MatPlotCheck (@nkorinek, #247)
  • Made assert_string_contains() accept a string instead of a list
    (@nkorinek, #53)
  • Added functions to get and assert the midpoint values of bins in a
    histogram (@nkorinek, #184)
  • Created tests for the autograde module (@nkorinek, #105)
  • Created tests for the vector module (@nkorinek, #209)
  • Created functions to test point geometries in VectorTester
    (@nkorinek, #176)
  • made assert_string_contains() accept correct strings with spaces
    in them (@nkorinek, #182)
  • added contributors file and updated README to remove that information
    (@nkorinek, #121)
  • Changed tolerance functionality from relative tolerance to absolute
    tolerance. (@ryla5068, #234)
  • Made checking line coverage optional for base.assert_line()
    (@ryla5068, #239)
  • Fixed bugs involving line tests (@ryla5068, #239)
  • Improved handling of datasets with different shapes in base.assert_xy() (@ryla5068, #233)
  • Bug fix for handling object datatypes in base.assert_xy() (@ryla5068, #232)

0.1.2a

20 Aug 17:57
0adb572
Compare
Choose a tag to compare

test

0.1.2

20 Aug 17:54
Compare
Choose a tag to compare

This update fixes a series of bugs with MPC.

Adding other contributors

03 Feb 22:03
Compare
Choose a tag to compare
Pre-release
v0.1.1

Bump version: 0.1.0 → 0.1.1

earthlab/matplotcheck

24 Jan 03:26
c64edfd
Compare
Choose a tag to compare

This is a pre-release of the matplotcheck Python package for checking and testing elements of matplotlib plots.