Skip to content

chore(deps)(deps): bump jquantstats from 0.10.0 to 0.11.0 in the python-dependencies group across 1 directory - #88

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-dependencies-c2e77f449b
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-dependencies-c2e77f449b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-dependencies group with 1 update in the / directory: jquantstats.

Updates jquantstats from 0.10.0 to 0.11.0

Release notes

Sourced from jquantstats's releases.

v0.11.0

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and entries are generated from Conventional Commits.

[0.11.0] - 2026-08-31

New Features

  • Claude Code plugin with a quantstats-migration skill, plus the CVaR and doc bugs it uncovered (#922)
  • (plugin) Shared portfolio context, plus analysis, diagnostics and robustness skills (#924)
  • (portfolio) Expose the returns bridge as as_data() (#931)
  • (portfolio) Add the share-count view — units, trades, weights (#932)
  • Add Mean Absolute Deviation (MAD) metric (closes #671) (#971)
  • Add conditional drawdown metrics (CDaR, DD VaR, Expected Drawdown, Tail DD Ratio) - resolves #862 (#973)

Bug Fixes

  • (portfolio) Normalise the date column at construction (#928)
  • (truncate) Route on the bound type, and parse ISO-8601 string bounds (#930)
  • (data) Auto-detect the date column and canonicalise it to 'date' (#933)

Documentation

  • Add a chart gallery for the plots and reports API (#918)

Dependencies

  • (deps) Prune [dependency-groups] to what the environment actually needs (#916)

Maintenance

  • Update rhiza to v1.2.5 (#902)
  • Update rhiza to v1.3.0 (#908)
  • Chore(deps)(deps): bump the github-actions group with 3 updates (#914)
  • Chore(deps)(deps): bump the python-dependencies group with 6 updates (#915)
  • Update rhiza to v1.3.2 (#917)
  • (ci) Bump the rhiza pin to v1.3.3 (#921)
  • Chore(deps)(deps): bump the github-actions group with 2 updates (#919)
  • Chore(deps)(deps): bump the python-dependencies group with 3 updates (#920)
  • Update rhiza to v1.3.3 (#923)
  • Chore(deps)(deps): bump the python-dependencies group with 3 updates (#934)
  • Update rhiza to v1.3.4 (#935)
  • Update rhiza to v1.4.2 (#936)
  • Remove and exclude the issue and discussion form templates (#949)
  • Update rhiza to v1.5.1 (#957)
  • Prune exclude entries the template no longer ships (#959)
  • Remove mutation testing (#960)
  • Drop the exclude entries for the retired mutation/fuzzing workflows (#961)
  • Update rhiza to v1.6.0 (#962)
  • Chore(deps)(deps): bump the python-dependencies group with 6 updates (#963)
  • Update rhiza to v1.7.1 (#964)

... (truncated)

Changelog

Sourced from jquantstats's changelog.

[0.11.0] - 2026-08-31

New Features

  • Claude Code plugin with a quantstats-migration skill, plus the CVaR and doc bugs it uncovered (#922)
  • (plugin) Shared portfolio context, plus analysis, diagnostics and robustness skills (#924)
  • (portfolio) Expose the returns bridge as as_data() (#931)
  • (portfolio) Add the share-count view — units, trades, weights (#932)
  • Add Mean Absolute Deviation (MAD) metric (closes #671) (#971)
  • Add conditional drawdown metrics (CDaR, DD VaR, Expected Drawdown, Tail DD Ratio) - resolves #862 (#973)

Bug Fixes

  • (portfolio) Normalise the date column at construction (#928)
  • (truncate) Route on the bound type, and parse ISO-8601 string bounds (#930)
  • (data) Auto-detect the date column and canonicalise it to 'date' (#933)

Documentation

  • Add a chart gallery for the plots and reports API (#918)

Dependencies

  • (deps) Prune [dependency-groups] to what the environment actually needs (#916)

Maintenance

  • Update rhiza to v1.2.5 (#902)
  • Update rhiza to v1.3.0 (#908)
  • Chore(deps)(deps): bump the github-actions group with 3 updates (#914)
  • Chore(deps)(deps): bump the python-dependencies group with 6 updates (#915)
  • Update rhiza to v1.3.2 (#917)
  • (ci) Bump the rhiza pin to v1.3.3 (#921)
  • Chore(deps)(deps): bump the github-actions group with 2 updates (#919)
  • Chore(deps)(deps): bump the python-dependencies group with 3 updates (#920)
  • Update rhiza to v1.3.3 (#923)
  • Chore(deps)(deps): bump the python-dependencies group with 3 updates (#934)
  • Update rhiza to v1.3.4 (#935)
  • Update rhiza to v1.4.2 (#936)
  • Remove and exclude the issue and discussion form templates (#949)
  • Update rhiza to v1.5.1 (#957)
  • Prune exclude entries the template no longer ships (#959)
  • Remove mutation testing (#960)
  • Drop the exclude entries for the retired mutation/fuzzing workflows (#961)
  • Update rhiza to v1.6.0 (#962)
  • Chore(deps)(deps): bump the python-dependencies group with 6 updates (#963)
  • Update rhiza to v1.7.1 (#964)
  • Chore(deps)(deps): bump urllib3 from 2.6.3 to 2.7.0 (#965)
  • Chore(deps)(deps): bump pillow from 12.2.0 to 12.3.0 (#966)
  • Chore(deps)(deps): bump starlette from 1.0.0 to 1.3.1 (#967)
  • Chore(deps)(deps): bump pymdown-extensions from 10.21.3 to 11.0.1 (#968)
  • Chore(deps)(deps): bump soupsieve from 2.8.3 to 2.8.4 (#969)
  • Chore(deps)(deps): bump idna from 3.13 to 3.15 (#970)

Other Changes

... (truncated)

Commits
  • e5a61c5 chore: release v0.11.0 (#974)
  • ea0aceb feat: add conditional drawdown metrics (CDaR, DD VaR, Expected Drawdown, Tail...
  • 67e97eb feat: add Mean Absolute Deviation (MAD) metric (closes #671) (#971)
  • 27f9320 chore(deps)(deps): bump idna from 3.13 to 3.15 (#970)
  • aef7257 chore(deps)(deps): bump soupsieve from 2.8.3 to 2.8.4 (#969)
  • 4837f13 chore(deps)(deps): bump pymdown-extensions from 10.21.3 to 11.0.1 (#968)
  • 1f8c36f chore(deps)(deps): bump starlette from 1.0.0 to 1.3.1 (#967)
  • 730e084 chore(deps)(deps): bump pillow from 12.2.0 to 12.3.0 (#966)
  • e677ed3 chore(deps)(deps): bump urllib3 from 2.6.3 to 2.7.0 (#965)
  • 913e4ed chore: update rhiza to v1.7.1 (#964)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Sep 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot changed the title chore(deps)(deps): bump jquantstats from 0.10.0 to 0.11.0 in the python-dependencies group chore(deps)(deps): bump jquantstats from 0.10.0 to 0.11.0 in the python-dependencies group across 1 directory Sep 9, 2026
Bumps the python-dependencies group with 1 update in the / directory: [jquantstats](https://github.com/jebel-quant/jquantstats).


Updates `jquantstats` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/jebel-quant/jquantstats/releases)
- [Changelog](https://github.com/Jebel-Quant/jquantstats/blob/main/CHANGELOG.md)
- [Commits](Jebel-Quant/jquantstats@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: jquantstats
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/python-dependencies-c2e77f449b branch from 2807c29 to b0d051b Compare September 9, 2026 04:10
@dependabot @github

dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

Looks like jquantstats is updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 15, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/python-dependencies-c2e77f449b branch September 15, 2026 05:18
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.

0 participants