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

New version: Polynomials v2.0.0 #31496

Merged
merged 1 commit into from
Mar 8, 2021

Conversation

JuliaRegistrator
Copy link
Contributor

UUID: f27b6e38-b328-58d1-80ce-0feddd5e7a45
Repo: https://github.com/JuliaMath/Polynomials.jl.git
Tree: 039e1916e84cbe204c5321cc0a21a55519532630

Registrator tree SHA: e934b8c55381f28735124f23e8f7e96d09b20416
JuliaRegistrator referenced this pull request in JuliaMath/Polynomials.jl Mar 8, 2021
* move symbol into type

* change what iteration means for a polynomial

* adjust integrate to return polynomial of same type, even if NaN

* clean up offset vector tests

* drop OffsetArrays dependency; clean up scalar operations for ImmutablePolynomial

* change some errors into ArgumentError

* replace isnothing; standardize check for same variable

* registerN remove, previously deprecated

* update documentation, add example to `extending.md`

* clean up integration, base on `integrate(p)`, not `integrate(p,c)`

* work on promotion for + and * operations; move computations into `common` for different storage types

* laurent polynomial depwarns removed

* fix basis symbol handling

* adjust evaluation so that implemented evalpoly instead of call syntax is expected.

* add example to extending; specialize evalpoly rather than call syntax

* refactor truncate! chop! move computations based on storage type into `common.jl`

* move things into common (zero, one,variable, basis)

* fix LaurentPolynomial evaluation to use faster `evalpoly`

* regularize treatment of indeterminate in zero,one,variable,basis
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch March 8, 2021 15:11 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2021

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit 35f492b into master Mar 8, 2021
@JuliaTagBot JuliaTagBot deleted the registrator/polynomials/f27b6e38/v2.0.0 branch March 8, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants