mirror of
https://github.com/hydrosquall/tiingo-python.git
synced 2026-02-04 10:04:19 +01:00
Currently, `sources=[]` by default, which will become "" once the list is `joined` to form a csv string. The tiingo api appears to interpret the empty string as "don't match any sources" instead of "match all sources". This commit fixes the problem by setting `sources` to `None` if the list is empty. Adds unit test for empty new sources list. Updates HISTORY.rst with note about bug fix.
20 lines
295 B
ReStructuredText
20 lines
295 B
ReStructuredText
=======
|
|
Credits
|
|
=======
|
|
|
|
Development Lead
|
|
----------------
|
|
|
|
* Cameron Yick <cameron.yick@enigma.com>
|
|
|
|
Contributors
|
|
------------
|
|
|
|
* Dmitry Budaev <condemil@gmail.com>
|
|
* Bharat Kalluri
|
|
* Stephen Clark <steveclarkcode@gmail.com>
|
|
* Davis Thames
|
|
* Nima Yazdanmehr
|
|
* Michael MacCormack
|
|
* David Minnen
|