-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Release/3.2.2 #5387
Merged
Merged
Release/3.2.2 #5387
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release/3.2.1
* Fixed the request function * Added fix * Added fix * Added fix * Added fix * Added fix
* Fixed URLs * Added a fix
…sn't `print_rich_table()` for SDK. (#5329) * fixes the stocks search on SDK so the ticker symbol is returned. * export data * unused argument * fix test * more test fixy * test_print_help.txt
* added fixes * Added better error handling * Added fixes
* Adds example notebook for installing in Google Colab * Update README.md
* Thegraph totally changed, I removed the endpoints * Cleaned up more
* remove twitter functions * remove twitter functions and all references to it * remove twitter functions * remove twitter functions and all references to it * Fix units on cpi * crlf - lf * missed one * update ba menu integration test --------- Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
* allow routine args inside lists * add `-f` to `call_exe` parser
* bye bye shroom * missed one --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* Began the fax * Bumped ruff * Fixed a BUNCH of ruff errors * Fixed a lot of ruff errors * Simplify if statements * Fixed black * Updated some stuff * Updated some stuff * A lot more ruff fixes * Added a fix * Added a fix * Fixed mypy * Fixed some stuff * Reverted one thing * Small fix * Small fix * Small fix * Added fix * Added fix * Update requirements
* Removed prints * FIxed typing * FIxed typing * Fixed typing * Fixed typing * Fixed typing * Fixed typing * Fixed typing * Fix * Reverted stuff
* integrate time gpt from Nixtla * add to reqs * add residuals to timegpt * fix some bugs * remove twitter functions * remove twitter functions and all references to it * start work to integrate date features * add date_features to timegpt * remove twitter functions * remove twitter functions and all references to it * Update deps for timegpt + askobb * Update forecast load to set an index to date * lint * spell * mypy * mypy2 * blac k * pylint --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* Fix foreach on routine where the inputs provided are not valid * fix nixtla req + fix lint --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* Add example notebook for building volume-at-price chart. Adds an example notebook. * Update README.md updates readme file with volumeAtPrice * spelling * spelling
* remove twitter functions * remove twitter functions and all references to it * remove twitter functions * remove twitter functions and all references to it * bootup message * bootup message syntax * apparently this doesnt need commas * add random index * Words * Correct command
* pywry bump, fixes python 3.11 fail on boot, copy+paste on MacOS * req files
* Addition of UK Companies House data. Allows you to search for companies and inspect their details and download any filings including accounts * reformatting of code * reformatting * reformat code * reformat * fix codespell issue * updated for changes in way key are handled * small reformatting * added timeout for requests * formatting * ruff order fixes * black reformatting * merge issue - removed function call_openbb * black format change * Added new Companies House functionality to SDK * formattng * more Formatting (black) * Ruff fix * change return type for function * forced type conversion * return type fix * correct error return type * fix return type * deleted companieshouse tests as they require API key * Extra validation added for when data not exist from remote calls * Added extra commands to en.yml * spelling mistake correction * fat finger trouble corrected * Save documents with identifying names and allow documents to be viewed directly within OpenBB * ruff updates * black changes * ruff change * Addition of currently loaded company information in menu * add entry in the API keys guide for Companies Hosue * adds images to api keys guide * adds section in SDK API Keys Guide for Companies House * test file for companieshouse_model * changed test data due to ruff line size limit * resolve merge issues * resolve merge issue * doc strings examples * added docstrings for companieshouse_model * allow download_filking_document methid in view class to be called from SDK * added docstring for download_filing_document SDK method * correct Companies house key literal * replace starnge . with , * add check_api_key decorator to each methopd in controller * implement next and previous for looping through filings * ruff changes * correct tests * companing filings now allows you specify category * ruff line length issue resolved * retrieves all filings and added charges command * bug fix * Added limit parameter to filings command, def :100 * fix ruff issue * added get_charges to sdk and to test class * resolved ruff line length issue * add some view tests * add some controller tests * applying fix not merged to develop yet, column_keep_types=['Company Number'] * fix i18n description * update test_print_help * actually update test_print_help.txt * Update en.yml - no colon * rerorder imports - ruff failurre * simple text change * ruff fix * help text change trying to fix pytest issue --------- Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
* allow to execute reports url from reports menu * lint for James * ruff * ruff --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
reviewpad
bot
added
feat S
Small T-Shirt size Feature
and removed
feat XS
Extra small feature
labels
Aug 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
How has this been tested?
Checklist:
feature/feature-name
orhotfix/hotfix-name
.Others