What's Changed
* doc: fix issue with positional encoding doc not rendering equation by jmclong in https://github.com/jmclong/random-fourier-features-pytorch/pull/5
* fix: use register_buffer instead of creating parameter with no grad for b by jmclong in https://github.com/jmclong/random-fourier-features-pytorch/pull/7
* test: add test for state_dict and b by jmclong in https://github.com/jmclong/random-fourier-features-pytorch/pull/8
* chore: cut 1.0.1, add test, fix deprecation warning on meshgrid by jmclong in https://github.com/jmclong/random-fourier-features-pytorch/pull/9
**Full Changelog**: https://github.com/jmclong/random-fourier-features-pytorch/compare/v1.0.0...v1.0.1