diff --git a/VERSION b/VERSION index 06a445799f..4fe56315a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1 \ No newline at end of file +3.2 \ No newline at end of file diff --git a/arch/univariate/base.py b/arch/univariate/base.py index eb54f210e1..d80fb585db 100644 --- a/arch/univariate/base.py +++ b/arch/univariate/base.py @@ -1321,7 +1321,7 @@ def std_err(self): """ Parameter standard error """ - return pd.Series(np.sqrt(diag(self.param_cov)), + return pd.Series(sqrt(diag(self.param_cov)), index=self._names, name='std_err') @cache_readonly diff --git a/building/binstar/meta.yaml b/building/binstar/meta.yaml index c0509a997e..63372b7026 100644 --- a/building/binstar/meta.yaml +++ b/building/binstar/meta.yaml @@ -1,6 +1,6 @@ package: name: arch - version: "3.0" + version: "3.2" source: git_url: https://github.com/bashtage/arch.git diff --git a/building/binstar_windows.bat b/building/binstar_windows.bat index d4eb999d92..8e7a0c561c 100644 --- a/building/binstar_windows.bat +++ b/building/binstar_windows.bat @@ -31,7 +31,6 @@ set NPY_VERSION=18 19 ) ELSE ( call python3_setup.bat ) - set PATH=C:\Program Files (x86)\Git\bin;%PATH%; set CONDA_PY=%%P set CONDA_NPY=%%N echo Python: !CONDA_PY!, NumPy: !CONDA_NPY!