Releases: hydrosquall/tiingo-python
Releases · hydrosquall/tiingo-python
v0.15.6
Features
- Added cryptocurrency examples by @GenusGeoff in #621
- feature(websocket): Add websocket client by @Mohamedemad4 in #508
- Minor documentation updates
Developer changes
- Add CodeQL workflow for GitHub code scanning by @lgtm-com in #785
- feat: apply latest black python formatting by @hydrosquall in #842
- build: replace python 3.6 testing with 3.9 by @hydrosquall in #841
- build: remove pytest-runner (fixes #749) by @hydrosquall in #845
- dev: update tested and recommended python versions by @hydrosquall in #944
- chore(build): apply black formatting + CI step to main codebase by @hydrosquall in #663
- fix: remove timezone assertion from unit tests + fix codecov upload step by @hydrosquall in #856
- Dozens of pyup bot updates
- Publish using trusted publisher workflow instead of PyPI credentials (details)
New Contributors
- @GenusGeoff made their first contribution in #621
- @Mohamedemad4 made their first contribution in #508
Full Changelog: v0.14.0...v0.15.6
v0.14.0
- Feature: Added 3 new methods for fundamentals-endpoint: definitions, daily and statements #581
- Feature: [/news] Fix bug in get_news() when sources list is empty (#569 )
- Development: Run tests in Github Actions instead of Travis.org #550
- Development: This is the last version of tiingo that will support Python 3.5 and below. (#601)
v0.13.0
- Minor: Address Pandas Future Warning for sorting in pd.concat (#392)
- Feature: Add option to request data in csv format in get_dataframe method potentially boosting speed up to 4-5x. (#523)
- Minor: bumped library dependencies, in particular cryptography
- Development: Dropped official support for Python 3.5, replaced with 3.7
- Development: Publish library with Github Actions instead of Travis (#546)