[julia-users] Re: NumericExtensions not working on julia-0.5?

2016-09-14 Thread Neal Becker
Kristoffer Carlsson wrote: > Do > note: > https://github.com/lindahua/NumericExtensions.jl/commit/16193a86ad0589520f944680a248ad36e3242682 > . ... Yes, it seems StatsFuns (shouldn't that be spelled StatsFuncs?) has logsumexp.

[julia-users] Re: NumericExtensions not working on julia-0.5?

2016-09-14 Thread Kristoffer Carlsson
Do note: https://github.com/lindahua/NumericExtensions.jl/commit/16193a86ad0589520f944680a248ad36e3242682 . The Union()s need to be Union{} to work on 0.5. On Wednesday, September 14, 2016 at 2:16:11 PM UTC+2, Neal Becker wrote: > > julia> using NumericExtensions: logsumexp > INFO: