Skip to content

Releases: compintell/Mooncake.jl

v0.2.2

30 Apr 12:12
0f7976c
Compare
Choose a tag to compare

Tapir v0.2.2

Diff since v0.2.1

Merged pull requests:

v0.2.1

29 Apr 20:29
fd12ee7
Compare
Choose a tag to compare

Tapir v0.2.1

Diff since v0.2.0

Merged pull requests:

Closed issues:

  • Globals (#41)

v0.2.0

29 Apr 12:19
965b98b
Compare
Choose a tag to compare

Tapir v0.2.0

Diff since v0.1.2

Merged pull requests:

Closed issues:

  • DifferentiationInterface supports Tapir! (#107)
  • Tapir.value_and_pullback!! and mutation (#113)
  • Split reverse mode for Tapir (#115)
  • What happens to value_and_gradient!! if the output is not a Float64? (#116)
  • is_primitive doesn't invalidate methods in TICache (#120)

v0.1.2

01 Apr 17:04
aed1aec
Compare
Choose a tag to compare

Tapir v0.1.2

Diff since v0.1.1

Merged pull requests:

v0.1.1

01 Apr 15:54
513f57d
Compare
Choose a tag to compare

Tapir v0.1.1

Diff since v0.1.0

Merged pull requests:

v0.1.0

31 Mar 17:23
41a1561
Compare
Choose a tag to compare

Tapir v0.1.0

Merged pull requests:

Closed issues:

  • CI tests are broken (#2)
  • Understanding performance (#3)
  • Integration tests against DiffTests (#7)
  • Distributions.jl tests (#20)
  • Write input-validation tests (#21)
  • Practicalities of Incorporating Existing ChainRules (#24)
  • ReverseDiff limitations and issues (#25)
  • More restrictive use of the rrule name (#26)
  • Tests against all Array/AbstractArray APIs (#27)
  • Improve missing foreigncall error message (#30)
  • Add tests for KernelFunctions and AbstractGPs. (#45)
  • Update README to include source-2-source and interpreter modes for Taped (#92)
  • Array output seems to be initialized but not filled (#97)