JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 21 forks source link

Fix errors on 1.0 #34

Closed saschatimme closed 6 years ago

saschatimme commented 6 years ago

It seems that 0.7 had no deprecation warning for Base.endof. With this change everything works on Julia 1.0 🎉

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.0007%) to 99.64% when pulling bad6004ea44988b22fad69516b96cd1079d271c9 on 1.0 into f31c81dfe5fd31794289164abf663cb6487629e6 on master.

codecov-io commented 6 years ago

Codecov Report

Merging #34 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   99.63%   99.63%   +<.01%     
==========================================
  Files          14       14              
  Lines         554      555       +1     
==========================================
+ Hits          552      553       +1     
  Misses          2        2
Impacted Files Coverage Δ
src/monovec.jl 98.97% <ø> (ø) :arrow_up:
src/poly.jl 98.73% <100%> (+0.01%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f31c81d...bad6004. Read the comment docs.