Skip to content

Commit ad70e0e

Browse files
authored
Merge pull request #515 from QuantEcon/tidy-up
General cleanup of Package
2 parents bdc61ff + 0caabc7 commit ad70e0e

21 files changed

+10
-6644
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ quantecon.egg-info/
99
*.noseids
1010
*.coverage
1111
*.h5
12-
examples/solow_model/depreciation_rates.dta
13-
examples/solow_model/pwt80.dta
14-
examples/*.png
1512

1613
# Numba cache files
1714
*.nbc

LIB_README.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Copyright © 2013, 2014 Thomas J. Sargent and John Stachurski: BSD-3
2+
Copyright © 2013-2019 Thomas J. Sargent and John Stachurski: BSD-3
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without

MANIFEST

Lines changed: 0 additions & 77 deletions
This file was deleted.

MANIFEST.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
include README.md
2-
include LICENSE.txt
1+
include README.md
2+
include LICENSE.txt
3+
recursive-include quantecon/tests/data *

data/gd.xls

-54.5 KB
Binary file not shown.

data/graph.dat

Lines changed: 0 additions & 100 deletions
This file was deleted.

data/graph.txt

Lines changed: 0 additions & 100 deletions
This file was deleted.

data/graph_out.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

data/test_pwt.csv

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)