Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeseries tests #273

Merged
merged 67 commits into from
May 13, 2020
Merged

Timeseries tests #273

merged 67 commits into from
May 13, 2020

Commits on Feb 6, 2020

  1. Merge pull request #1 from earthlab/master

    Updating files
    nkorinek authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8344d56 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Merge pull request #2 from earthlab/master

    Update setuptools from 42.0.2 to 45.2.0 (earthlab#190)
    nkorinek authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b87394d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from earthlab/master

    raster inherits from vector rather than base (earthlab#76)
    nkorinek authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    7cf2703 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Merge pull request #4 from earthlab/master

    Allow geodataframes in assert_polygons (earthlab#188)
    nkorinek authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c4d904e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from earthlab/master

    Updating from master
    nkorinek authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    c6deb54 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Merge pull request #7 from earthlab/master

    updating
    nkorinek authored Feb 17, 2020
    Configuration menu
    Copy the full SHA
    30b4aa1 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request #8 from earthlab/master

    Add flake8 fix [WIP] (earthlab#199)
    nkorinek authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    6ab2486 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Merge pull request #9 from earthlab/master

    Assert string accept spaces (earthlab#205)
    nkorinek authored Mar 7, 2020
    Configuration menu
    Copy the full SHA
    5077e25 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Merge pull request #10 from earthlab/master

    update
    nkorinek authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    4ff1b26 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    6f54aea View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Merge pull request #11 from earthlab/master

    Add Assert points function & cleanup duplicate methods (earthlab#203)
    nkorinek authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    de25545 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from earthlab/master

    Update pytest from 5.3.5 to 5.4.1
    nkorinek authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    2f2f01d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Merge pull request #13 from earthlab/master

    update
    nkorinek authored Mar 20, 2020
    Configuration menu
    Copy the full SHA
    031a710 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request #14 from earthlab/master

    update
    nkorinek authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    7bb3216 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Merge pull request #15 from earthlab/master

    Add tests to the Autograde module (earthlab#224)
    nkorinek authored Mar 24, 2020
    Configuration menu
    Copy the full SHA
    cd169d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Fixed a bug where assert_xydata() sometimes failed to compare numpy a…

    …rrays when dtype was object
    marty-larocque committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    bfafa8a View commit details
    Browse the repository at this point in the history
  2. Changed behavior of assert_xydata() to display standard error message…

    … when xy_data and xy_expected do not have the same shape.
    marty-larocque committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5a53ad4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    71d43f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Merge pull request #16 from earthlab/master

    update
    nkorinek authored Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e0e3c34 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. remove extensive docs within test file

    Leah Wasser authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    39ba373 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from earthlab/master

    Title assert accepts strings (earthlab#229)
    nkorinek authored Apr 6, 2020
    Configuration menu
    Copy the full SHA
    60e57e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Merge pull request #18 from earthlab/master

    M2r remove (earthlab#247)
    nkorinek authored Apr 20, 2020
    Configuration menu
    Copy the full SHA
    5569d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b8128 View commit details
    Browse the repository at this point in the history
  3. raster inherits from vector rather than base (earthlab#76)

    Leah Wasser authored and nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    c96321c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e26cba View commit details
    Browse the repository at this point in the history
  5. fixing a few syntax errors (earthlab#194)

    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * fixing a few syntax errors
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * remove tabls
    
    Co-authored-by: Nathan Korinek <[email protected]>
    Leah Wasser and nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    49c4c24 View commit details
    Browse the repository at this point in the history
  6. update changelog for release

    Leah Wasser authored and nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    da32ef9 View commit details
    Browse the repository at this point in the history
  7. Bump version: 0.1.1 → 0.1.2

    Leah Wasser authored and nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    f842822 View commit details
    Browse the repository at this point in the history
  8. Add flake8 fix [WIP] (earthlab#199)

    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    nkorinek and Leah Wasser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    eee471f View commit details
    Browse the repository at this point in the history
  9. Assert string accept spaces (earthlab#205)

    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    77e8f76 View commit details
    Browse the repository at this point in the history
  10. Update codecov to 2.0.16 (earthlab#202)

    * Update codecov from 2.0.15 to 2.0.16
    
    * update from master (earthlab#211)
    
    * Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Assert string accept spaces (earthlab#205)
    
    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Co-authored-by: Leah Wasser <[email protected]>
    Co-authored-by: Nathan Korinek <[email protected]>
    3 people committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    99e961a View commit details
    Browse the repository at this point in the history
  11. Contributors update (earthlab#213)

    * Added contributor rst file and moved that information out of the README file
    
    * Implemented requested changes to README
    nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    3c37b7d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2dfa5a View commit details
    Browse the repository at this point in the history
  13. Add Assert points function & cleanup duplicate methods (earthlab#203)

    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * Taking out redundant tests
    
    * Typo
    
    * Fixing how vector checks for truth value of a dataframe
    nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6b142e8 View commit details
    Browse the repository at this point in the history
  14. Update pytest from 5.3.5 to 5.4.1

    pyup-bot authored and nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    7ea9490 View commit details
    Browse the repository at this point in the history
  15. merge

    nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    a782271 View commit details
    Browse the repository at this point in the history
  16. Additional vector tests (earthlab#212)

    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * First round of tests for vector
    
    * black
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * rough drafts of more tests
    
    * Added more tests for legends
    
    * Added more tests, and took out broken tests
    
    * small codacy fix
    
    * Fixed test!
    
    * Taking out redundant tests
    
    * Took out unneccesary tests
    
    * Added plt.close
    
    * Added more tests
    
    * Typo
    
    * more tests for uncovered parts of the vector file
    
    * black
    
    * Fixed issues with vector checking truth value of dataframe, and added tests
    
    * Fixing how vector checks for truth value of a dataframe
    
    * Added more coverage!
    
    * Broke tests up into individual files
    
    * black
    
    * Added tests for outlier cases
    
    * Update matplotcheck/tests/test_points.py
    
    typo
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * took plt.gca() out of tests
    
    * Added changes suggested on GitHub
    
    * Update CHANGELOG.md
    
    * fix import order
    
    * import order fix
    
    * import order
    
    * import order
    
    Co-authored-by: Leah Wasser <[email protected]>
    nkorinek and Leah Wasser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    e7b4652 View commit details
    Browse the repository at this point in the history
  17. Add tests to the Autograde module (earthlab#224)

    * Added tests for the autograde module
    
    * removed unneccesary import
    
    * Fixing issues that were failing in base_data
    
    * codacy
    
    * flake8
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Updated changelog
    
    * flake8 fix
    
    Co-authored-by: Leah Wasser <[email protected]>
    nkorinek and Leah Wasser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    0f2fc16 View commit details
    Browse the repository at this point in the history
  18. Hist bin midpoints (earthlab#204)

    * Add a get and assert function for bin midpoints, as well as tests for those functions
    
    * Updated docstrings
    
    * Added changelog changes and fixed minor formatting issue
    
    * small flake8 fix
    
    * Added midpoints functionatlity to the vignette for histogram testing
    
    * Adding in changes suggested on GitHub1
    
    * Fixed function description
    
    * Took out all instances of  in example
    
    * update docs
    
    * Fixed small bug with section titles
    
    * Update matplotcheck/tests/test_base_data.py
    
    * reworded changelog
    
    Co-authored-by: Leah Wasser <[email protected]>
    nkorinek and Leah Wasser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    27251c3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f3c384f View commit details
    Browse the repository at this point in the history
  20. Title assert accepts strings (earthlab#229)

    * Fixed assert_title_contains to take strings as well as lists
    
    * Better implementation
    
    * Changelog update
    
    Co-authored-by: Leah Wasser <[email protected]>
    nkorinek and Leah Wasser committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    654b3d1 View commit details
    Browse the repository at this point in the history
  21. M2r remove (earthlab#247)

    * Removed m2r from matplotcheck, and reformated code of conduct
    
    * Seeing if rebase works
    
    * removed an m2r import
    
    * Fixing up the docs a bit
    
    * changelog updates
    nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    34e20da View commit details
    Browse the repository at this point in the history
  22. merge

    nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    eb4c2d8 View commit details
    Browse the repository at this point in the history
  23. # This is a combination of 2 commits.

    # This is the 1st commit message:
    
    Update setuptools from 42.0.2 to 45.2.0 (earthlab#190)
    
    raster inherits from vector rather than base (earthlab#76)
    
    Allow geodataframes in assert_polygons (earthlab#188)
    
    fixing a few syntax errors (earthlab#194)
    
    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * fixing a few syntax errors
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * remove tabls
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    update changelog for release
    
    Bump version: 0.1.1 → 0.1.2
    
    Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Assert string accept spaces (earthlab#205)
    
    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    
    Update codecov to 2.0.16 (earthlab#202)
    
    * Update codecov from 2.0.15 to 2.0.16
    
    * update from master (earthlab#211)
    
    * Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Assert string accept spaces (earthlab#205)
    
    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Co-authored-by: Leah Wasser <[email protected]>
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Contributors update (earthlab#213)
    
    * Added contributor rst file and moved that information out of the README file
    
    * Implemented requested changes to README
    
    Update setuptools from 45.2.0 to 46.0.0 (earthlab#215)
    
    Add Assert points function & cleanup duplicate methods (earthlab#203)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * Taking out redundant tests
    
    * Typo
    
    * Fixing how vector checks for truth value of a dataframe
    
    Update pytest from 5.3.5 to 5.4.1
    
    merge
    
    Additional vector tests (earthlab#212)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * First round of tests for vector
    
    * black
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * rough drafts of more tests
    
    * Added more tests for legends
    
    * Added more tests, and took out broken tests
    
    * small codacy fix
    
    * Fixed test!
    
    * Taking out redundant tests
    
    * Took out unneccesary tests
    
    * Added plt.close
    
    * Added more tests
    
    * Typo
    
    * more tests for uncovered parts of the vector file
    
    * black
    
    * Fixed issues with vector checking truth value of dataframe, and added tests
    
    * Fixing how vector checks for truth value of a dataframe
    
    * Added more coverage!
    
    * Broke tests up into individual files
    
    * black
    
    * Added tests for outlier cases
    
    * Update matplotcheck/tests/test_points.py
    
    typo
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * took plt.gca() out of tests
    
    * Added changes suggested on GitHub
    
    * Update CHANGELOG.md
    
    * fix import order
    
    * import order fix
    
    * import order
    
    * import order
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Add tests to the Autograde module (earthlab#224)
    
    * Added tests for the autograde module
    
    * removed unneccesary import
    
    * Fixing issues that were failing in base_data
    
    * codacy
    
    * flake8
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Updated changelog
    
    * flake8 fix
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Hist bin midpoints (earthlab#204)
    
    * Add a get and assert function for bin midpoints, as well as tests for those functions
    
    * Updated docstrings
    
    * Added changelog changes and fixed minor formatting issue
    
    * small flake8 fix
    
    * Added midpoints functionatlity to the vignette for histogram testing
    
    * Adding in changes suggested on GitHub1
    
    * Fixed function description
    
    * Took out all instances of  in example
    
    * update docs
    
    * Fixed small bug with section titles
    
    * Update matplotcheck/tests/test_base_data.py
    
    * reworded changelog
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Update setuptools from 46.1.1 to 46.1.3 (earthlab#231)
    
    Title assert accepts strings (earthlab#229)
    
    * Fixed assert_title_contains to take strings as well as lists
    
    * Better implementation
    
    * Changelog update
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    M2r remove (earthlab#247)
    
    * Removed m2r from matplotcheck, and reformated code of conduct
    
    * Seeing if rebase works
    
    * removed an m2r import
    
    * Fixing up the docs a bit
    
    * changelog updates
    
    Allow geodataframes in assert_polygons (earthlab#188)
    
    fixing a few syntax errors (earthlab#194)
    
    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * fixing a few syntax errors
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * remove tabls
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Get images function (earthlab#193)
    
    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Bump version: 0.1.1 → 0.1.2
    
    Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Contributors update (earthlab#213)
    
    * Added contributor rst file and moved that information out of the README file
    
    * Implemented requested changes to README
    
    Add Assert points function & cleanup duplicate methods (earthlab#203)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * Taking out redundant tests
    
    * Typo
    
    * Fixing how vector checks for truth value of a dataframe
    
    Additional vector tests (earthlab#212)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * First round of tests for vector
    
    * black
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * rough drafts of more tests
    
    * Added more tests for legends
    
    * Added more tests, and took out broken tests
    
    * small codacy fix
    
    * Fixed test!
    
    * Taking out redundant tests
    
    * Took out unneccesary tests
    
    * Added plt.close
    
    * Added more tests
    
    * Typo
    
    * more tests for uncovered parts of the vector file
    
    * black
    
    * Fixed issues with vector checking truth value of dataframe, and added tests
    
    * Fixing how vector checks for truth value of a dataframe
    
    * Added more coverage!
    
    * Broke tests up into individual files
    
    * black
    
    * Added tests for outlier cases
    
    * Update matplotcheck/tests/test_points.py
    
    typo
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * took plt.gca() out of tests
    
    * Added changes suggested on GitHub
    
    * Update CHANGELOG.md
    
    * fix import order
    
    * import order fix
    
    * import order
    
    * import order
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    # This is the commit message #2:
    
    Update setuptools from 46.1.1 to 46.1.3 (earthlab#231)
    pyup-bot authored and nkorinek committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    3f07d9b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    beae1b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    1868034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152a291 View commit details
    Browse the repository at this point in the history
  3. Updated Changelog

    marty-larocque committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5046a68 View commit details
    Browse the repository at this point in the history
  4. fix copyright on docs (earthlab#244)

    Leah Wasser authored and nkorinek committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    66b8206 View commit details
    Browse the repository at this point in the history
  5. Add pillow (earthlab#254)

    * add pillow as a dev requirement
    
    * update for pillow addition
    Leah Wasser authored and nkorinek committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    63fa4e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Update matplotcheck/base.py

    Co-Authored-By: Nathan Korinek <[email protected]>
    Leah Wasser and nkorinek authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f33993f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. PEP 8 import order

    Leah Wasser authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    8035977 View commit details
    Browse the repository at this point in the history
  2. pep 8 imports fix

    Leah Wasser authored Apr 27, 2020
    Configuration menu
    Copy the full SHA
    3adf713 View commit details
    Browse the repository at this point in the history
  3. Merge

    nkorinek committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f52150a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f0fd98 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Changelog to rst (earthlab#267)

    * Update setuptools from 42.0.2 to 45.2.0 (earthlab#190)
    
    * raster inherits from vector rather than base (earthlab#76)
    
    * Allow geodataframes in assert_polygons (earthlab#188)
    
    * fixing a few syntax errors (earthlab#194)
    
    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * fixing a few syntax errors
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * remove tabls
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    * update changelog for release
    
    * Bump version: 0.1.1 → 0.1.2
    
    * Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Assert string accept spaces (earthlab#205)
    
    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    
    * Update codecov to 2.0.16 (earthlab#202)
    
    * Update codecov from 2.0.15 to 2.0.16
    
    * update from master (earthlab#211)
    
    * Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Assert string accept spaces (earthlab#205)
    
    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Co-authored-by: Leah Wasser <[email protected]>
    Co-authored-by: Nathan Korinek <[email protected]>
    
    * Contributors update (earthlab#213)
    
    * Added contributor rst file and moved that information out of the README file
    
    * Implemented requested changes to README
    
    * Update setuptools from 45.2.0 to 46.0.0 (earthlab#215)
    
    * Update pytest from 5.3.5 to 5.4.1
    
    * Add Assert points function & cleanup duplicate methods (earthlab#203)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * Taking out redundant tests
    
    * Typo
    
    * Fixing how vector checks for truth value of a dataframe
    
    * merge
    
    * Additional vector tests (earthlab#212)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * First round of tests for vector
    
    * black
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * rough drafts of more tests
    
    * Added more tests for legends
    
    * Added more tests, and took out broken tests
    
    * small codacy fix
    
    * Fixed test!
    
    * Taking out redundant tests
    
    * Took out unneccesary tests
    
    * Added plt.close
    
    * Added more tests
    
    * Typo
    
    * more tests for uncovered parts of the vector file
    
    * black
    
    * Fixed issues with vector checking truth value of dataframe, and added tests
    
    * Fixing how vector checks for truth value of a dataframe
    
    * Added more coverage!
    
    * Broke tests up into individual files
    
    * black
    
    * Added tests for outlier cases
    
    * Update matplotcheck/tests/test_points.py
    
    typo
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * took plt.gca() out of tests
    
    * Added changes suggested on GitHub
    
    * Update CHANGELOG.md
    
    * fix import order
    
    * import order fix
    
    * import order
    
    * import order
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Add tests to the Autograde module (earthlab#224)
    
    * Added tests for the autograde module
    
    * removed unneccesary import
    
    * Fixing issues that were failing in base_data
    
    * codacy
    
    * flake8
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Updated changelog
    
    * flake8 fix
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Hist bin midpoints (earthlab#204)
    
    * Add a get and assert function for bin midpoints, as well as tests for those functions
    
    * Updated docstrings
    
    * Added changelog changes and fixed minor formatting issue
    
    * small flake8 fix
    
    * Added midpoints functionatlity to the vignette for histogram testing
    
    * Adding in changes suggested on GitHub1
    
    * Fixed function description
    
    * Took out all instances of  in example
    
    * update docs
    
    * Fixed small bug with section titles
    
    * Update matplotcheck/tests/test_base_data.py
    
    * reworded changelog
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Update setuptools from 46.1.1 to 46.1.3 (earthlab#231)
    
    * Title assert accepts strings (earthlab#229)
    
    * Fixed assert_title_contains to take strings as well as lists
    
    * Better implementation
    
    * Changelog update
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * M2r remove (earthlab#247)
    
    * Removed m2r from matplotcheck, and reformated code of conduct
    
    * Seeing if rebase works
    
    * removed an m2r import
    
    * Fixing up the docs a bit
    
    * changelog updates
    
    * # This is a combination of 2 commits.
    # This is the 1st commit message:
    
    Update setuptools from 42.0.2 to 45.2.0 (earthlab#190)
    
    raster inherits from vector rather than base (earthlab#76)
    
    Allow geodataframes in assert_polygons (earthlab#188)
    
    fixing a few syntax errors (earthlab#194)
    
    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * fixing a few syntax errors
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * remove tabls
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    update changelog for release
    
    Bump version: 0.1.1 → 0.1.2
    
    Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Assert string accept spaces (earthlab#205)
    
    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    
    Update codecov to 2.0.16 (earthlab#202)
    
    * Update codecov from 2.0.15 to 2.0.16
    
    * update from master (earthlab#211)
    
    * Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    * Assert string accept spaces (earthlab#205)
    
    * Made it so that assert_string_contains accepts key words with spaces
    
    * black
    
    * renaming function
    
    * Showed assert_title_contains working with a space in the keyword in vignette
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Co-authored-by: Leah Wasser <[email protected]>
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Contributors update (earthlab#213)
    
    * Added contributor rst file and moved that information out of the README file
    
    * Implemented requested changes to README
    
    Update setuptools from 45.2.0 to 46.0.0 (earthlab#215)
    
    Add Assert points function & cleanup duplicate methods (earthlab#203)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * Taking out redundant tests
    
    * Typo
    
    * Fixing how vector checks for truth value of a dataframe
    
    Update pytest from 5.3.5 to 5.4.1
    
    merge
    
    Additional vector tests (earthlab#212)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * First round of tests for vector
    
    * black
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * rough drafts of more tests
    
    * Added more tests for legends
    
    * Added more tests, and took out broken tests
    
    * small codacy fix
    
    * Fixed test!
    
    * Taking out redundant tests
    
    * Took out unneccesary tests
    
    * Added plt.close
    
    * Added more tests
    
    * Typo
    
    * more tests for uncovered parts of the vector file
    
    * black
    
    * Fixed issues with vector checking truth value of dataframe, and added tests
    
    * Fixing how vector checks for truth value of a dataframe
    
    * Added more coverage!
    
    * Broke tests up into individual files
    
    * black
    
    * Added tests for outlier cases
    
    * Update matplotcheck/tests/test_points.py
    
    typo
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * took plt.gca() out of tests
    
    * Added changes suggested on GitHub
    
    * Update CHANGELOG.md
    
    * fix import order
    
    * import order fix
    
    * import order
    
    * import order
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Add tests to the Autograde module (earthlab#224)
    
    * Added tests for the autograde module
    
    * removed unneccesary import
    
    * Fixing issues that were failing in base_data
    
    * codacy
    
    * flake8
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Update matplotcheck/tests/test_autograde.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * Updated changelog
    
    * flake8 fix
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Hist bin midpoints (earthlab#204)
    
    * Add a get and assert function for bin midpoints, as well as tests for those functions
    
    * Updated docstrings
    
    * Added changelog changes and fixed minor formatting issue
    
    * small flake8 fix
    
    * Added midpoints functionatlity to the vignette for histogram testing
    
    * Adding in changes suggested on GitHub1
    
    * Fixed function description
    
    * Took out all instances of  in example
    
    * update docs
    
    * Fixed small bug with section titles
    
    * Update matplotcheck/tests/test_base_data.py
    
    * reworded changelog
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Update setuptools from 46.1.1 to 46.1.3 (earthlab#231)
    
    Title assert accepts strings (earthlab#229)
    
    * Fixed assert_title_contains to take strings as well as lists
    
    * Better implementation
    
    * Changelog update
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    M2r remove (earthlab#247)
    
    * Removed m2r from matplotcheck, and reformated code of conduct
    
    * Seeing if rebase works
    
    * removed an m2r import
    
    * Fixing up the docs a bit
    
    * changelog updates
    
    Allow geodataframes in assert_polygons (earthlab#188)
    
    fixing a few syntax errors (earthlab#194)
    
    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * fixing a few syntax errors
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * remove tabls
    
    Co-authored-by: Nathan Korinek <[email protected]>
    
    Get images function (earthlab#193)
    
    * First draft of get_images function
    
    * Added a test for get_image
    
    * Changelog update
    
    * minor formatting change.
    
    * black changes
    
    * Update matplotcheck/raster.py
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Bump version: 0.1.1 → 0.1.2
    
    Add flake8 fix [WIP] (earthlab#199)
    
    * add flake 8
    
    * yay cleanup
    
    * update change log
    
    * add flake 8 dep
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * more line length issues
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * fixed test_base_axis.py
    
    * fixed text_base_data.py
    
    * fixed test_base_legends.py
    
    * fixed test_base_titles_captions.py
    
    * Format files to be flake8 acceptable (earthlab#197)
    
    * autograde flake8 fixes
    
    * Fixed base to be flake8 compliant (phew)
    
    * Made folium.py flake8 compliant
    
    * made notebook.py flake8 compliant
    
    * Fixed raster.py for flake8
    
    * Fixed timeseries.py
    
    * fixed conftest.py
    
    * fixed test_base.py
    
    * Fixed test_raster.py and issue with legends tests
    
    * black
    
    * more black changes
    
    * Fixing merge conflicts that were found
    
    * Changing accepted changes
    
    * minor changes
    
    * Changing to make CI happy, modified to pass black and make -B docs
    
    * Reformatting to make black and flake8 happy. Also updated crs assignment
    
    * Fixed formatting issue with timeseries
    
    * Better fix for timeseries formatting
    
    * Black
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    Contributors update (earthlab#213)
    
    * Added contributor rst file and moved that information out of the README file
    
    * Implemented requested changes to README
    
    Add Assert points function & cleanup duplicate methods (earthlab#203)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * Taking out redundant tests
    
    * Typo
    
    * Fixing how vector checks for truth value of a dataframe
    
    Additional vector tests (earthlab#212)
    
    * Added a get_points() and assert_points() function to the vector tester.
    
    * Added in get_points() and assert_points() functions with tests
    
    * Added proper documentation
    
    * Small fix to please codacy
    
    * black
    
    * Updated changelog
    
    * First round of tests for vector
    
    * black
    
    * Rough draft for bug fix
    
    * Fixed bug with multiple geometries plotted alongside bug with identical x values causing failure!
    
    * typo
    
    * Fixed small bug with markersize
    
    * Added comments explaining code
    
    * rough drafts of more tests
    
    * Added more tests for legends
    
    * Added more tests, and took out broken tests
    
    * small codacy fix
    
    * Fixed test!
    
    * Taking out redundant tests
    
    * Took out unneccesary tests
    
    * Added plt.close
    
    * Added more tests
    
    * Typo
    
    * more tests for uncovered parts of the vector file
    
    * black
    
    * Fixed issues with vector checking truth value of dataframe, and added tests
    
    * Fixing how vector checks for truth value of a dataframe
    
    * Added more coverage!
    
    * Broke tests up into individual files
    
    * black
    
    * Added tests for outlier cases
    
    * Update matplotcheck/tests/test_points.py
    
    typo
    
    Co-Authored-By: Leah Wasser <[email protected]>
    
    * took plt.gca() out of tests
    
    * Added changes suggested on GitHub
    
    * Update CHANGELOG.md
    
    * fix import order
    
    * import order fix
    
    * import order
    
    * import order
    
    Co-authored-by: Leah Wasser <[email protected]>
    
    # This is the commit message #2:
    
    Update setuptools from 46.1.1 to 46.1.3 (earthlab#231)
    
    * fix copyright on docs (earthlab#244)
    
    * Add pillow (earthlab#254)
    
    * add pillow as a dev requirement
    
    * update for pillow addition
    
    * Changed the changelog to an rst file instead of a markdown file and added it to the docs build.
    
    * Put changelog changes into the new changelog lol
    
    Co-authored-by: pyup.io bot <[email protected]>
    Co-authored-by: Leah Wasser <[email protected]>
    3 people committed May 1, 2020
    Configuration menu
    Copy the full SHA
    efab5a2 View commit details
    Browse the repository at this point in the history
  2. setup greetings! (earthlab#257)

    Leah Wasser authored and nkorinek committed May 1, 2020
    Configuration menu
    Copy the full SHA
    a7dfdc7 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Final changes

    marty-larocque committed May 4, 2020
    Configuration menu
    Copy the full SHA
    473098a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ef9703 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. delete markdown changelog

    Leah Wasser authored May 7, 2020
    Configuration menu
    Copy the full SHA
    c3990da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1949eeb View commit details
    Browse the repository at this point in the history
  3. merge

    nkorinek committed May 7, 2020
    Configuration menu
    Copy the full SHA
    7b887bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a2252a View commit details
    Browse the repository at this point in the history
  5. merge with masster

    nkorinek committed May 7, 2020
    Configuration menu
    Copy the full SHA
    176e613 View commit details
    Browse the repository at this point in the history
  6. fixed merge error

    nkorinek committed May 7, 2020
    Configuration menu
    Copy the full SHA
    16af26b View commit details
    Browse the repository at this point in the history
  7. black

    nkorinek committed May 7, 2020
    Configuration menu
    Copy the full SHA
    8059586 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    cc2d740 View commit details
    Browse the repository at this point in the history