JuliaAlgebra / DynamicPolynomials.jl

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

Update to 0.7 (only) #31

Closed saschatimme closed 6 years ago

saschatimme commented 6 years ago

This updates the package to work without any deprecation warnings with Julia 0.7-rc2.0. There is a parallel update for MultivariatePolynomials.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.6%) to 99.634% when pulling e08321a833040c0dd18afca7619ef139e524d871 on 0.7-only into 09bd7915f6dd1e6f4e98ba93d8d8b28ef5e4190e on master.

codecov-io commented 6 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.59%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   99.04%   99.63%   +0.59%     
==========================================
  Files          15       14       -1     
  Lines         731      546     -185     
==========================================
- Hits          724      544     -180     
+ Misses          7        2       -5
Impacted Files Coverage Δ
src/term.jl 100% <ø> (ø) :arrow_up:
src/mono.jl 100% <ø> (ø) :arrow_up:
src/DynamicPolynomials.jl 100% <ø> (ø) :arrow_up:
src/var.jl 100% <100%> (ø) :arrow_up:
src/poly.jl 98.71% <100%> (-1.29%) :arrow_down:
src/monovec.jl 98.97% <100%> (+1.3%) :arrow_up:
src/ncmult.jl 100% <0%> (ø) :arrow_up:
... and 11 more

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 09bd791...e08321a. Read the comment docs.