What’s Changed
* tidy up the changelog
- Fix bullet list spacing issues
- Fix 0.10. formatting
- Drop roadmap_and_changelog.rst and move changelog.rst to the top level of the table of contents
* DataContext.run_validation_operator() now raises a DataContextError if:
- no batches are passed
- batches are of the the wrong type
- no matching validation operator is found in the project
* Clarified scaffolding language in suite scaffold notebook
* DataContext.create() adds an additional directory: `checkpoints`
* Removed some dead code: mmkdir whack-a-mole (1360) ayirplm
* Additional cli commands, including `suite delete`, `datasource delete`, `docs clean` and more (1303) ayirplm
* Clarified scaffolding language in scaffold notebook (1355) Aylr
* DataContext.create() adds an additional directory: `checkpoints` (1337) Aylr
* Improve test robustness (1333) jcampbell
* improvements to ge.read_json tests
* DataContext.run_validation_operator() now raises errors if no batches are passed or if they are of the wrong type. (1354) Aylr
* CLN: General suggestions for improved code quality (1342) sbrugman
* Delete types_of_contributions.rst (1353) abegong
* Docs/tidy up changelog (1346) abegong
* CLN: Completely Remove Python 2 Legacy Code (1341) sbrugman
* CLN: Remove PY2/PY3 flags (1339) jschendel
* Don't install tests and examples as packages (1340) tsanikgr
* Enhance read.json Tests Closes 205 (1345) chipmyersjr
* DOCS: Documentation review (1343) sbrugman
* Pin github stale action to v2 (1349) hross
Deprecating Soon
* Marked tap command for deprecation in next major release