NumericExtensions.jl icon indicating copy to clipboard operation
NumericExtensions.jl copied to clipboard

could not import Base.add! into NumericExtensions

Open peter1000 opened this issue 11 years ago • 5 comments

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

peter1000 avatar Mar 23 '15 15:03 peter1000

@lindahua is this simply a matter of changing the info in meta?

pkofod avatar Apr 22 '15 08:04 pkofod

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.

lindahua avatar Apr 22 '15 09:04 lindahua

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.

pkofod avatar Apr 22 '15 09:04 pkofod

logsumexp is now available in StatsBase.

lindahua avatar Apr 22 '15 09:04 lindahua

That is where I had seen it. Thanks @lindahua !

pkofod avatar Apr 22 '15 09:04 pkofod