Skip to content

Commit 152b359

Browse files
committed
2 parents 4393b5e + f76f9c0 commit 152b359

13 files changed

+8
-8
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
12
include ez_setup.py
23
include README.rst
3-
graft notebooks
44
graft activitysim/examples
55

66
# required for test system

activitysim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ActivitySim
22
# See full license in LICENSE.txt.
33

4-
__version__ = '0.9.5'
4+
__version__ = '0.9.5.1'
55
__doc__ = 'Activity-Based Travel Modeling'

notebooks/README.md renamed to activitysim/examples/example_mtc/notebooks/README.md

File renamed without changes.

notebooks/adding_tncs.ipynb renamed to activitysim/examples/example_mtc/notebooks/adding_tncs.ipynb

File renamed without changes.

notebooks/change_in_auto_ownership.ipynb renamed to activitysim/examples/example_mtc/notebooks/change_in_auto_ownership.ipynb

File renamed without changes.

notebooks/getting_started.ipynb renamed to activitysim/examples/example_mtc/notebooks/getting_started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
}
7676
],
7777
"source": [
78-
"!pip install https://github.com/activitysim/activitysim/zipball/develop"
78+
"!pip install activitysim"
7979
]
8080
},
8181
{

notebooks/summarizing_results.ipynb renamed to activitysim/examples/example_mtc/notebooks/summarizing_results.ipynb

File renamed without changes.

notebooks/trips_in_time_and_space.ipynb renamed to activitysim/examples/example_mtc/notebooks/trips_in_time_and_space.ipynb

File renamed without changes.

notebooks/zone_shapefile/bayarea_rtaz1454_rev1.dbf renamed to activitysim/examples/example_mtc/notebooks/zone_shapefile/bayarea_rtaz1454_rev1.dbf

File renamed without changes.

notebooks/zone_shapefile/bayarea_rtaz1454_rev1.prj renamed to activitysim/examples/example_mtc/notebooks/zone_shapefile/bayarea_rtaz1454_rev1.prj

File renamed without changes.

0 commit comments

Comments
 (0)