Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

could not import Base.add! into NumericExtensions #52

Open
peter1000 opened this issue Mar 23, 2015 · 5 comments
Open

could not import Base.add! into NumericExtensions #52

peter1000 opened this issue Mar 23, 2015 · 5 comments

Comments

@peter1000
Copy link

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: #45

maybe you could update the version to include the fix for normal: Pkg.add

@pkofod
Copy link

pkofod commented Apr 22, 2015

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

@lindahua
Copy link
Owner

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.

@pkofod
Copy link

pkofod commented Apr 22, 2015

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.

@lindahua
Copy link
Owner

logsumexp is now available in StatsBase.

@pkofod
Copy link

pkofod commented Apr 22, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants