Skip to content

Releases: jmclong/random-fourier-features-pytorch

v1.0.1

29 Oct 21:32
9ec87f3
Compare
Choose a tag to compare

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

20 May 16:15
Compare
Choose a tag to compare

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

v0.2-beta

18 May 02:13
1ae3b52
Compare
Choose a tag to compare

What's Changed

  • Create CODE_OF_CONDUCT.md by @jmclong in #1
  • fix: issue with layer becoming NumPy array by @jmclong in #3
  • fix: issue with PositionalEncoder arange not properly being created on device of Tensor by @jmclong in #4

New Contributors

Full Changelog: v0.1-beta...v0.2-beta

v0.1-beta

11 May 16:42
1bb8908
Compare
Choose a tag to compare
Update README.md