This relatively large update contains several important features:
* The user now has different options for performing projections in the `Projector` class, which can be selected by the `method` input variable to `Projector`. One new method, `aug_recip`, is slightly faster and theoretically more precise because of lack of aliasing (though in practice there isn't a big difference, and `aug_recip` has some small (about 0.02) normalization issues to tough systems like vacancies. This is likely on the part of the DFT output though, not the method itself.
* `site.cfg.default` has been added, which provides a bunch of default build instructions for the C extensions. Users can override these options with `~/.pawpyseed-site.cfg`, and instructions for how to do so to get more reliable installations is in the README.
* Debug tools have been added (primarily for developers) to assess how good a basis set the partial waves are for a given pseudowavefunction. This is very preliminary, and just prints a bunch of values for now.