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

Requires Julia 0.3

Open svillemot opened this issue 11 years ago • 4 comments

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.

svillemot avatar Jan 29 '14 10:01 svillemot

Updated as of v0.4.1

lindahua avatar Jan 29 '14 18:01 lindahua

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.

svillemot avatar Jan 30 '14 11:01 svillemot

I will try to fix this later soon.

lindahua avatar Jan 30 '14 14:01 lindahua

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

IainNZ avatar Mar 01 '14 15:03 IainNZ