diff --git a/RELEASE.rst b/RELEASE.rst old mode 100755 new mode 100644 index 9e133ed324694..e41731131d888 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -136,6 +136,7 @@ pandas 0.11.0 .. _GH2898: https://github.com/pydata/pandas/issues/2898 .. _GH2909: https://github.com/pydata/pandas/issues/2909 + pandas 0.10.1 ============= diff --git a/pandas/core/frame.py b/pandas/core/frame.py old mode 100755 new mode 100644 index c50de028917d7..eb3dbfd01abd7 --- a/pandas/core/frame.py +++ b/pandas/core/frame.py @@ -53,6 +53,7 @@ from pandas.core.config import get_option + #---------------------------------------------------------------------- # Docstring templates diff --git a/pandas/tests/test_frame.py b/pandas/tests/test_frame.py old mode 100755 new mode 100644 index 2de7102dabc74..81fbc0fc4d84d --- a/pandas/tests/test_frame.py +++ b/pandas/tests/test_frame.py @@ -35,7 +35,6 @@ from numpy.testing.decorators import slow - def _skip_if_no_scipy(): try: import scipy.stats