Releases: SciML/MuladdMacro.jl
Releases · SciML/MuladdMacro.jl
v0.2.4
v0.2.3
MuladdMacro v0.2.3
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
v0.2.2 (2020-01-16)
Closed issues:
- use
if
instead of MacroTools (#9)
Merged pull requests:
- Drop MacroTools dependency (#15) (oxinabox)
- CompatHelper: add new compat entry for "MacroTools" at version "0.5" (#14) (github-actions[bot])
- Add Project.toml (#13) (YingboMa)
- Add CITATION.bib (#12) (asinghvi17)
Improve performance
Merge pull request #11 from JuliaDiffEq/if Better fix for #9
Handle subtractions
Merge pull request #7 from JuliaDiffEq/macrotools Handle subtractions and use MacroTools
v0.7 release
Merge pull request #6 from ksmcreynolds/master 0.7 updates
Reverse muladd application
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
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.