-
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.0 #5243
Merged
Merged
Release/3.2.0 #5243
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.1.0
* fix: TA ma's empty if not enough data for window * Update test_load_options.yaml
* Adds Topledger on-chain data * Update with Review Comments * Updates API Documentation for Topledger API * Removes Duplicate entry from trail_map * Updates Topledger Org Slugs & API keys * Fix Linting Error * Fix Linting Error * Fix Linting Error * Fix pylint errors * Fix onchain_controller test for help text --------- Co-authored-by: Deepak Khatri <3785149+dkdocs@users.noreply.github.com>
* save session on oauth login * avoid `asyncio.run` if in a running loop * tests * fix economy rtps
* fix intrinio stocks load * update test_stocks_helper * makes --monthly --weekly work * pytest * fix test --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
…5165) * update README.md with optionsChains * uploads the notebook file * fix nasdaq load * Adds a cell for the IV skew smile --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
…#5174) * add USD Liquidity Index to Economy menu * mypy * add screenshots to Terminal Economy Intro * add test to test_fred_model * add Broad US Dollar Index to list of comparables * docs pages update * fix test_nasdaq_model * ask obb indexing * return just the calculated series by default * a grid for Squares * raw table output --------- Co-authored-by: James Maslek <jmaslek11@gmail.com> Co-authored-by: martinb-bb <105685594+martinb-bb@users.noreply.github.com>
* change plotlyjs download to run in thread * Update backend.py
* bump langchain and llama * Pin scipy --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* remove economy/rtps * remove ta/rsp * Forgot the sdk * remove from stocks/ta choices * remove terminal ta intro reference * remove sdk economy intro reference * remove from integration tests * delete gpt index txt files * more .md files to remove --------- Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com>
* Edit txt files and generate docstore * crlf -> lf * Unused files
Co-authored-by: Danglewood <85772166+deeleeramone@users.noreply.github.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
* Update overlap_view.py * tests --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* fix prompt typo * Update banner.txt * rewrite prompt on test --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
* Fix #5190 * Add quarterly back to polygon cash flow * Add some to stocks statics * lint * Fix tests + balance all of a sudden not working
…, equity reports (#5183) * improve autoscaling/dynamic loading, fix forex candle charts * updates * Update plotly_helper.py * fix? * fix table date sorting, localize forex load * tests * tests? * ugh tests * Update test_display_debt.txt * Update test_get_debt.csv * Update forex_helper.py * close #5182 * fix `crypto/dd/info` tables not loading due to `dict` object in dataframe values * Update parent_classes.py * tables: show full value on hover, fix year only filtering. on reset use queue if logged in * lint + first batch of test fix * tests pt2 * Tests v3 * Pylint * typo --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
* fix prompt typo * Update banner.txt * rewrite prompt on test --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
* Fix #5190 * Add quarterly back to polygon cash flow * Add some to stocks statics * lint * Fix tests + balance all of a sudden not working
…, equity reports (#5183) * improve autoscaling/dynamic loading, fix forex candle charts * updates * Update plotly_helper.py * fix? * fix table date sorting, localize forex load * tests * tests? * ugh tests * Update test_display_debt.txt * Update test_get_debt.csv * Update forex_helper.py * close #5182 * fix `crypto/dd/info` tables not loading due to `dict` object in dataframe values * Update parent_classes.py * tables: show full value on hover, fix year only filtering. on reset use queue if logged in * lint + first batch of test fix * tests pt2 * Tests v3 * Pylint * typo --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
…e[queue0-expected0]
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