MuladdMacro.jl Versions Save

This package contains a macro for converting expressions to use muladd calls and fused-multiply-add (FMA) operations for high-performance in the SciML scientific machine learning ecosystem

v0.2.4

1 year ago

MuladdMacro v0.2.4

Diff since v0.2.3

Merged pull requests:

  • canonize docs (#33) (@ArnoStrouwen)

v0.2.3

1 year ago

MuladdMacro v0.2.3

Diff since v0.2.2

Closed issues:

  • make docs (#25)

Merged pull requests:

  • Install TagBot as a GitHub Action (#17) (@JuliaTagBot)
  • MassInstallAction: Install the TagBot workflow on this repository (#18) (@christopher-dG)
  • MassInstallAction: Install the GitHubActionsCI workflow on this repository (#19) (@christopher-dG)
  • mention restrictions of at-muladd (#20) (@ranocha)
  • CI for LTS (#21) (@ChrisRackauckas)
  • format SciML Style (#23) (@ChrisRackauckas)
  • [skip ci] badges (#24) (@ArnoStrouwen)
  • Create invalidations.yml (#26) (@ranocha)
  • Delete CompatHelper.yml (#27) (@devmotion)
  • Update CI (#29) (@devmotion)
  • Add docs (#30) (@devmotion)
  • updated README and make.jl with new sciml doc links. (#31) (@00krishna)

v0.2.2

4 years ago

v0.2.2 (2020-01-16)

Diff since v0.2.1

Closed issues:

  • use if instead of MacroTools (#9)

Merged pull requests:

v0.2.1

5 years ago

v0.2.0

5 years ago

v0.1.0

5 years ago

v0.0.2

6 years ago

This makes it now preserve the ordering. I suspect this library should be pretty stable from here on out? Thus the quick tag.

v0.0.1

6 years ago

This is the initial release which splits the code off from DiffEqBase.jl. While not a large package, its a sufficiently nontrivial thing to get right in this generality which we hope can be more generally useful.