Skip to content

Commit

Permalink
Merge pull request #57 from pandegroup/pandegroup
Browse files Browse the repository at this point in the history
Change links to point to pandegroup/osprey
  • Loading branch information
rmcgibbo committed Nov 14, 2014
2 parents 2c53f9e + 434807d commit 682967f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Osprey
======
[![Build Status](https://travis-ci.org/rmcgibbo/osprey.svg?branch=master)](https://travis-ci.org/rmcgibbo/osprey) [![PyPi version](https://pypip.in/v/osprey/badge.png)](https://pypi.python.org/pypi/osprey/) [![Supported Python versions](https://pypip.in/py_versions/osprey/badge.svg)](https://pypi.python.org/pypi/osprey/) [![License](https://pypip.in/license/osprey/badge.svg)](https://pypi.python.org/pypi/osprey/)
[![Build Status](https://travis-ci.org/pandegroup/osprey.svg?branch=master)](https://travis-ci.org/pandegroup/osprey) [![PyPi version](https://pypip.in/v/osprey/badge.png)](https://pypi.python.org/pypi/osprey/) [![Supported Python versions](https://pypip.in/py_versions/osprey/badge.svg)](https://pypi.python.org/pypi/osprey/) [![License](https://pypip.in/license/osprey/badge.svg)](https://pypi.python.org/pypi/osprey/)
[![Documentation Status](https://readthedocs.org/projects/osprey/badge/?version=latest)](http://osprey.rtfd.org)

osprey is an easy-to-use tool for hyperparameter optimization for machine
Expand Down Expand Up @@ -107,12 +107,12 @@ Installation
------------
```
# grab the latest version from github
$ pip install git+git://github.com/rmcgibbo/osprey.git
$ pip install git+git://github.com/pandegroup/osprey.git
```

```
# or clone the repo yourself and run `setup.py`
$ git clone https://github.com/rmcgibbo/osprey.git
$ git clone https://github.com/pandegroup/osprey.git
$ cd osprey && python setup.py install
```

Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Development Version
.. code-block:: bash
# grab the latest version from github
$ pip install git+git://github.com/rmcgibbo/osprey.git
$ pip install git+git://github.com/pandegroup/osprey.git
.. code-block:: bash
# or clone the repo yourself and run `setup.py`
$ git clone https://github.com/rmcgibbo/osprey.git
$ git clone https://github.com/pandegroup/osprey.git
$ cd osprey && python setup.py install
Release Version
Expand Down
2 changes: 1 addition & 1 deletion osprey/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def args_func(args, p):
An unexpected error has occurred with osprey (version %s), please
consider sending the following traceback to the osprey GitHub issue tracker at:
https://github.com/rmcgibbo/osprey/issues
https://github.com/pandegroup/osprey/issues
"""
print(message % __version__, file=sys.stderr)
raise # as if we did not catch it
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(**kwargs):
name='osprey',
author='Robert T. McGibbon',
author_email='[email protected]',
url='https://github.com/rmcgibbo/osprey',
url='https://github.com/pandegroup/osprey',
classifiers=[e.strip() for e in classifiers.splitlines()],
platforms=["Windows", "Linux", "Mac OS-X", "Unix"],
license='Apache Software License',
Expand Down

0 comments on commit 682967f

Please sign in to comment.