-
Notifications
You must be signed in to change notification settings - Fork 682
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
Cryptoreader #917
base: main
Are you sure you want to change the base?
Cryptoreader #917
Conversation
Deleted exchanges without historic-rates request Refactoring
-More Unit-Tests -Refactoring
…ng is done. - Added CryptoReader.check_symbols() to check if the symbols are available at an exchange.
- Bugfix CryptoReader._check_symbols - Bugfix reset _BaseReader after a complete run.
-Implemented predefined _BaseReader methods.
- Updated requirements
-Bugfix Coinpaprika splitting currency-pairs. -Currency-pair split now with "/", e.g. btc/usd.
-Bugfix Coinpaprika splitting currency-pairs. -Currency-pair split now with "/", e.g. btc/usd.
Which black are you using? I'm surprised 93 files have been changed. |
Hi @bashtage! I'm using Black version 19.10b0. Most changes are due to new yaml-files (78 in total), each file represents a cryptocurrency exchange (in the directory crypto_utils/resources/). Within the already existing Python files, I made changes in the following 3; while 8 more files are added for the CryptoReader to work:
Best! |
-Fixed splitting parameter for platforms -New unit tests -Adjusted parameter order for CryptoReader to match the DataReader
-Listed currency-pair request simplified -Some small bug fixes
-Refactoring
git diff upstream/master -u -- "*.py" | flake8 --diff
black --check pandas_datareader