NumericExtensions.jl
NumericExtensions.jl copied to clipboard
Requires Julia 0.3
The 0.4.0 release of NumericExtensions
does not work on Julia 0.2, since it requires ArrayViews
which needs julia >= 0.3.
Please update the REQUIRE
file accordingly.
Updated as of v0.4.1
Unfortunately that does not completely solve the issue, because Julia 0.2 still tries to download 0.4.0. I guess the right fix is to also update the file METADATA/NumericExtensions/versions/0.4.0/requires
.
I will try to fix this later soon.
##### Current package: NumericExtensions
INFO: Installing NumericExtensions v0.3.6
INFO: REQUIRE updated.
Warning: could not import Base.foldl into NumericExtensions
Warning: could not import Base.foldr into NumericExtensions
Warning: could not import Base.sum! into NumericExtensions
Warning: could not import Base.maximum! into NumericExtensions
Warning: could not import Base.minimum! into NumericExtensions
ERROR: test error during :((foldl(Subtract(),10,[4,7,9])===-(-(-(10,4),7),9)))
foldl not defined
in anonymous at test.jl:53
in do_test at test.jl:37
in include at boot.jl:238
at /home/idunning/pkgtest/.julia/v0.2/NumericExtensions/test/reduce.jl:50
at /home/idunning/pkgtest/.julia/v0.2/NumericExtensions/run_tests.jl:24
INFO: Removing NumericExtensions v0.3.6
INFO: REQUIRE updated.
seems like even v0.3.6 requires Julia 0.3