Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
8344d56
Merge pull request #1 from earthlab/master
nkorinek Feb 6, 2020
b87394d
Merge pull request #2 from earthlab/master
nkorinek Feb 12, 2020
7cf2703
Merge pull request #3 from earthlab/master
nkorinek Feb 12, 2020
c4d904e
Merge pull request #4 from earthlab/master
nkorinek Feb 13, 2020
c6deb54
Merge pull request #5 from earthlab/master
nkorinek Feb 13, 2020
30b4aa1
Merge pull request #7 from earthlab/master
nkorinek Feb 17, 2020
6ab2486
Merge pull request #8 from earthlab/master
nkorinek Mar 3, 2020
5077e25
Merge pull request #9 from earthlab/master
nkorinek Mar 7, 2020
4ff1b26
Merge pull request #10 from earthlab/master
nkorinek Mar 11, 2020
de25545
Merge pull request #11 from earthlab/master
nkorinek Mar 19, 2020
2f2f01d
Merge pull request #12 from earthlab/master
nkorinek Mar 19, 2020
031a710
Merge pull request #13 from earthlab/master
nkorinek Mar 20, 2020
7bb3216
Merge pull request #14 from earthlab/master
nkorinek Mar 23, 2020
cd169d3
Merge pull request #15 from earthlab/master
nkorinek Mar 24, 2020
e0e3c34
Merge pull request #16 from earthlab/master
nkorinek Mar 30, 2020
60e57e4
Merge pull request #17 from earthlab/master
nkorinek Apr 6, 2020
5569d18
Merge pull request #18 from earthlab/master
nkorinek Apr 20, 2020
90b8128
Update setuptools from 42.0.2 to 45.2.0 (#190)
pyup-bot Feb 11, 2020
c96321c
raster inherits from vector rather than base (#76)
Feb 12, 2020
8e26cba
Allow geodataframes in assert_polygons (#188)
nkorinek Feb 13, 2020
49c4c24
fixing a few syntax errors (#194)
Feb 13, 2020
da32ef9
update changelog for release
Feb 14, 2020
f842822
Bump version: 0.1.1 → 0.1.2
Feb 14, 2020
eee471f
Add flake8 fix [WIP] (#199)
nkorinek Mar 2, 2020
77e8f76
Assert string accept spaces (#205)
nkorinek Mar 6, 2020
99e961a
Update codecov to 2.0.16 (#202)
pyup-bot Mar 7, 2020
3c37b7d
Contributors update (#213)
nkorinek Mar 10, 2020
d2dfa5a
Update setuptools from 45.2.0 to 46.0.0 (#215)
pyup-bot Mar 10, 2020
6b142e8
Add Assert points function & cleanup duplicate methods (#203)
nkorinek Mar 19, 2020
7ea9490
Update pytest from 5.3.5 to 5.4.1
pyup-bot Mar 13, 2020
a782271
merge
nkorinek Apr 20, 2020
e7b4652
Additional vector tests (#212)
nkorinek Mar 23, 2020
0f2fc16
Add tests to the Autograde module (#224)
nkorinek Mar 24, 2020
27251c3
Hist bin midpoints (#204)
nkorinek Mar 26, 2020
f3c384f
Update setuptools from 46.1.1 to 46.1.3 (#231)
pyup-bot Mar 26, 2020
654b3d1
Title assert accepts strings (#229)
nkorinek Apr 2, 2020
34e20da
M2r remove (#247)
nkorinek Apr 20, 2020
eb4c2d8
merge
nkorinek Apr 20, 2020
3f07d9b
# This is a combination of 2 commits.
pyup-bot Feb 11, 2020
beae1b5
Updating in order to squash commits!
nkorinek Apr 20, 2020
66b8206
fix copyright on docs (#244)
Apr 21, 2020
63fa4e0
Add pillow (#254)
Apr 23, 2020
f52150a
Merge
nkorinek Apr 27, 2020
5f0fd98
Merge branch 'earthlab-master'
nkorinek Apr 27, 2020
4e2ca19
Changed the changelog to an rst file instead of a markdown file and a…
nkorinek Apr 30, 2020
9624b86
Put changelog changes into the new changelog lol
nkorinek Apr 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions CHANGELOG.md

This file was deleted.

79 changes: 79 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
MatPlotCheck Release Notes
==========================

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_, and this project adheres to
`Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

Unreleased
----------

- 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)

0.1.2
-----

- Adding flake8 for format and other syntax issues! yay! (@lwasser,
#195)
- Created a vignette covering the testing of histograms (@ryla5068,
#149)
- Created ``get_plot_image()`` function for the RasterTester object
(@nkorinek, #192)
- Allowed ``assert_polygons()`` to accept GeoDataFrames and added tests
(@nkorinek, #175)
- raster test inherits from vector to allow for multi layer plot
testing (@lwasser, #75)

0.1.1
-----

- Added test for bin heights of histograms (@ryla5068, #124)
- Added support for overlapping histograms in histogram tests
(@ryla5068, #123)

0.1.0
-----

- Created a vignette covering base plot tester functionality
(@ryla5068, #122)
- fix pip version to ensure pyproj installs in black tox envt
(@lwasser, #144)
- Changed ``get_caption()`` to return a string (@ryla5068, #125)
- Updated ``assert_xlabel_ydata()`` to support pulling text from
x-labels (@ryla5068, #125)
- Fixed ``assert_xydata()`` incorrectly failing on some floating point
numbers (@ryla5068, #124)
- Updated all string content assertions in base to use the same syntax
(@ryla5068, #132)
- Moved tests for titles to ``test_base_titles.py`` (@ryla5068, #115)
- Created ``test_base_data.py`` for data tests (@ryla5068, #114)
- Added custom error messages to all assert functions in base module
(@ryla5068, #106)
- Added all missing docstrings to base module and updated existing ones
(@ryla5068, #102)
- Added significant test coverage to base module (@ryla5068, #101)
- Replaced references to EarthPy in CONTRIBUTING.rst (@ryla5068, #100)
- Add tests for raster module (@kysolvik, #32)
- Added tests for base module – legend check methods (@kysolvik, #38)
- Added tests for base modules – axis check methods (@kysolvik, #37)
- Add conftest.py to centralize pytest fixtures (@kysolvik, #35)
- Fix issue with pip 19.1 breaking appveyor build (@kysolvik, #46)
- Fix Python version mismatch in pre-commit hook vs dev environment
(@kysolvik, #31)
- Adding cross platform builds to CI
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../CHANGELOG.rst
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ It currently supports.
Examples Gallery <gallery_vignettes/index>
contributing
code-of-conduct
changelog

Indices and tables
==================
Expand Down