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

Release 0.5.4 option2 #236

Merged
merged 10 commits into from
Nov 12, 2019
Merged

Release 0.5.4 option2 #236

merged 10 commits into from
Nov 12, 2019

Conversation

mfalt
Copy link
Member

@mfalt mfalt commented Nov 4, 2019

Similar to #234 but without sorting of eigenvalues. The sorting therefore defaults to that of the solver, which in LAPACK keeps complex conjugated poles together, and the same seems to be true for GenericLinearAlgebra.

This would potentially be breaking for users in Julia 1.2 if they expect a specific ordering, although no ordering was documented. The same is true for users of Julia < 1.2 with the other alternative.

I had to copy and edit roots from Polynomials.jl since it orders by default.

src/utilities.jl Outdated Show resolved Hide resolved
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 53.971% when pulling 003c353 on release-0.5.4-option2 into 1e113ca on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.5%) to 53.971% when pulling 003c353 on release-0.5.4-option2 into 1e113ca on master.

@mfalt mfalt mentioned this pull request Nov 12, 2019
@mfalt
Copy link
Member Author

mfalt commented Nov 12, 2019

Set Polynomials to use new print interface (>=0.6.0).
There was a bad bug in DSP (0.6.0) should we set DSP (>=0.6.1) to avoid JuliaDSP/DSP.jl#320 ?
Bump out version to 0.5.4

If tests pass I think we should pull this. @baggepinnen ? @olof3 ?

@mfalt mfalt merged commit 9fec5de into master Nov 12, 2019
Copy link
Member

@baggepinnen baggepinnen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@baggepinnen baggepinnen deleted the release-0.5.4-option2 branch January 17, 2021 15:55
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.

3 participants