-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
sync dev -> main #1927
sync dev -> main #1927
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 942a26f - Browse repository at this point
Copy the full SHA 942a26fView commit details
Commits on Mar 4, 2024
-
Merge pull request #1874 from ranaroussi/fix/price-repair-subtle-bug
Fix potential for price repair to discard price=0 rows
Configuration menu - View commit details
-
Copy full SHA for 1967e97 - Browse repository at this point
Copy the full SHA 1967e97View commit details
Commits on Apr 6, 2024
-
Replace dead 'appdirs' package with 'platformdirs'
ValueRaider authored and ValueRaider committedApr 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 812931f - Browse repository at this point
Copy the full SHA 812931fView commit details -
Merge pull request #1896 from ranaroussi/feature/replace-dead-appdirs
Replace dead 'appdirs' package with 'platformdirs'
Configuration menu - View commit details
-
Copy full SHA for 88e8ddb - Browse repository at this point
Copy the full SHA 88e8ddbView commit details -
Deprecate 'pandas_datareader', remove a deprecated argument.
Drop official support for 'pandas_datareader', tag pdr_override() as deprecated. Also removed deprecated argument 'download(show_errors)'.
ValueRaider authored and ValueRaider committedApr 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 48e9075 - Browse repository at this point
Copy the full SHA 48e9075View commit details -
Merge pull request #1897 from ranaroussi/feature/deprecate-pdr
Deprecate 'pandas_datareader', remove a deprecated argument
Configuration menu - View commit details
-
Copy full SHA for 82a3145 - Browse repository at this point
Copy the full SHA 82a3145View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f8e8eec - Browse repository at this point
Copy the full SHA f8e8eecView commit details -
Merge pull request #1913 from vittoboa/add_functools_wraps_to_wrapper
Fix help(yf.download) not showing the information about the function
Configuration menu - View commit details
-
Copy full SHA for 94e3833 - Browse repository at this point
Copy the full SHA 94e3833View commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bb47cd4 - Browse repository at this point
Copy the full SHA bb47cd4View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2dcbe34 - Browse repository at this point
Copy the full SHA 2dcbe34View commit details
Commits on Apr 28, 2024
-
Merge pull request #1920 from ranaroussi/feature/price-repair-fx
Don't price-repair FX volume=0, is normal
Configuration menu - View commit details
-
Copy full SHA for 84ba6d7 - Browse repository at this point
Copy the full SHA 84ba6d7View commit details
Commits on May 2, 2024
-
Fix: datetime.datetime.utcnow() is deprecated ...
Python 3.12 deprecates datetime.datetime.utcnow(). Instead of switching to datetime.datetime.now(datetime.UTC), which won't work in Python 3.11, just switch to Pandas.utcnow().
Configuration menu - View commit details
-
Copy full SHA for dc5c718 - Browse repository at this point
Copy the full SHA dc5c718View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 098e776 - Browse repository at this point
Copy the full SHA 098e776View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 685ef71 - Browse repository at this point
Copy the full SHA 685ef71View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee87a95 - Browse repository at this point
Copy the full SHA ee87a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30fdc96 - Browse repository at this point
Copy the full SHA 30fdc96View commit details -
Add raise missing ticker tests, replace deprecated datetime methods
- renamed test files conform with standards - replaced utcfromtimestamp
Configuration menu - View commit details
-
Copy full SHA for 5a683b9 - Browse repository at this point
Copy the full SHA 5a683b9View commit details
Commits on May 11, 2024
-
Fix switching session from/to requests_cache
Session switch logic was not recalculating 'self._session_is_caching'. Also removed message 'help stress-test cookie & crumb & requests_cache', clearly works now.
Configuration menu - View commit details
-
Copy full SHA for ac4efa3 - Browse repository at this point
Copy the full SHA ac4efa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7628bec - Browse repository at this point
Copy the full SHA 7628becView commit details -
Merge pull request #1928 from marcofognog/dev
Add more specific error thowring base on PR 1918
Configuration menu - View commit details
-
Copy full SHA for 070f135 - Browse repository at this point
Copy the full SHA 070f135View commit details -
Merge pull request #1930 from ranaroussi/fix/session-switching
Fix switching session from/to requests_cache
Configuration menu - View commit details
-
Copy full SHA for 7c41434 - Browse repository at this point
Copy the full SHA 7c41434View commit details
Commits on May 19, 2024
-
Price repair: improve 'sudden change' repair for splits & currency
Original logic for repairing missing split adjustment only checked latest split. Improved logic checks ALL splits in data, because any can be missing. Then related changes to 'sudden change detection': - use prices median not mean, reduce sensitivity to noise. - handle Kuwait Dinar, which sub-divides into 1000x not 100x.
Configuration menu - View commit details
-
Copy full SHA for 97f35b7 - Browse repository at this point
Copy the full SHA 97f35b7View commit details -
Merge pull request #1931 from ranaroussi/feature/improve-price-repair…
…-bad-splits Price repair: improve 'sudden change' repair for splits & currency
Configuration menu - View commit details
-
Copy full SHA for da1c466 - Browse repository at this point
Copy the full SHA da1c466View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c9f99 - Browse repository at this point
Copy the full SHA f3c9f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb691df - Browse repository at this point
Copy the full SHA cb691dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe00fd5 - Browse repository at this point
Copy the full SHA fe00fd5View commit details