Skip to content

Releases: hchau630/ricciardi

v0.1.6

06 Feb 21:32
Compare
Choose a tag to compare
  • add vmap support (literally just added one line of code)
    Full Changelog: v0.1.5...v0.1.6

Release 0.1.5

04 Jul 22:19
Compare
Choose a tag to compare

Minor update:

  • slightly more optimized ricciardi function
  • slightly better documentation.

Full Changelog: v0.1.4...v0.1.5

Release 0.1.4

11 May 03:25
Compare
Choose a tag to compare
  • Add support for integer tensor inputs
  • More elegant NaN gradient handling for large negative inputs resulting in improved performance

Full Changelog: v0.1.3...v0.1.4

Release 0.1.3

10 May 20:51
Compare
Choose a tag to compare
  • Minimum supported Python version set to 3.9
  • Added support for torch.bfloat16
  • Added type hints

Full Changelog: v0.1.2...v0.1.3

Release 0.1.2

25 Apr 22:35
Compare
Choose a tag to compare
  • Add precision level option to ricciardi and appropriately handle half or double precision inputs.

Release 0.1.1

21 Apr 18:56
Compare
Choose a tag to compare
  • Removed a (somewhat) unnecessary .double() call for improved performance with a very slight accuracy tradeoff.