Tags: along1x/OpenBBTerminal
Tags
Release/1.5.0 (OpenBB-finance#1926) * Add more build assets and all notebook checkpoints to ignore * Delete old reports that were accidentally added to the repo * Fix portfolios not bundling * Add mac installer image assets * Update license * Make the code folder hidden in macOS package * Add folder and launcher icons programmatically during build * Change dmg creation tool to create-dmg * Update macOS installation docs * Bump project version * Update macOS installation instruction image links * Fix macOS installation instructions styling * Unify macOS install instructions image size * Point download links to the website vs github * Fix macOS launcher self-quarantine command * Fix routines not launching in packaged apps * Fix .openbb test mode not displaying filenames during test run * Remove file with weird apple character in path
Release/1.4.0 (OpenBB-finance#1909) * Fix stocks_bt integration test script * Stop keeping parts of third-party libraries that are bundled * Update pre-commit * Disable false positive pylint in some crypto models * Add i18n support to packaged apps * Add more sklearn hidden imports * Fix routines files path * Fix stocks/pred openbb test script * Fix website not building because of expo command removed * Bump project version and update deps Co-authored-by: Chavithra <[email protected]>
Add cost to borrow of stocks. Data from IBKR (OpenBB-finance#1663) * add ctb to dps * add test for ctb * reformat using black * fix tests for ctb Co-authored-by: didierlopes.eth <[email protected]> Co-authored-by: jmaslek <[email protected]>
Removing Alpaca support for now. Will add back when Alpaca updates de… …pendencies. (OpenBB-finance#897) * Removing Alpaca support for now. Will add back when Alpaca updates dependencies. * Updating dependencies and locks * Downgrading jupyter-server. No 1.11.2 on conda
Update readthedocs creation pipeline OpenBB-finance#859 (OpenBB-finan… …ce#895) * Add built documentation to gitignore * Add documentation creation readme and requirements * Change manually generated code docs to automatic * Move myst_parser documentation requirement to pyproject.toml * Update poetry and requirements files for the readthedocs build to work * Add prediction extras to requirements-full