Skip to content

Commit 2e79651

Browse files
Merge branch 'feature/migrating_popgen' into develop
2 parents 1af734c + 91aefa7 commit 2e79651

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1984
-51
lines changed

.gitignore

100644100755
File mode changed.

.travis.yml

100644100755
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
language: python
44

55
python:
6-
- "3.3"
76
- "2.7"
8-
- "2.6"
9-
- "pypy"
107

118
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
12-
install:
13-
- pip install -r requirements.txt
9+
install:
10+
- travis_wait pip install -r requirements.txt
1411

1512
# command to run tests, e.g. python setup.py test
1613
script:
17-
- py.test
14+
- py.test
15+
16+
before_install:
17+
- sudo apt-get install liblapack-dev gfortran

AUTHORS.rst

100644100755
File mode changed.

CONTRIBUTING.rst

100644100755
File mode changed.

HISTORY.rst

100644100755
File mode changed.

LICENSE

100644100755
Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
The MIT License (MIT)
1+
Copyright 2015 FOSS-Transportation Modeling Initiative
22

3-
Copyright (c) 2014 Karthik Konduri
3+
Licensed under the Apache License, Version 2.0 (the "License");
4+
you may not use this file except in compliance with the License.
5+
You may obtain a copy of the License at
46

5-
Permission is hereby granted, free of charge, to any person obtaining a copy of
6-
this software and associated documentation files (the "Software"), to deal in
7-
the Software without restriction, including without limitation the rights to
8-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9-
the Software, and to permit persons to whom the Software is furnished to do so,
10-
subject to the following conditions:
7+
http://www.apache.org/licenses/LICENSE-2.0
118

12-
The above copyright notice and this permission notice shall be included in all
13-
copies or substantial portions of the Software.
14-
15-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
9+
Unless required by applicable law or agreed to in writing, software
10+
distributed under the License is distributed on an "AS IS" BASIS,
11+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
See the License for the specific language governing permissions and
13+
limitations under the License.

MANIFEST.in

100644100755
File mode changed.

Makefile

100644100755
File mode changed.

README.rst

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
=============================
2-
Synthetic Population Generator .20
2+
Synthetic Population Generator 2.0
33
=============================
44

55
.. image:: https://badge.fury.io/py/popgen.png
66
:target: http://badge.fury.io/py/popgen
77

8-
.. image:: https://travis-ci.org/karthikcharan83/popgen.png?branch=master
9-
:target: https://travis-ci.org/karthikcharan83/popgen
8+
.. image:: https://travis-ci.org/foss-transportationmodeling/popgen.png?branch=master
9+
:target: https://travis-ci.org/foss-transportationmodeling/popgen
1010

1111
.. image:: https://pypip.in/d/popgen/badge.png
1212
:target: https://pypi.python.org/pypi/popgen

docs/Makefile

100644100755
File mode changed.

0 commit comments

Comments
 (0)