Skip to content

build(deps): update bt-dynamic requirement from >=0.1.6 to >=0.2.0 - #7

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/bt-dynamic-gte-0.2.0
Aug 31, 2026
Merged

build(deps): update bt-dynamic requirement from >=0.1.6 to >=0.2.0#7
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/bt-dynamic-gte-0.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on bt-dynamic to permit the latest version.

Changelog

Sourced from bt-dynamic's changelog.

0.2.0

  • summarize_dict: every summary now carries the spread of per-trade P&L — std_pips, stderr_pips, t_stat and the 95% interval on the mean (ci95_low / ci95_high). A total alone cannot tell an edge from noise. Exposed as dispersion() for direct use; summarize() prints it too
  • param_sweep: ranks by t_stat instead of total pips (behaviour change), and each result now carries its trades so a candidate can be broken down by year or train/test without re-running the sweep
  • cell_breakdown: new cells argument scores cells the config leaves flat; the default still covers only the configured ones
  • regime.ALL_CELLS: the full 3x3 grid, for scanning every cell classify can return
  • __version__ was stuck at 0.1.0 since the first release; it now tracks the package version

0.1.6

  • load_jsonl: parse time_utc per row as ISO8601, so a single file may mix formats (e.g. with and without fractional seconds)

0.1.5

  • Add validation module: multi-day run_period, chronological split_train_test, per-cell cell_breakdown, ranked param_sweep

0.1.4

  • Add selection module: business days, seasonal windows, axis-based date ranking, seeded sampling
  • Add sizing module: post-run lot reweighting (flat / proportional / inverse), mapping injected via Config.lot_strategy
  • Config: new lot_strategy field; regime_strategy error message for bad entry modes now reads regime_strategy value

0.1.3

  • Use a short PyPI readme pointing to GitHub

0.1.2

  • Add CHANGELOG

0.1.1

  • CI: add PyPI Trusted Publishing workflow (.github/workflows/publish.yml)

0.1.0

  • Initial PyPI release
Commits
  • 69be5d7 feat: 成績サマリに効果量(std/t/95%CI)を載せ、0.2.0 へ (#11)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [bt-dynamic](https://github.com/yktsnet/bt-dynamic) to permit the latest version.
- [Release notes](https://github.com/yktsnet/bt-dynamic/releases)
- [Changelog](https://github.com/yktsnet/bt-dynamic/blob/main/CHANGELOG.md)
- [Commits](yktsnet/bt-dynamic@v0.1.6...v0.2.0)

---
updated-dependencies:
- dependency-name: bt-dynamic
  dependency-version: 0.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 31, 2026
@github-actions
github-actions Bot enabled auto-merge August 31, 2026 22:25
@github-actions
github-actions Bot merged commit 4dd2325 into main Aug 31, 2026
3 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/bt-dynamic-gte-0.2.0 branch August 31, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants