Skip to content

Commit

Permalink
REV: reintroduce csgraph import in scipy.sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
APwhitehat committed Jan 11, 2018
1 parent b646ff4 commit 66f886d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scipy/sparse/__init__.py
Expand Up @@ -237,6 +237,9 @@
from .extract import *
from ._matrix_io import *

# For backward compatibility with v0.19.
from . import csgraph

__all__ = [s for s in dir() if not s.startswith('_')]

from scipy._lib._testutils import PytestTester
Expand Down

0 comments on commit 66f886d

Please sign in to comment.