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

BUG: fix solve_lyapunov import #8082

Merged
merged 1 commit into from
Oct 26, 2017
Merged

BUG: fix solve_lyapunov import #8082

merged 1 commit into from
Oct 26, 2017

Conversation

mihaic
Copy link
Contributor

@mihaic mihaic commented Oct 25, 2017

Currently, scipy.linalg.solve_lyapunov is not importable.

The documentation says:
"The old name is kept for backwards-compatibility."
https://docs.scipy.org/doc/scipy/reference/release.1.0.0.html#other-changes

However, the old name is missing from __all__, so it is not picked up
by __init__.py, despite the request in issue #6622 which sparked the
rename:
#6622 (comment)

Currently, `scipy.linalg.solve_lyapunov` is not importable.

The documentation says:
"The old name is kept for backwards-compatibility."
https://docs.scipy.org/doc/scipy/reference/release.1.0.0.html#other-changes

However, the old name is missing from `__all__`, so it is not picked up
by `__init__.py`, despite the request in issue #6622 which sparked the
rename:
#6622 (comment)
@ilayn
Copy link
Member

ilayn commented Oct 25, 2017

I should have caught this. Thank you for the PR. It's actually #7105 which actually made the change (for the record).

@ilayn ilayn added backport-candidate This fix should be ported by a maintainer to previous SciPy versions. defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.linalg labels Oct 25, 2017
mihaic added a commit to mihaic/pymanopt that referenced this pull request Oct 25, 2017
In SciPy 1.0.0, `scipy.linalg.solve_lyapunov` is not importable. See
this PR for details:
scipy/scipy#8082

Signed-off-by: Mihai Capotă <mihai@mihaic.ro>
@person142 person142 added this to the 1.1.0 milestone Oct 26, 2017
@person142 person142 merged commit 2ab58ab into scipy:master Oct 26, 2017
@mihaic mihaic deleted the fix-solve-lyapunov-alias branch October 26, 2017 18:36
@rgommers rgommers modified the milestones: 1.1.0, 1.0.1 Mar 17, 2018
@rgommers rgommers mentioned this pull request Mar 17, 2018
@rgommers rgommers removed the backport-candidate This fix should be ported by a maintainer to previous SciPy versions. label Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected scipy.linalg
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants