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

MAINT, DOC: prepare for 1.4.0 "final" release #11221

Merged
merged 6 commits into from
Dec 16, 2019

Conversation

tylerjereddy
Copy link
Contributor

@tylerjereddy tylerjereddy commented Dec 15, 2019

Contains:

One residual concern I have is the ARM test failure in conda-forge as noted in #11219, but presumably this can be circumvented with a patch provided to @isuruf / their team if needed. I'm pretty sure we still consider our ARM binaries "experimental" at the moment anyway.

tylerjereddy and others added 6 commits December 15, 2019 10:38
* set version to 1.4.0 "final" (remove rc2)
and set ISRELEASED  to False for now
Some tests need slightly higher absolute tolerance in variation of
their results on aarch64 compared to the default.  The tolerances are
all still in the same order of magnitude so fix them up so that tests
pass on aarch64 and ppc64le.
The tolerance bump for aarch64 should help ppc64le as well.
test_maxiter_worsening for gmres deviates slightly from 5x best_error
on aarch64.  Fix this by bumping up the tolerance from 5x to 7x to
accommodate for the deviation.
…value selection

For real-valued unsymmetric problems, ARPACK can in some cases return
one extra eigenvalue.

The code that drops the extraneous eigenvalue did not take into account
that in shift-invert mode, the which= keyword applies to the
*transformed* eigenvalues, and dropped sometimes the wrong eigenvalue.

Moreover, fix sort order in this case for 'LM', 'LR', 'LI' modes
(largest items come first).
* release notes now account for backported
PRs: 11181, 11182, 11199

* remove note indicating that 1.4.0 is not
released yet, as we prepare for the final
release
@tylerjereddy tylerjereddy added Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org maintenance Items related to regular maintenance tasks labels Dec 15, 2019
@tylerjereddy tylerjereddy added this to the 1.4.0 milestone Dec 15, 2019
@tylerjereddy
Copy link
Contributor Author

Alright, backport CI is green & has a reviewer approval, in it goes.

We'll deal with conda-forge issues with an external patch if needed for ARM then.

@tylerjereddy tylerjereddy merged commit 2d85bb2 into scipy:maintenance/1.4.x Dec 16, 2019
@tylerjereddy tylerjereddy deleted the scipy-140-rel-prep branch December 16, 2019 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org maintenance Items related to regular maintenance tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants