This release adds neighborlist filters and removes support for python 3.6.
### Added
* Filter neighborlists with `freud.locality.FilterSANN` and `freud.locality.FilterRAD`.
### Fixed
* Neighborlists generated by certain compute objects now exist after the compute object is garbage collected.
* All source files have the freud license header at the top.
* The `compute()` method of each compute object returns self.
### Changed
* Documentation renders with the furo theme.
### Removed
* Support for Python 3.6