Skip to content

Comments

Bump yfinance from 0.2.3 to 0.2.18#44

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/yfinance-0.2.18
Open

Bump yfinance from 0.2.3 to 0.2.18#44
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/yfinance-0.2.18

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2023

Bumps yfinance from 0.2.3 to 0.2.18.

Release notes

Sourced from yfinance's releases.

0.2.18

Bug fixes:

  • fast_info error "_np not found" #1496
  • timezone cache #1498

0.2.17

Fix prices error with Pandas 2.0 - thanks @​steven9909 #1488

0.2.16

Restore missing Ticker.info keys - thanks @​kennykos #1480

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 - thanks @​sdeibel #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.

... (truncated)

Changelog

Sourced from yfinance's changelog.

0.2.18

Fix 'fast_info' error '_np not found' #1496 Fix bug in timezone cache #1498

0.2.17

Fix prices error with Pandas 2.0 #1488

0.2.16

Fix 'fast_info deprecated' msg appearing at Ticker() init

0.2.15

Restore missing Ticker.info keys #1480

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

... (truncated)

Commits
  • afad7fc Bump version to 0.2.18
  • 0baedbe Merge pull request #1498 from ranaroussi/hotfix/tz-cache-migrate-error
  • 2c3c3dc Merge pull request #1496 from ranaroussi/hotfix/fast-info-np-not-found
  • 8585dda Fix handling Pandas parsing error during TZ-csv-cache migrate
  • 3eb60fb Fix '_np not found', tweak 'info[] fixed' message
  • 045cd45 Bump version to 0.2.17
  • 6d52cb6 Merge pull request #1488 from steven9909/fix_localize
  • a24c0e1 fix tzinfo missing attribute
  • 0b52e8f Bump version to 0.2.16
  • d45bed3 Fix 'fast_info deprecated' msg appearing at Ticker() init
  • 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.18.
- [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.18)

---
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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 1, 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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant