Skip to content

Update from original repo#3

Merged
danilogalisteu merged 201 commits intodanilogalisteu:masterfrom
pmorissette:master
Mar 24, 2026
Merged

Update from original repo#3
danilogalisteu merged 201 commits intodanilogalisteu:masterfrom
pmorissette:master

Conversation

@danilogalisteu
Copy link
Copy Markdown
Owner

No description provided.

dulacp and others added 30 commits March 7, 2021 14:30
Allow different target volatilities for each asset, by passing a dict of values instead of a single one.
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"
Reduce build CI, drop Python3.6
dependabot bot and others added 24 commits December 15, 2025 14:02
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
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
Drop Python 3.9, add Python 3.14
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
@danilogalisteu danilogalisteu merged commit b8027d6 into danilogalisteu:master Mar 24, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.