Added "d", to dump the current view to the terminal. Tracebacks fill the terminal now, and expand when dumped. The final lines of dump tell you how to access the object you were looking at in Python. Fixed (try 2!) Python 3.7/3.8 support (and added a test this time). Non-finite values shouldn't stop a histogram plotting now, and `--iterm` can be used in a dark terminal. Finally, `uproot-browser` is now part of Scikit-HEP!
What's Changed
* tests: adding a test for tree view by henryiii in https://github.com/scikit-hep/uproot-browser/pull/30
* feat: dump to terminal on quit by henryiii in https://github.com/scikit-hep/uproot-browser/pull/31
* fix: non finite values removed by henryiii in https://github.com/scikit-hep/uproot-browser/pull/34
* fix: hack around color problem in itermplot by henryiii in https://github.com/scikit-hep/uproot-browser/pull/35
* chore: move to scikit-hep by henryiii in https://github.com/scikit-hep/uproot-browser/pull/36
* chore: bump to version 0.4.0 by henryiii in https://github.com/scikit-hep/uproot-browser/pull/37
**Full Changelog**: https://github.com/scikit-hep/uproot-browser/compare/v0.3.1...v0.4.0