could not import Base.add! into NumericExtensions
just to let you know:
julia> using NumericExtensions
Warning: could not import Base.add! into NumericExtensions
WARNING: deprecated syntax "(ASCIIString=>Int)[]" at /home/workerm/.julia/v0.4/NumericExtensions/src/benchmark.jl:16.
Use "Dict{ASCIIString,Int}()" instead.
julia>
julia> versioninfo() Julia Version 0.4.0-dev+3966 Commit 0d3bed3* (2015-03-22 17:59 UTC) Platform Info: System: Linux (x86_64-unknown-linux-gnu) CPU: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge) LAPACK: libopenblas LIBM: libopenlibm LLVM: libLLVM-3.6.0
julia>
maybe related: https://github.com/lindahua/NumericExtensions.jl/pull/45
maybe you could update the version to include the fix for normal: Pkg.add
@lindahua is this simply a matter of changing the info in meta?
I think we should add a upper limit to julia 0.3.
The Julia base has been pretty fast in computing things. This package is not very useful when julia 0.4 released.
Okay... Are all the functions available from base? For example logexpsum. I know it's simple to define, but would be nice to have it available without copying it into each and every project.
logsumexp is now available in StatsBase.
That is where I had seen it. Thanks @lindahua !