Skip to content

sagews/sage 10.4: fix deprecation #7731

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

Open
haraldschilly opened this issue Jul 31, 2024 · 0 comments
Open

sagews/sage 10.4: fix deprecation #7731

haraldschilly opened this issue Jul 31, 2024 · 0 comments

Comments

@haraldschilly
Copy link
Contributor

haraldschilly commented Jul 31, 2024

This is sage 10.4 vs. smc_sagews:

  1. Deprecation warning:
/cocalc/lib/python3.11/site-packages/smc_sagews/sage_salvus.py:697: DeprecationWarning: The function is_Matrix is deprecated; use 'isinstance(..., Matrix)' instead.
See https://github.com/sagemath/sage/issues/38077 for details

triggered by

@interact
def _(x=(-10..10)):
    print(x)
@haraldschilly haraldschilly changed the title sagews/sage 10.4: fix deprecatoin sagews/sage 10.4: fix deprecation Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant