Skip to content

Releases: SciML/MuladdMacro.jl

v0.2.4

25 Oct 00:31
c268755
Compare
Choose a tag to compare

MuladdMacro v0.2.4

Diff since v0.2.3

Merged pull requests:

v0.2.3

23 Oct 19:01
99b7464
Compare
Choose a tag to compare

MuladdMacro v0.2.3

Diff since v0.2.2

Closed issues:

  • make docs (#25)

Merged pull requests:

v0.2.2

16 Jan 18:18
v0.2.2
6825182
Compare
Choose a tag to compare

v0.2.2 (2020-01-16)

Diff since v0.2.1

Closed issues:

  • use if instead of MacroTools (#9)

Merged pull requests:

Improve performance

24 Jul 14:33
1edd7f4
Compare
Choose a tag to compare
Merge pull request #11 from JuliaDiffEq/if

Better fix for #9

Handle subtractions

15 Jul 11:56
d877284
Compare
Choose a tag to compare
Merge pull request #7 from JuliaDiffEq/macrotools

Handle subtractions and use MacroTools

v0.7 release

07 Jul 16:07
ce4b244
Compare
Choose a tag to compare
Merge pull request #6 from ksmcreynolds/master

0.7 updates

Reverse muladd application

02 Aug 23:34
Compare
Choose a tag to compare

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

Initial Release

31 Jul 10:18
Compare
Choose a tag to compare

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.