The main feature of this release is that it now replaces the repo template files with templates for the destination repo, and substitutes variables inside.
In this release:
* Use a `setup.cfg` setting for py.test paths, and remove the code that munged `sys.path` in the test files.
* Try to use a more reliable path to the Caltech logo image.
* Remove LICENSE.html file because it confuses GitHub.
Many files touched, including `Makefile`, `setup.py`, `CITATION.cff`, others. Also, added GitHub issue and PR templates, and a starting point for writing tests. The `Makefile` has new targets for "make tests" and "make lint".
This release changes the default `.gitignore` contents and the recommended practices around it.
The new approach is to add _only_ project-specific rules in the `.gitignore`. Rules that apply to a person's way of doing things (and the particular tools they happen to use) should instead go into a user's global git ignore file. For example, Emacs ...