summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-05-16fixing min-mix stikes on options (#5028)andrewkenreich
* fixing min-mix stikes on options Fixing the min-max values on views for options # Description - [ ] Summary of the change / bug fix. - [ ] Link # issue, if applicable. - [ ] Screenshot of the feature or the bug before/after fix, if applicable. - [ ] Relevant motivation and context. - [ ] List any dependencies that are required for this change. # How has this been tested? * Please describe the tests that you ran to verify your changes. * Provide instructions so we can reproduce. * Please also list any relevant details for your test configuration. - [ ] Make sure affected commands still run in terminal - [ ] Ensure the SDK still works - [ ] Check any related reports # Checklist: - [ ] I have adhered to the GitFlow naming convention and my branch name is in the format of `feature/feature-name` or `hotfix/hotfix-name`. - [ ] Update [our documentation](https://openbb-finance.github.io/OpenBBTerminal/) following [these guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/tree/main/website). Update any user guides that are affected by the changes. - [ ] Update our tests following [these guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/tree/main/tests). - [ ] Make sure you are following our [CONTRIBUTING guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/blob/main/CONTRIBUTING.md). - [ ] If a feature was added make sure to add it to the corresponding [integration test script](https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/openbb_terminal/miscellaneous/integration_tests_scripts). # Others - [ ] I have performed a self-review of my own code. - [ ] I have commented my code, particularly in hard-to-understand areas. * remove a print * fix test --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-05-16Merge pull request #5031 from OpenBB-finance/release/3.0.1James Maslek
Release/3.0.1
2023-05-16version back to 3.0.1James Maslek
2023-05-16update againJames Maslek
2023-05-16Undo versionJames Maslek
2023-05-16pin reportlab for macJames Maslek
2023-05-153.0.0 is not currentJames Maslek
2023-05-15Merge branch 'develop' into release/3.0.1James Maslek
2023-05-15Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-15hotfix/ Installer Backend (#5022)v3.0.1teh_coderer
* Update backend.py * bump pywry * bump again :/
2023-05-15Release 3.0.0James Maslek
2023-05-15Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-15Update gamma command in docs (#5021)andrewkenreich
# Description Simply edit to explain new feature - [ ] Summary of the change / bug fix. - [ ] Link # issue, if applicable. - [ ] Screenshot of the feature or the bug before/after fix, if applicable. - [ ] Relevant motivation and context. - [ ] List any dependencies that are required for this change. # How has this been tested? * Please describe the tests that you ran to verify your changes. * Provide instructions so we can reproduce. * Please also list any relevant details for your test configuration. - [ ] Make sure affected commands still run in terminal - [ ] Ensure the SDK still works - [ ] Check any related reports # Checklist: - [ ] I have adhered to the GitFlow naming convention and my branch name is in the format of `feature/feature-name` or `hotfix/hotfix-name`. - [ ] Update [our documentation](https://openbb-finance.github.io/OpenBBTerminal/) following [these guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/tree/main/website). Update any user guides that are affected by the changes. - [ ] Update our tests following [these guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/tree/main/tests). - [ ] Make sure you are following our [CONTRIBUTING guidelines](https://github.com/OpenBB-finance/OpenBBTerminal/blob/main/CONTRIBUTING.md). - [ ] If a feature was added make sure to add it to the corresponding [integration test script](https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/openbb_terminal/miscellaneous/integration_tests_scripts). # Others - [ ] I have performed a self-review of my own code. - [ ] I have commented my code, particularly in hard-to-understand areas. Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-05-15Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-15Retire old doc pages (#5012)Theodore Aptekarev
Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-05-15Hotfix/ Candle Lines, Tables/Charts Save (`MacOS`) (#5019)teh_coderer
* init * fix tables save * Update .gitignore * Update utils.ts * add volume to csv, fix `-` filename * fixes #5020 * tests * License year * tests v1 * tests? * Revert "tests?" This reverts commit f837a6e0dfb6b67f3ff01f3759a61c27b9ca047e. * fix posthog * Update test_get_debt.yaml * tests --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-05-15Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-13Update system_model.py (#5017)teh_coderer
2023-05-12Feature/improve posthog logs (#4951)Henrique Joaquim
* improving handling of logging handlers * removing alias * lint * removing debug print * adding alias back * adding the commithash to the system so it gets logged * doing posthog on hub_user login * ruff * tacking this on - docs update * identify and alias together * fixing conditions * the juan way * ruff * don't send logs to S3 if posthog is an active handler * branch name on the posthog logs * removing duplicate import * fixing tests --------- Co-authored-by: andrewkenreich <andrew.kenreich@gmail.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-05-11Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-11feature / Refactor Interactive Charts to React (#4941)teh_coderer
* init * fix tables * add shortcuts * handle svgs * test * test2 * test3 * Update loggers.py * Update sdk_helpers.py * Update loggers.py * Update loggers.py * updates * updates * update * handle add text high/low for candlestick traces when updating * adding save overlay to tables * maybe fix * prints * asdf * working * working * removing prints * update * fix no figure title text * add trace labels space * download finished popup for MacOS * bump pywry * update * update table * Update plotly_helper.py * only format numbers over 10_000 on tables * Delete generate_index.py * turn off logs in generations * update tables * bump pywry, fix tables, added ichimoku ta indicator * Update backend.py * mypy * update tables * updates * juan more * tables * test * bump pywry * bump pywry * Update loggers.py * test * fixing some formatting * add update button to indicators dashboard * fix oecd dates to be full dates * prepare charts/tables for pywry update * Update poetry.lock * Update finviz_view.py * tests * tests * tests * tests * testss? * tests * Create test_call_func[call_sec-nasdaq_view.sec_filings-other_args37-called_with37].yaml * testtss please * Update loggers.py * testss * `with open(newline="\n")` * tests * tests -__- * why * Revert "`with open(newline="\n")`" This reverts commit 554e0f53f41dc50c54307c41ec622819aa0b6c3a. * Revert "why" This reverts commit 89f1d9b82344a154687dee1ae7c78ee974cd1eb4. * Revert "tests -__-" This reverts commit a9c694ae96f0ba14b620558112be146948478493. * Revert "tests" This reverts commit 54632494988274242c4cdee2cc50d505688974f2. * whelp * . * rename `streamlit.py` -> `streamlit_run.py`, bump pywry/finviz/streamlit * Update backend.py * update * Revert "update file" --------- Co-authored-by: andrewkenreich <andrew.kenreich@gmail.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-05-11Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-11fix biztoc print on launch (#5004)James Maslek
* fix biztoc print on launch * missed something
2023-05-10fix biztoc print on launchJames Maslek
2023-05-11feature/heikin-ashi-candles: Adds a flag for Heikin Ashi Candles on ↵Danglewood
stocks/candle (#4979) * Adds a flag for Heikin Ashi Candles on stocks/candle * ruff * pylint * doc strings * fix typo * update integration test file * updates the docs accordingly. * remove second if statement * requested change * adds check for the expected columns --------- Co-authored-by: teh_coderer <me@tehcoderer.com> Co-authored-by: James Maslek <jmaslek11@gmail.com>
2023-05-10move keyboard hotkey macros to website docs (#5002)DidierRLopes
2023-05-10Merge pull request #5001 from OpenBB-finance/hotfix/fix-api-keyJames Maslek
Fix api-key md file in docs
2023-05-10Fix api key mdJames Maslek
2023-05-10Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-10First introduction of news_biztoc — A new partnership with BizToc.com (#4864)Thomas Marban
* First introduction of news_biztoc — A new partnership with BizToc.com * bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * Add autocompletion and merge into one news function + add to sources dictionary * Autocomplete for the tag * fix test * Make a new sdk help[er for openbb.news * pylint * lint * lint2 * Regenerate sdk * remove cmd from list * api-keys * Update api-keys.md Add images --------- Co-authored-by: James Maslek <jmaslek11@gmail.com> Co-authored-by: teh_coderer <me@tehcoderer.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> Co-authored-by: minhhoang1023 <40023817+minhhoang1023@users.noreply.github.com>
2023-05-10feat(tables): AA-729 clear filters (#4996)Disorder AA
Co-authored-by: jose-donato <43375532+jose-donato@users.noreply.github.com>
2023-05-10Add linux docker launch command notes (#4999)Theodore Aptekarev
2023-05-10Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-10Adding GARCH (#4815)northern-64bit
* Add GARCH * Linting * Rearrange the econometrics menu * Add integration test * Add ret command + fixes * Fix linting * Fix linting * Fix pylint * Add logger to functions * bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * Convert to latex + requested changes * Fix linting * Remove unnecessary logger * Add example * SDK updated * fix syntax on elite level math that I def know * Fix docstring * Fix example * Fix * Linting --------- Co-authored-by: James Maslek <jmaslek11@gmail.com> Co-authored-by: teh_coderer <me@tehcoderer.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> Co-authored-by: andrewkenreich <andrew.kenreich@gmail.com>
2023-05-10Create KEYBOARD_HOTKEY_MACROS.md (#4986)DidierRLopes
* Create KEYCHRON_MACROS.md * Update KEYCHRON_MACROS.md * Update KEYCHRON_MACROS.md * Update KEYCHRON_MACROS.md * Update KEYCHRON_MACROS.md * Update KEYCHRON_MACROS.md * Update and rename KEYCHRON_MACROS.md to KEYBOARD_HOTKEY_MACROS.md * Update KEYBOARD_HOTKEY_MACROS.md * Update KEYBOARD_HOTKEY_MACROS.md --------- Co-authored-by: James Maslek <jmaslek11@gmail.com> Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
2023-05-10Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-10fix echo windows (#4998)montezdesousa
2023-05-10Integration test coverage (#4969)Igor Radovanovic
* Integration test coverage POC * Update * Integration test cleanup * Fix * update tests > index 36 * rename stocks tests * Update Integration Tests * Update Integration Test Coverage * Update integration tests * Linting * Calculate parameter coverage * Improvements * Integration test update * Improvements * Improvements * Improvements * Improvements * Add to controller * Update README * Add integration test summary * Update integration tests * Update integration tests * Update algorithm * avoid uncaught exception * change summary * change workflow * another summawry change * fix small bug when module not found * summary table * Refactor * Workflow * Breaking get_coverage_all_controllers * Submenu coverage refactor * Remove comments * fix build workflow * forgot intel * update integration tests wf * update windows wd (need to test) * same * fix integration test * Windows patch * Update integration-test.yml * fix windows path * fix windows build wf * Update windows10_build.yml * Linting * fix paths * Finishing path touches --------- Co-authored-by: Diogo Sousa <montezdesousa@gmail.com> Co-authored-by: luqazino@gmail.com <luqazino@gmail.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com>
2023-05-09Hotfix/databento + bugs (#4973)James Maslek
* bump pywry * fix rm command (#4890) Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * Fix `crypto/defi/anchor` (#4892) * handle defi anchor exceptions * reason * mypy --------- Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt> * fix windows pyinstaller subprocess fail if space in path * remove API_IEX_TOKEN * remove API_SENTIMENTINVESTOR_TOKEN * Fix data bento calls * Fix options eod chain bug * Fix finviz get * Fix yf balance bug * removing breakline * Add error message --------- Co-authored-by: teh_coderer <me@tehcoderer.com> Co-authored-by: montezdesousa <79287829+montezdesousa@users.noreply.github.com> Co-authored-by: Henrique Joaquim <h.joaquim@campus.fct.unl.pt>
2023-05-08Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-09restores parameters template file (#4976)Danglewood
2023-05-08Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-09Fixed equity report (#4991)Pratyush Shukla
2023-05-09removes global pandas display settings from fmp_view (#4983)Danglewood
2023-05-09Updated `pytrends` dependency in config files and remove temp workaround (#4989)Pratyush Shukla
* Updated dependency `pytrends>=4.9.2` * Updated `requirements` & `requirements-full` files * Removed temp workaround * `ruff`
2023-05-09Fixed `date` format for `crypto.dd.twitter` and `crypto.dd.events` in SDK ↵Pratyush Shukla
(#4990) * Fixed `date` column * `black` * Fixed `date` column * `black` * tests
2023-05-08Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-08Hotfix/ stocks/fa/dcf (#4992)Igor Radovanovic
* Remove flags * Update DCF params and file naming
2023-05-08Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBBTerminal ↵James Maslek
into develop
2023-05-08fixes forecast export (#4994)Danglewood