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(fix): Add deprecation warning for accidental imports #19316

Merged
merged 3 commits into from May 18, 2020

Commits on May 14, 2020

  1. maint(fix): Add deprecation warning for accidental imports

    In sympy#18245 a number of modules were
    removed from the list of names imported by
    
       from sympy import *
    
    This adds those names back although with most of them wrapped in an
    object that emits DeprecationWarning each time it is accessed.
    oscarbenjamin committed May 14, 2020
    Configuration menu
    Copy the full SHA
    858a968 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. maint(fix): Add deprecation warning for accidental imports

    This commit clarifies the comments about what will or will not be
    importable in future.
    oscarbenjamin committed May 15, 2020
    Configuration menu
    Copy the full SHA
    4924845 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. maint(fix): Add deprecation warning for accidental imports

    Clarify comments in __init__.py add docstring for DeprecatedImportModule
    oscarbenjamin committed May 16, 2020
    Configuration menu
    Copy the full SHA
    1e565a7 View commit details
    Browse the repository at this point in the history