Commit Graph

95 Commits

Author SHA1 Message Date
Cameron Yick
f49e85d55a Bump version to 0.5.1 2018-04-21 15:59:30 -04:00
Cameron Yick
eaf1a8cdeb Merge pull request #84 from dcwtx/issue82
issue #82
2018-04-21 15:56:40 -04:00
Davis Thames
e7315db4c7 Issue #82 2018-04-16 17:05:09 -05:00
Cameron Yick
f8eb482f23 Merge pull request #97 from hydrosquall/pyup-update-cryptography-2.1.4-to-2.2.2
Update cryptography to 2.2.2
2018-04-15 13:49:14 -04:00
Cameron Yick
e497664d61 Merge pull request #95 from hydrosquall/pyup-update-tox-2.9.1-to-3.0.0
Update tox to 3.0.0
2018-04-15 13:48:46 -04:00
pyup-bot
8554be4f7a Update cryptography from 2.1.4 to 2.2.2 2018-04-13 22:39:25 -04:00
pyup-bot
d30a1c84ba Update tox from 2.9.1 to 3.0.0 2018-04-13 22:39:18 -04:00
Cameron Yick
340092e4c8 Merge pull request #87 from hydrosquall/hotfix/remove-python-3.3-support
Remove support for python 3.3 due to lack of functional setuptools
2018-04-13 22:30:27 -04:00
Cameron Yick
bce3d1873c Remove support for python 3.3 due to lack of functional setuptools
Pytest dropped support for python 3.3, so we will too.
2018-04-13 22:27:24 -04:00
Cameron Yick
faee37ad80 Merge pull request #72 from hydrosquall/pyup-update-pytest-runner-4.0-to-4.2
Update pytest-runner to 4.2
2018-04-13 22:12:31 -04:00
Davis Thames
ef3597b083 issue #82: added tests 2018-04-13 09:51:58 -05:00
Davis Thames
47014cf62f issue #82 2018-04-12 21:46:51 -05:00
pyup-bot
8a2201d8ee Update pytest-runner from 4.0 to 4.2 2018-03-18 10:32:45 -04:00
Cameron Yick
d989cff6a8 Merge pull request #68 from hydrosquall/pyup-update-tiingo-0.4.3-to-0.5.0
Update tiingo to 0.5.0
2018-03-12 11:15:17 -04:00
Cameron Yick
cfab5a4c6a Merge pull request #67 from hydrosquall/v0.5.0
V0.5.0
2018-03-12 11:13:37 -04:00
pyup-bot
eacad89d89 Update tiingo from 0.4.3 to 0.5.0 2018-03-11 15:54:32 -04:00
Cameron Yick
92a6da7e2b Make release process more secure with twine 2018-03-11 15:41:53 -04:00
Cameron Yick
96c0f060a3 Update Changelog 2018-03-11 15:35:32 -04:00
Cameron Yick
18833b7dbd Minor Version Bump in Library and Docs 2018-03-11 15:35:17 -04:00
Cameron Yick
b94737c0a6 Merge pull request #66 from hydrosquall/feature/bump-external-dependencies
Fix #53, #59, #60, #64, #65: Dev Dependencies
2018-03-11 15:33:20 -04:00
Cameron Yick
affbcff976 Fix #53, #59, #60, #64, #65: Dev Dependencies 2018-03-11 15:23:13 -04:00
Cameron Yick
31d7138211 Merge pull request #62 from savagesmc/add_etf_fund_lists
Add interfaces to obtain mutual fund and ETF tickers.
2018-03-08 17:12:41 -05:00
Clark, Steve
6b08b8987a Add interfaces to obtain mutual fund and ETF tickers.
Add unit tests for new methods.
Update fixtures to support the etf and mutual fund tests.
Change filename inside of zip to supported_tickers.csv
Add second entry into supported_tickers.csv
Added myself to authors.
2018-03-04 07:38:21 -06:00
Cameron Yick
33b8690310 Version Bump v0.4.2 2017-12-24 13:36:26 -05:00
Cameron Yick
eccd4a9bd4 Add example for pulling down historical stock prices for Google 2017-12-24 13:32:53 -05:00
Cameron Yick
d99d31acb9 Rename method for getting list of all available tickers 2017-12-24 13:32:53 -05:00
Cameron Yick
9dbfbcbdbb Fix #44: Raise explicit error when API Key is missing 2017-12-24 13:32:53 -05:00
Cameron Yick
e80b3f6dfd Upgrade development dependencies 2017-12-24 13:32:53 -05:00
Cameron Yick
e0b03c7e08 Bump development + documentaion dependencies v0.4.1 2017-11-20 21:33:52 -05:00
Cameron Yick
5fd3d6fad3 Merge pull request #33 from BharatKalluri/master
Added fmt options for all methods
2017-10-22 20:00:48 -04:00
Cameron Yick
6829962ad6 Version Bump and Module Documentation 2017-10-22 19:54:14 -04:00
Cameron Yick
6deb27f88f Bump Cryptography Version 2017-10-22 19:46:05 -04:00
Cameron Yick
79ac76806a Add coverage for bulk_id object exporting 2017-10-22 19:40:06 -04:00
Cameron Yick
b6ad06aebc Use Decorator Syntax for Tests, Update Broken Cassettes
The previous issue was that the cassettes weren't called with the same params as the non-object requests.
2017-10-22 18:54:28 -04:00
Cameron Yick
45e1221567 Add Objects to Prices endpoint, Refactor with List Comprehension 2017-10-22 18:53:36 -04:00
Cameron Yick
0106890a96 Refactor with a common method for dict to object converstion 2017-10-22 18:44:39 -04:00
Cameron Yick
af16286303 Fix bugs in how JSON response was being interpreted
A singleton was converted to an array accidentally in the previous object implementation.
2017-10-22 18:38:33 -04:00
Bharat Kalluri
7d2866d996 Used cassettes for obj tests 2017-10-18 22:45:44 +05:30
Bharat Kalluri
76071d78b1 Added more tests for news API endpoints 2017-10-11 21:23:13 +05:30
Bharat Kalluri
2c7f76b683 Fixed code to handle lists 2017-10-10 11:27:40 +05:30
Bharat Kalluri
25a05d4aa4 pep8 corrections and changed all object names 2017-10-09 09:00:37 +05:30
Bharat Kalluri
e566177e4e Added fmt options for all methods 2017-10-08 23:23:24 +05:30
Cameron Yick
556e04e9ec Use cache-busting on all README shields 2017-10-08 12:13:09 -04:00
Cameron Yick
28491e4b6e Bump development module versions 2017-10-08 12:04:09 -04:00
Cameron Yick
3b7cafbf0d Merge pull request #32 from condemil/master
Use VCR.py to Mock API Responses
2017-10-08 12:00:29 -04:00
Dmitry Budaev
f76ac1b010 Add tip to regenerate fixture and update contributors 2017-10-08 17:43:47 +02:00
Dmitry Budaev
c847da3aa9 Use VCR.py to Mock API Responses 2017-10-08 13:59:08 +02:00
Cameron Yick
ab21be291c Update Build Versioning 2017-10-07 15:10:01 -04:00
Cameron Yick
7d23fb5f13 Update Github Link in Documentation 2017-10-07 14:59:06 -04:00
Cameron Yick
75b792c151 Update Changelog v0.3.2 2017-09-17 20:10:46 -04:00