diff --git a/.zenodo.json b/.zenodo.json index 2355ff48..63868a86 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -5,6 +5,11 @@ "name": "Wasser, Leah", "orcid": "0000-0002-8177-6550" }, + { + "affiliation": "Earth Lab, University of Colorado - Boulder", + "name": "Korinek, Nathan", + "orcid": "0000-0003-0859-7246" + }, { "name": "LaRocque, Ryan", "orcid": "0000-0003-2540-1428" diff --git a/CHANGELOG.md b/CHANGELOG.md index 6717f783..b061a7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] * 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) diff --git a/README.md b/README.md index 614d97c6..75cada70 100644 --- a/README.md +++ b/README.md @@ -111,35 +111,18 @@ vt.assert_polygons(polygons_expected=polygons) Caveats: This repo likely misses edge cases of the many ways matplotlib plots can be created. Please feel free to submit bugs! - ## Active Contributors -- Leah Wasser - -## Dev Setup (to be moved to contributing) - -setup the matplotcheck envt - -``` -conda env create -f environment.yml -conda activate matplotcheck-dev -``` - -Then setup all of the development requirements. - -``` -pip install -e . -pip install -r dev-requirements.txt -pre-commit install -``` +Leah Wasser +Nathan Korinek ## Contributors We've welcome any and all contributions. Below are some of the contributors to MatPlotCheck. -Kylen Solvik -Kylen Solvik +Ryan Larocque +Kylen Solvik Kristen Curry ## How to Contribute