JuliaMath / Calculus.jl

Calculus functions in Julia
Other
278 stars 76 forks source link

Turn on precompilation #76

Closed timholy closed 9 years ago

johnmyleswhite commented 9 years ago

Just FYI, @timholy, I'm working on splitting out the finite difference code and the symbolic differentiation code so that we can two new packages to replace this one. They'll share the same interface as ForwardDiff to make it easier to transition between the packages.

timholy commented 9 years ago

Good to know, and thanks for your efforts here!

timholy commented 9 years ago

Possible to tag a new release? I'm getting test failures due to the ambiguous-precompilation-order problem.

johnmyleswhite commented 9 years ago

I'll do a tag now