Releases: jmclong/random-fourier-features-pytorch
Releases · jmclong/random-fourier-features-pytorch
v1.0.1
What's Changed
- doc: fix issue with positional encoding doc not rendering equation by @jmclong in #5
- fix: use register_buffer instead of creating parameter with no grad for b by @jmclong in #7
- test: add test for state_dict and b by @jmclong in #8
- chore: cut 1.0.1, add test, fix deprecation warning on meshgrid by @jmclong in #9
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Identical to v0.2-beta.
I am updating version number to convey that this is a stable API. I have added some extra GitHub workflows to verify code coverage and update documentation appropriately.
Full Changelog: v0.2-beta...v1.0.0