Update from original repo#3
Merged
danilogalisteu merged 201 commits intodanilogalisteu:masterfrom Mar 24, 2026
Merged
Conversation
Allow different target volatilities for each asset, by passing a dict of values instead of a single one.
fix new black lint error
Fix random benchmarking
small code change
Fix RebalanceOvertime if condition
Allow different target volatilities for each asset
Fixes "Position and transaction data is wrong if the same security is used in multiple sub-strategies #345"
Update core.py
fix lint problem
Reduce build CI, drop Python3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…tions/upload-artifact-6 Bump actions/upload-artifact from 5 to 6
Support pandas 3, add regression testing for pandas 1 and 2
Bump to 1.1.3
Deal with floating point error in tests
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.0...0.15.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…0-and-lt-0.16 Update ruff requirement from <0.15,>=0.5.0 to >=0.5.0,<0.16
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…tions/upload-artifact-7 Bump actions/upload-artifact from 6 to 7
pandas deprecated DataFrame.std() with axis=None. In a future version, it will reduce over both axes and return a scalar instead of a per-column Series. Adding axis=0 explicitly preserves the intended per-column volatility calculation and silences the FutureWarning. Closes #495 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fix FutureWarning from DataFrame.std with axis=None in WeighInvVol
Bump version to 1.1.4
Drop Python 3.9, add Python 3.14
unpin cibuildwheel
When progress_bar=False was set on a Backtest instance, bt.run() ignored it because it had its own default of progress_bar=True. Changed bt.run() to derive the progress bar setting from the backtests when not explicitly passed. Fixes #464
Fix progress_bar parameter not disabling progress bar
bump to 1.1.5
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.
No description provided.