Commit b026b4e
authored
Fix for pandas 1.0 (#124)
* as_matrix was depricated then removed. to_numpy() works in this situation
* updated travis to include pandas 1.0.x, python 3.7 numpy 1.18 and scipy 1.4.x - kept a python 2.7 with the last supported versions of pydata.
* versions compatible with conda for travis
* old scipy and numpy
* old scipy and numpy
* old scipy and numpy
* old scipy and numpy
* old scipy and numpy
* old scipy and numpy
* who uses 3.5 anyway
* Fix for pandas 1.0
* as_matrix was deprecated then removed. to_numpy() works in this situation
* updated travis to include pandas 1.0.x, python 3.7 numpy 1.18 and scipy 1.4.x
* kept a python 2.7 build with the last supported versions of pydata.
* versions compatible with conda for travis
* try except branch to support old pandas as required by zipline
* as_matrix() not to_matrix() - thanks again Travis.
Co-authored-by: Rich Atkinson <[email protected]>1 parent b561c5f commit b026b4e
2 files changed
+14
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 10 | + | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1747 | 1747 | | |
1748 | 1748 | | |
1749 | 1749 | | |
1750 | | - | |
| 1750 | + | |
| 1751 | + | |
| 1752 | + | |
| 1753 | + | |
| 1754 | + | |
| 1755 | + | |
| 1756 | + | |
1751 | 1757 | | |
1752 | 1758 | | |
1753 | 1759 | | |
| |||
0 commit comments