Skip to content

Commit 682967f

Browse files
committed
Merge pull request #57 from pandegroup/pandegroup
Change links to point to pandegroup/osprey
2 parents 2c53f9e + 434807d commit 682967f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Osprey
22
======
3-
[![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/)
3+
[![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/)
44
[![Documentation Status](https://readthedocs.org/projects/osprey/badge/?version=latest)](http://osprey.rtfd.org)
55

66
osprey is an easy-to-use tool for hyperparameter optimization for machine
@@ -107,12 +107,12 @@ Installation
107107
------------
108108
```
109109
# grab the latest version from github
110-
$ pip install git+git://github.com/rmcgibbo/osprey.git
110+
$ pip install git+git://github.com/pandegroup/osprey.git
111111
```
112112

113113
```
114114
# or clone the repo yourself and run `setup.py`
115-
$ git clone https://github.com/rmcgibbo/osprey.git
115+
$ git clone https://github.com/pandegroup/osprey.git
116116
$ cd osprey && python setup.py install
117117
```
118118

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Development Version
1111
.. code-block:: bash
1212
1313
# grab the latest version from github
14-
$ pip install git+git://github.com/rmcgibbo/osprey.git
14+
$ pip install git+git://github.com/pandegroup/osprey.git
1515
1616
.. code-block:: bash
1717
1818
# or clone the repo yourself and run `setup.py`
19-
$ git clone https://github.com/rmcgibbo/osprey.git
19+
$ git clone https://github.com/pandegroup/osprey.git
2020
$ cd osprey && python setup.py install
2121
2222
Release Version

osprey/cli/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def args_func(args, p):
4646
An unexpected error has occurred with osprey (version %s), please
4747
consider sending the following traceback to the osprey GitHub issue tracker at:
4848
49-
https://github.com/rmcgibbo/osprey/issues
49+
https://github.com/pandegroup/osprey/issues
5050
"""
5151
print(message % __version__, file=sys.stderr)
5252
raise # as if we did not catch it

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main(**kwargs):
3232
name='osprey',
3333
author='Robert T. McGibbon',
3434
author_email='rmcgibbo@gmail.com',
35-
url='https://github.com/rmcgibbo/osprey',
35+
url='https://github.com/pandegroup/osprey',
3636
classifiers=[e.strip() for e in classifiers.splitlines()],
3737
platforms=["Windows", "Linux", "Mac OS-X", "Unix"],
3838
license='Apache Software License',

0 commit comments

Comments
 (0)