Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump yfinance from 0.2.3 to 0.2.14 #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2023

Bumps yfinance from 0.2.3 to 0.2.14.

Release notes

Sourced from yfinance's releases.

0.2.14

Fix Ticker.info dict by fetching from API (also faster than scraping) - thanks @​qianyun210603 #1461

0.2.13

Price bug fixes:

  • fetching big intervals e.g. "3mo" with Capital Gains #1455 (thanks @​mppics)
  • merging dividends & splits with prices #1452

0.2.12

Disable annoying 'backup decrypt' msg 6b8b0d5

0.2.11

Fix history_metadata accesses for unusual symbols #1411

0.2.10

General:

  • fix using sqlite3 < 3.8.2 #1380
  • add another backup decrypt option #1379

Prices

  • restore original download() timezone handling #1385
  • fix & improve price repair #1289 2a2928b 86d6acc
  • drop intraday intervals if in post-market but prepost=False #1311

Info

  • fast_info improvements:
    • add camelCase keys, add dict functions values() & items() #1368
    • fix fast_info["previousClose"] #1383
  • catch TypeError Exception #1397

0.2.10b3

  • Restore original download() timezone handling #1385
  • Price repair bug fix 86d6acccf78432779fad2679e1775962618cdf8b
  • Add another backup decrypt option #1379
  • Catch TypeError Exception #1397

0.2.10b2

Fix parsing history_metadata['tradingPeriods'] when empty.

0.2.10b1

0.2.10 beta 1

Changelog:

  • Fix using sqlite < 3.8.2 #1380
  • Drop price prepost intervals if prepost=False #1311
  • Fix & improve price repair #1289
  • fast_info improvements:
    • add camelCase keys, add dict functions values() & items() #1368
    • fix fast_info["previousClose"] #1383

... (truncated)

Changelog

Sourced from yfinance's changelog.

0.2.14

Fix Ticker.info dict by fetching from API #1461

0.2.13

Price bug fixes:

  • fetch big-interval with Capital Gains #1455
  • merging dividends & splits with prices #1452

0.2.12

Disable annoying 'backup decrypt' msg

0.2.11

Fix history_metadata accesses for unusual symbols #1411

0.2.10

General

  • allow using sqlite3 < 3.8.2 #1380
  • add another backup decrypt option #1379 Prices
  • restore original download() timezone handling #1385
  • fix & improve price repair #1289 2a2928b 86d6acc
  • drop intraday intervals if in post-market but prepost=False #1311 Info
  • fast_info improvements:
    • add camelCase keys, add dict functions values() & items() #1368
    • fix fast_info["previousClose"] #1383
  • catch TypeError Exception #1397

0.2.9

  • Fix fast_info bugs #1362

0.2.7

  • Fix Yahoo decryption, smarter this time #1353
  • Rename basic_info -> fast_info #1354

0.2.6

  • Fix Ticker.basic_info lazy-loading #1342

0.2.5

  • Fix Yahoo data decryption again #1336
  • New: Ticker.basic_info - faster Ticker.info #1317

... (truncated)

Commits
  • 5367f62 Bump version to 0.2.14
  • 27cb90c Merge pull request #1461 from qianyun210603/main
  • 6c26826 Fetch 'info' dict via API
  • ef12053 Bump version to 0.2.13
  • bb47798 Fix price-events merge when occurred pre-market
  • 478dc0a Merge pull request #1452 from ranaroussi/hotfix/prices-merge-events
  • 195a7aa Merge pull request #1455 from mppics/fix/aggregate_capital_gains
  • a58d745 Adding fix and test for aggregating Capital Gains
  • 1edeaf0 Merge pull request #1448 from ivan23kor/feature/clarify-end-argument
  • 7f04a9d Clarify that interval is [start; end) in docstrings
  • Additional commits viewable in compare view

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [yfinance](https://github.com/ranaroussi/yfinance) from 0.2.3 to 0.2.14.
- [Release notes](https://github.com/ranaroussi/yfinance/releases)
- [Changelog](https://github.com/ranaroussi/yfinance/blob/main/CHANGELOG.rst)
- [Commits](ranaroussi/yfinance@0.2.3...0.2.14)

---
updated-dependencies:
- dependency-name: yfinance
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants