Commit Graph

841 Commits

Author SHA1 Message Date
pyup-bot
6f1b1c22d1 Update pytest-runner from 5.1 to 5.2 2019-11-09 18:49:26 -05:00
pyup-bot
087a5e5c8c Update cryptography from 2.7 to 2.8 2019-11-09 18:46:13 -05:00
Cameron Yick
a7c1a48ca2 Merge pull request #354 from hydrosquall/pyup-update-pytest-5.2.1-to-5.2.2
Update pytest to 5.2.2
2019-11-06 20:51:20 -05:00
Cameron Yick
9fc9163cb6 Merge pull request #361 from hydrosquall/pyup-update-vcrpy-2.1.0-to-2.1.1
Update vcrpy to 2.1.1
2019-11-03 18:50:15 -05:00
pyup-bot
e455a940f2 Update vcrpy from 2.1.0 to 2.1.1 2019-11-03 05:51:17 -05:00
Cameron Yick
dbd1fb0e36 Merge pull request #355 from hydrosquall/pyup-update-sphinx-2.2.0-to-2.2.1
Update sphinx to 2.2.1
2019-11-01 19:30:35 -04:00
Cameron Yick
d4992ae4fb Merge pull request #358 from hydrosquall/pyup-update-flake8-3.7.8-to-3.7.9
Update flake8 to 3.7.9
2019-10-30 17:37:00 -04:00
pyup-bot
ab08e98bf4 Update flake8 from 3.7.8 to 3.7.9 2019-10-28 22:49:13 -04:00
pyup-bot
498bf08f50 Update sphinx from 2.2.0 to 2.2.1 2019-10-26 08:42:01 -07:00
pyup-bot
7fccd25898 Update pytest from 5.2.1 to 5.2.2 2019-10-25 04:39:59 -04:00
Cameron Yick
aac99d2f42 Merge pull request #353 from hydrosquall/pyup-update-tiingo-0.11.0-to-0.12.0
Update tiingo to 0.12.0
2019-10-21 23:27:24 -04:00
pyup-bot
1f3d0a216f Update tiingo from 0.11.0 to 0.12.0 2019-10-20 19:17:24 -04:00
pyup-bot
804e97760a Update tiingo from 0.11.0 to 0.12.0 2019-10-20 19:17:23 -04:00
Cameron Yick
949bb8f159 [docs] Fix underline for proper RST rendering 2019-10-20 19:03:26 -04:00
Cameron Yick
a431b5b497 Merge pull request #352 from hydrosquall/release/0.12.0
[release] Prepare 0.12.0 release
v0.12.0
2019-10-20 18:27:50 -04:00
Cameron Yick
b466530231 [tests] Update test to get fixture response for non stock ticker types 2019-10-20 17:21:23 -04:00
Cameron Yick
3e4167fa84 [typo] Fix syntax errors in list_tickers test 2019-10-20 17:12:10 -04:00
Cameron Yick
4a9f06b541 [docs] Update changelog and version for 0.12.0 release 2019-10-20 17:08:10 -04:00
Cameron Yick
f619911d11 Merge pull request #344 from hydrosquall/pyup-update-pip-19.3-to-19.3.1
Update pip to 19.3.1
2019-10-20 17:03:29 -04:00
Cameron Yick
18fb289d9f Merge pull request #346 from n1rna/improve-list-tickers
Add support for multi tickers in list_tickers function
2019-10-20 15:50:54 -04:00
n1rna
d7e58c622f Change name of variable to 2019-10-20 11:00:44 +03:30
Cameron Yick
99a95e3959 Merge pull request #348 from hydrosquall/bug/fix-typos-in-test-cases
[tests] Address typos in vcrpy cassette imports
2019-10-19 19:32:31 -04:00
Cameron Yick
d09e21c1d7 Update price history test assertions 2019-10-19 19:04:11 -04:00
Cameron Yick
6e36317961 [tests] Address typos in cassette test imports 2019-10-19 18:55:19 -04:00
n1rna
60d0b0af02 Use python set instead of list in list_tickers for better performance 2019-10-19 21:59:12 +03:30
n1rna
9bfa49f585 Fix missed line in test_tiingo 2019-10-19 21:58:42 +03:30
n1rna
c3394c8cdc Add support for multi tickers in list_tickers function 2019-10-18 19:06:35 +03:30
pyup-bot
1e79506fdd Update pip from 19.3 to 19.3.1 2019-10-18 08:27:21 -04:00
Cameron Yick
ce8a594bbf Merge pull request #340 from n1rna/crypto-support
Add support for tiingo crypto endpoints to TiingoClient
2019-10-16 20:31:13 -04:00
n1rna
fb1295376a Add name to AUTHORS.rst 2019-10-16 11:00:29 +03:30
n1rna
c455fd856d Remove endDate argument from crypto top of book endpoint 2019-10-16 10:57:30 +03:30
n1rna
58efa544ec Fix status code and some typos in crypto fixtures 2019-10-16 10:56:39 +03:30
Cameron Yick
68ab6ff967 Merge pull request #342 from hydrosquall/pyup-update-pip-19.2.3-to-19.3
Update pip to 19.3
2019-10-15 22:29:16 -04:00
pyup-bot
26bc1d0745 Update pip from 19.2.3 to 19.3 2019-10-14 14:12:13 -04:00
n1rna
b18f358d61 Fix some minor issues and typos 2019-10-13 23:56:29 +03:30
n1rna
e7de01cd10 Use vcr cassette fixtures in crypto tests 2019-10-13 23:55:25 +03:30
n1rna
d50c04929c Add cassette fixtures for crypto endpoints 2019-10-13 23:54:48 +03:30
n1rna
3747d62a7c Add vs code internal paths to .gitignore 2019-10-13 23:53:31 +03:30
n1rna
50aacf395f Add tests for crypto endpoints 2019-10-13 00:49:58 +03:30
n1rna
7935168ade Add support for tiingo crypto endpoints to TiingoClient 2019-10-13 00:28:57 +03:30
Cameron Yick
5490a3c85c Merge pull request #339 from hydrosquall/pyup-update-pytest-5.2.0-to-5.2.1
Update pytest to 5.2.1
2019-10-10 20:17:44 -04:00
pyup-bot
b2b000d30c Update pytest from 5.2.0 to 5.2.1 2019-10-07 13:38:10 -04:00
Cameron Yick
dc46a02d40 Merge pull request #336 from hydrosquall/pyup-update-pytest-5.1.3-to-5.2.0
Update pytest to 5.2.0
2019-10-04 00:04:24 -04:00
pyup-bot
a074103ded Update pytest from 5.1.3 to 5.2.0 2019-09-29 22:42:10 +02:00
Cameron Yick
8ac20433e6 Merge pull request #335 from hydrosquall/pyup-update-twine-1.15.0-to-2.0.0
Update twine to 2.0.0
2019-09-29 22:42:04 +02:00
Cameron Yick
cfb8bf0537 Merge pull request #334 from hydrosquall/pyup-update-pytest-5.1.2-to-5.1.3
Update pytest to 5.1.3
2019-09-25 07:15:39 +02:00
pyup-bot
05f57f1ee9 Update twine from 1.15.0 to 2.0.0 2019-09-24 14:51:21 -04:00
pyup-bot
ebc38871a9 Update pytest from 5.1.2 to 5.1.3 2019-09-21 18:26:15 -04:00
Cameron Yick
a333810f34 Merge pull request #333 from hydrosquall/pyup-update-twine-1.14.0-to-1.15.0
Update twine to 1.15.0
2019-09-18 20:29:39 -04:00
pyup-bot
0aa0784390 Update twine from 1.14.0 to 1.15.0 2019-09-17 14:47:09 -04:00