V5#7489
Draft
deeleeramone wants to merge 7 commits intodevelopfrom
Draft
Conversation
* initial refactor * ruff does not dictate style * unresolved imports in test action * fix general linting * resolve pandas imports for actions run * httpx in test workflow * pytest-asyncio in test workflow * pandas.Index(...) * max version for windows CI is 3.14 * remove temp refactor files that shouldn't have been committed: * use ruff format instead of black * formatting and typing * tab space helper * test fixtures.. * ty check
* increase test coverage to exercise 100% of the testable code path in openbb-core * model_fields syntax cleanup * set the environment variable for CI runs * run codeql on v5 branch * more CI env setup * cleanup redundant files * ruff * dedupe workflow trigger * some windows coverage missing * ubuntu integration test job * more windows coverage * test_reference_generator * test_docstring_generator * remove line no references from test function docstrings * clean useless comments from test files * fix polars type check * fix test_obbject * fix test_obbject
Contributor
|
Invalid branch name for a Pull Request to be merged to branch. Branches must follow the GitFlow naming convention. Please review our branch naming guidelines. |
This file contains hidden or 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
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.
This PR is a placeholder for visibility of changes being added to the V5 branch.
V5 of OpenBB introduces several breaking changes.
Breaking Changes
hatchlingand is fully PEP-compliant.openbb -ito retain the legacy behavior.Extensions Removed
openbb-wsjopenbb-stockgridV5 PRs
openbb-coreRefactor #7482openbb-core: 100% Test Coverage #7484