Skip to content

Commit

Permalink
Merge pull request #84 from bashtage/update-build
Browse files Browse the repository at this point in the history
Update build
  • Loading branch information
bashtage committed Aug 7, 2015
2 parents 85ff667 + 7fdf94f commit 56ad1fb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1
3.2
2 changes: 1 addition & 1 deletion arch/univariate/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion building/binstar/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: arch
version: "3.0"
version: "3.2"

source:
git_url: https://github.com/bashtage/arch.git
Expand Down
1 change: 0 additions & 1 deletion building/binstar_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 56ad1fb

Please sign in to comment.