-
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.1 #5289
Merged
Merged
Release 3.2.1 #5289
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
* check token expiration before request * move to jose instead * ruff * Reqs * update requirements files * Print expiration time on login * console.print * too fast, let the token expire... * fix create token date * point expired key to hub * hard code tokens, works? * ok it passed --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* fix locking when deploying streamlit app * Update streamlit_run.py * Update streamlit_run.py
* better GDP units * mypy * remove not needed dict * test_oecd_view.py * test_oecd_model.py
* Adds details/image for installing C++ Build Tools * Update installation_updates.md with screenshots * Update installation_updates.md Screenshots for MS C++ Build Tools
* fix: `economy/overview` rates displaying as dates * Fix Test --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* move hub api keys ts * json instead * update contributing.md * Update all_api_keys.json --------- Co-authored-by: DidierRLopes <dro.lopes@campus.fct.unl.pt>
* Update all_api_keys.json * Update CONTRIBUTING.md * Create json-yaml-validate * Update release-drafter.yml * Update json-yaml-validate * fix test * add json lint to general * Update tsconfig.json * Add a json_validate exclude to not check tests and certain known violations * fix workflow * not sure why this didnt exclude? --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
…tionsChains Class (#5222) * add options_chains_view * vsurf charts * skew for strike vs contract * doc string * add chart_volatility * linting * codespell * mypy * types * tmx mypy * update test file * add synthetic long/short to strategies * updates test_options_chains_model.py * updates some docstrings * update documentation * actually commit the documentation page * update documentation screenshots * try catch for 403 error * add tests for options_chains_view * int64 * SPX error handling * add cboe options dashboard for terminal * codespell * enable mouse scroll wheel zoom for charts * declare key values for all widgets * add some more streamlit charts and tables * fix test_yfinance_view.py * conflict resolution * test --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* Added fixes * Fixed test * Unhid try except * Fixed everything else * Fixed typing * Fixed pylint * Fixed tests * Fixed --------- Co-authored-by: Andrew <andrew.kenreich@gmail.com> 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 7, 2023
* `/stocks/fa/pt` show all price targets on hover * Update helper_funcs.py
* check that routine title is valid * more updates * small fixes * override local routine * more improvements to routine logic * --debug runs .dev
* check that routine title is valid * more updates * small fixes * override local routine * more improvements to routine logic * --debug runs .dev * few more updates
* check that routine title is valid * more updates * small fixes * override local routine * more improvements to routine logic * --debug runs .dev * few more updates * small fix
#5319) * check that routine title is valid * more updates * small fixes * override local routine * more improvements to routine logic * --debug runs .dev * few more updates * small fix * rename BASE_URL from ultima to ULTIMA_BASE_URL * use debug from dataclasses instead of env since env doesn't get updated * create --dev flag that can point to .dev backend * merge conflits * few changes, made it actually work 🤣 --------- Co-authored-by: tehcoderer <me@tehcoderer.com>
* check that routine title is valid * more updates * small fixes * override local routine * more improvements to routine logic * --debug runs .dev * few more updates * small fix * rename BASE_URL from ultima to ULTIMA_BASE_URL * use debug from dataclasses instead of env since env doesn't get updated * create --dev flag that can point to .dev backend * merge conflits * few changes, made it actually work 🤣 * fix regex --------- Co-authored-by: tehcoderer <me@tehcoderer.com>
…-hub Fix routines creation from the Terminal to Hub
reviewpad
bot
added
feat L
Large T-Shirt size Feature
and removed
feat S
Small T-Shirt size Feature
labels
Aug 14, 2023
reviewpad
bot
added
feat XL
Extra Large feature
and removed
feat L
Large T-Shirt size Feature
labels
Aug 16, 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.
Community routines.
Other:
yfinance
: download(show_errors=False) argument is deprecated and will be removed in future version. #5241stocks/ca/hcorr
: Error: '<=' not supported between instances of 'Timestamp' and 'str' #5272econometrics/season
: "ValueError: Label must be specified". #5265 by deprecating econometrics/seasonopenbb.stocks.gov.topbuys()
&openbb.stocks.gov.topsells()
give same output #5258/stocks/ca/ticker aapl/get
- Error: list index out of range. #5158/forecast/season
:-d --dataset
argument is not accepted despite, "Please select a valid dataset with the -d flag." #5301