-
Notifications
You must be signed in to change notification settings - Fork 18
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
Comments
@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. |
|
That is where I had seen it. Thanks @lindahua ! |
just to let you know:
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
The text was updated successfully, but these errors were encountered: