Skip to content

Releases: hydrosquall/tiingo-python

v0.15.6

26 May 01:49
Compare
Choose a tag to compare

Features

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

Full Changelog: v0.14.0...v0.15.6

v0.14.0

07 Mar 02:34
c04b7c8
Compare
Choose a tag to compare
  • 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

12 Dec 21:54
6c6b488
Compare
Choose a tag to compare
  • 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)