jackmoody11 / stockscore

A python project to fetch stock financials/statistics and perform preliminary screens to aid in the stock selection process
https://jackmoody11.github.io/stockscore
MIT License
74 stars 21 forks source link

Bump iexfinance from 0.3.4 to 0.3.5 #89

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps iexfinance from 0.3.4 to 0.3.5.

Release notes *Sourced from [iexfinance's releases](https://github.com/addisonlynch/iexfinance/releases).* > ## v0.3.5 Release > This is a minor release from 0.3.4. > > Highlights: > > - Adds support for intraday historical prices > - Adds support for endpoint additions and updates from 8/8/2018 > provider updates (including expanded cryptocurrency support) > - Various bug fixes and enhancements > > ## Enhancements > > - Adds support for intraday historical data through `get_historical_intraday` of `stocks`. > - Adds support for the [Sector Performance](https://iextrading.com/developer/docs/#sector-performance) endpoint of Stocks (thank you kafana). > - Adds support for the [List](https://iextrading.com/developer/docs/#list) infocus endpoint of Stocks (thank you kafana). > - Adds support for the [Collections](https://iextrading.com/developer/docs/#collections) endpoint of Stocks > - Adds support for the [Crypto](https://iextrading.com/developer/docs/#crypto) endpoint of Stocks > - Adds support for the [Earnings Today](https://iextrading.com/developer/docs/#earnings-today) endpoint of Stocks > - Adds support for the [IPO Calendar](https://iextrading.com/developer/docs/#ipo-calendar) endpoint of Stocks > - Adds pandas DataFrame output formatting for `get_chart`, `get_dividends`, `get_earnings`, `get_financials`, and multiple `get_historical_data` symbol requests. > - Adds support for list-like data types for symbols (tuple, pandas.Series, numpy.ndarray, etc) > - Sets index of `DataFrame` historical and time series data to `pandas.DatetimeIndex` for easier sorting and wrangling (thank you Brian Wylie) [GH83](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/83) > > ## Bug Fixes > > - Some Stocks endpoints return incorrectly [GH34](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/34) > - `get_time_series` returns incorrect range when passed `range_` parameter > [GH84](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/84) > - Repaired issue where get\_historical\_data for an invalid symbol does not raise an exception [GH82](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/82) > > ## Backward Compatability > > - `Stock` and `get_historical_data` have been moved to `iexfinance.stocks`. The top-level functions remain with warnings but will be deprecated in v0.4.0.
Commits - [`00ba87f`](https://github.com/addisonlynch/iexfinance/commit/00ba87fbd4c34a2f2967a6b9a84be3db3526ca10) rls 0.3.5 ([#88](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/88)) - [`eb5780b`](https://github.com/addisonlynch/iexfinance/commit/eb5780b473b435eed9c3d2881fe1dab6d3d88ba3) DOCS: Reformat documentation, repair/suppress Sphinx errors ([#87](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/87)) - [`e2e3908`](https://github.com/addisonlynch/iexfinance/commit/e2e39084cc2b539f9054c90fec98ab623ecbb253) Refactor output formatting. Add support for 8/8/2018 Endpoints ([#86](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/86)) - [`70b9d34`](https://github.com/addisonlynch/iexfinance/commit/70b9d34d80dcc6faecefe5e6d75c78cdc99c3d0e) CLN: Repair docstrings. Add proper list handling ([#85](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/85)) - [`4580904`](https://github.com/addisonlynch/iexfinance/commit/45809047c6c1beb42195cfbf1b19fe50828c8185) Added iex-examples to README - [`69a8b6d`](https://github.com/addisonlynch/iexfinance/commit/69a8b6d8f4bcce4304bd0204bceb269cc3c1f75d) Added top 10 infocus list endpoint ([#76](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/76)) - [`1be9b13`](https://github.com/addisonlynch/iexfinance/commit/1be9b135d07ebc7a709e48cbad826bb9f78a871e) Added sector-performance endpoint ([#75](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/75)) - [`8fa6cb5`](https://github.com/addisonlynch/iexfinance/commit/8fa6cb5441b6a19518c362881f2a3fb161a318f2) Merge pull request [#72](https://github-redirect.dependabot.com/addisonlynch/iexfinance/issues/72) from jackmoody11/master - [`21bf036`](https://github.com/addisonlynch/iexfinance/commit/21bf0360d7124c446e93e49cc491336f1a03e933) Update size restriction for calls - See full diff in [compare view](https://github.com/addisonlynch/iexfinance/compare/v0.3.4...v0.3.5)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.