Skip to content
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

breaking changes #381

Merged
merged 27 commits into from Feb 19, 2022
Merged

breaking changes #381

merged 27 commits into from Feb 19, 2022

Conversation

jverzani
Copy link
Member

@jverzani jverzani commented Dec 30, 2021

  • drop Intervals dependency (remove export of domain, use internal Interval method
  • drop support for pre v1.6
  • clean up docs a bit
  • more use of Var(:x) for default symbol for type stability
  • just use \ for linear solve
  • minor change for consistency to map(p::Polynomial,...)

@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #381 (f3767ae) into master (9a6d167) will increase coverage by 4.66%.
The diff coverage is 65.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #381      +/-   ##
==========================================
+ Coverage   78.49%   83.15%   +4.66%     
==========================================
  Files          23       23              
  Lines        2771     2808      +37     
==========================================
+ Hits         2175     2335     +160     
+ Misses        596      473     -123     
Impacted Files Coverage Δ
src/polynomials/ImmutablePolynomial.jl 93.33% <0.00%> (-0.79%) ⬇️
src/rational-functions/common.jl 71.48% <ø> (ø)
src/show.jl 77.39% <ø> (ø)
src/abstract.jl 42.85% <27.77%> (-6.04%) ⬇️
src/polynomials/SparsePolynomial.jl 98.31% <50.00%> (ø)
src/polynomials/standard-basis.jl 87.81% <50.00%> (-0.28%) ⬇️
src/contrib.jl 82.02% <54.16%> (-10.29%) ⬇️
src/polynomials/LaurentPolynomial.jl 89.79% <66.66%> (ø)
src/common.jl 89.33% <100.00%> (-0.07%) ⬇️
src/plots.jl 82.75% <100.00%> (ø)
... and 5 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 9a6d167...f3767ae. Read the comment docs.

* use \ operator for pivoting with qr
@jverzani jverzani merged commit 6153edc into master Feb 19, 2022
@jverzani jverzani deleted the v3 branch February 19, 2022 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant