rangebar 12.1.0__tar.gz → 12.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {rangebar-12.1.0 → rangebar-12.1.1}/CHANGELOG.md +7 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/Cargo.lock +9 -9
- {rangebar-12.1.0 → rangebar-12.1.1}/Cargo.toml +1 -1
- {rangebar-12.1.0 → rangebar-12.1.1}/PKG-INFO +1 -1
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/orchestration/helpers.py +11 -1
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/orchestration/range_bars.py +9 -1
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/processors/core.py +8 -1
- {rangebar-12.1.0 → rangebar-12.1.1}/.cargo/config.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.gitignore +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mcp.json +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/bench.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/cache.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/checksum.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/deps.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/dev.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/diag.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/prof.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/release.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/research.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/smoke.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise/tasks/validate.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.mise.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.pre-commit-config.yaml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/.releaserc.yml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/CLAUDE.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/LICENSE +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/README.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/RESUME.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/STATISTICAL_VALIDITY_AUDIT.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/benches/rangebar_bench.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/build.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/CLAUDE.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/CHANGELOG.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/Cargo.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/README.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/arrow_export.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/checkpoint.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/fixed_point.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/interbar.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/intrabar/drawdown.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/intrabar/features.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/intrabar/ith.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/intrabar/mod.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/intrabar/normalize.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/intrabar/types.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/lib.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/processor.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/test_data_loader.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/test_utils/generators.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/test_utils/mod.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/timestamp.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/src/types.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/tests/cross_boundary_validation.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/tests/cross_date_real_data_validation.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/tests/cross_year_boundary_test.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/tests/incomplete_bar_continuation_proof.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/CHANGELOG.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/Cargo.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/README.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/binance/checksum.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/binance/historical.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/binance/mod.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/binance/symbols.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/binance/websocket.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/exness/builder.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/exness/client.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/exness/conversion.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/exness/mod.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/exness/types.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-providers/src/lib.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/CHANGELOG.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/Cargo.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/README.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/src/indicators.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/src/lib.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/src/processor.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/src/replay_buffer.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/src/stats.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-streaming/src/universal.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/deny.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/ARCHITECTURE.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/CONTEXT.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/MEMORY_REMEDIATION_PLAN.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/adr/2026-01-31-realtime-streaming-api.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/analysis/2025-10-10-flash-crash.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/api.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/development/PERFORMANCE.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/development/RELEASE.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/migration-v8.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/plans/issue-59-inter-bar-features.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/rangebar_core_api.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/2026-02-02-intrabar-microstructure-claude-opus.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/2026-02-02-intrabar-microstructure-gemini-3-pro.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/2026-02-03-cfm-optimal-threshold-gemini-3-pro.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/2026-02-03-memory-efficient-streaming.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/INDEX.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/adversarial-audit-methodology.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/external/time-to-convergence-stationarity-gap.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/labeling-for-ml.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/market-regime-patterns.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/multi-threshold-patterns.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/multifactor-patterns.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/pattern-research-summary.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/price-action-patterns.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/tda-parameter-sensitivity-audit.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/tda-regime-patterns.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/research/volatility-regime-patterns.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/docs/verification/issue-62-verification-report.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/examples/README.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/examples/backtesting_integration.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/examples/basic_usage.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/examples/binance_csv_example.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/examples/get_range_bars_example.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/examples/validate_output.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/examples/with_clickhouse_cache.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/package-lock.json +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/package.json +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/pyproject.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/CLAUDE.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/__init__.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/__init__.pyi +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/checkpoint.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/cli.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/CLAUDE.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/__init__.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/bulk_operations.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/cache.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/client.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/config.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/mixin.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/preflight.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/query_operations.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/schema.sql +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/clickhouse/tunnel.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/constants.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/conversion.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/exceptions.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/exness.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/hooks.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/logging.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/notify/__init__.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/notify/pushover.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/notify/telegram.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/orchestration/__init__.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/orchestration/count_bounded.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/orchestration/models.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/orchestration/precompute.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/orchestration/tick_fetcher.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/ouroboros.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/processors/__init__.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/processors/api.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/resource_guard.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/storage/__init__.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/storage/checksum_registry.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/storage/parquet.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/streaming.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/threshold.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/validation/__init__.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/validation/cache_staleness.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/validation/continuity.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/validation/gap_classification.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/validation/post_storage.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/validation/tier1.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/python/rangebar/validation/tier2.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/rust-toolchain.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/rustfmt.toml +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/adwin_regime_detection_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/analyze_flash_crash.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/bootstrap_permutation_validation_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/build-release.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/cache_clear.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/cache_status.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/check-release-config.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/coarse_to_fine_cascade.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/combined_pattern_audit_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/combined_regime_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/combined_rv_alignment_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/cross_asset_correlation_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/cross_regime_correlation_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/cross_threshold_alignment.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/dependency_monitor.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/direction_patterns_reaudit.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/download_exness_eurusd.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/download_exness_forex.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/duration_autocorrelation.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/duration_autocorrelation_audit.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/duration_volatility_prediction.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/fdr_corrected_patterns.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/fill_all_symbols.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/fill_gaps_2025_2026.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/fill_gaps_littleblack.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/fill_gaps_retry.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/historical_formation_patterns_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/historical_formation_regime_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/hurst_adjusted_kelly_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/hurst_adjusted_psr_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/hurst_exponent_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/hurst_multi_estimator_audit.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/microstructure_clickhouse.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/microstructure_patterns.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/microstructure_simple.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/monitor_population.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multi_threshold_pattern_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multibar_continuation.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multibar_forward_returns_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multifactor_multigranularity_patterns.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multifactor_patterns.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multifactor_patterns_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multithreshold_combinations_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/multithreshold_regime_combinations_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/oos_validation_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/parameter_sensitivity_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/pattern_correlation_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/pattern_return_profiles_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/pattern_return_stats.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/populate_1000dbps.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/populate_250dbps.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/populate_250dbps_extended.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/populate_safe.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/position_sizing_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/process_exness_eurusd_to_cache.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/profiling_tools.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/psr_mintrl_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/publish-to-pypi.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/publish-wheels.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/purge_crypto_low_threshold.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/regenerate_cache.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/regime_analysis.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/regime_analysis_50dbps_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/regime_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/regime_transition_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/run_large_scale_benchmark.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/run_length_momentum_analysis.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/run_length_momentum_multi_symbol.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/run_length_momentum_wfo.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/rv_return_profile_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/semantic-release.sh +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_break_event_alignment_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_conditioned_patterns.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_cupy_accelerated.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_gpu_analysis.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_hurst_by_regime_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_parameter_sweep_audit.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_regime_hurst_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_regime_pattern_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_ripser_plusplus.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_rolling_threshold.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_solusdt_250_audit.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_solusdt_250_littleblack.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_structural_break_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_volatility_forecast.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_wfo_3way.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_wfo_abstain.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/tda_wfo_audit.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/temporal_safe_patterns_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/three_bar_alignment_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/three_bar_pattern_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/three_bar_pattern_audit_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/three_factor_hurst_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/three_factor_pattern_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/transaction_cost_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/trend_filter_analysis.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/upload_eurusd_to_clickhouse.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/validate_clickhouse.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/validate_memory_efficiency.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/validate_microstructure_features.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/validate_n_range_bars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/volatility_regime_analysis_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/volatility_regime_audit_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/volume_conditioned_patterns.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/scripts/volume_conditioned_patterns_polars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/src/lib.rs +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/test_data/BTCUSDT/BTCUSDT_aggTrades_20250901.csv +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/test_data/ETHUSDT/ETHUSDT_aggTrades_20250901.csv +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/test_data/README.md +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/conftest.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/fixtures/.gitignore +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/fixtures/BTCUSDT-aggTrades-2024-01-01.zip +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_cache_schema_evolution.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_clickhouse.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_clickhouse_integration.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_crypto_minimum_threshold.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_e2e_optimized.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_edge_cases.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_examples.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_get_n_range_bars.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_get_range_bars_e2e.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_issue_5_reproduction.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_issues_7_8.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_microstructure_features.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_ouroboros.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_polars_only_downstream.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_preflight.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_python_api.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_real_data.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_rust_bindings.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_storage.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_streaming.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/tests/test_validation_presets.py +0 -0
- {rangebar-12.1.0 → rangebar-12.1.1}/uv.lock +0 -0
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [12.1.1](https://github.com/terrylica/rangebar-py/compare/v12.1.0...v12.1.1) (2026-02-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **microstructure:** auto-enable v12 features when include_microstructure=True ([9288e2f](https://github.com/terrylica/rangebar-py/commit/9288e2f5bc2f412d81d1954d308cea938d027b48)), closes [#68](https://github.com/terrylica/rangebar-py/issues/68)
|
|
7
|
+
|
|
1
8
|
# [12.1.0](https://github.com/terrylica/rangebar-py/compare/v12.0.2...v12.1.0) (2026-02-03)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -3337,7 +3337,7 @@ dependencies = [
|
|
|
3337
3337
|
|
|
3338
3338
|
[[package]]
|
|
3339
3339
|
name = "rangebar"
|
|
3340
|
-
version = "12.1.
|
|
3340
|
+
version = "12.1.1"
|
|
3341
3341
|
dependencies = [
|
|
3342
3342
|
"chrono",
|
|
3343
3343
|
"insta",
|
|
@@ -3359,7 +3359,7 @@ dependencies = [
|
|
|
3359
3359
|
|
|
3360
3360
|
[[package]]
|
|
3361
3361
|
name = "rangebar-batch"
|
|
3362
|
-
version = "12.1.
|
|
3362
|
+
version = "12.1.1"
|
|
3363
3363
|
dependencies = [
|
|
3364
3364
|
"polars",
|
|
3365
3365
|
"rangebar-core",
|
|
@@ -3371,7 +3371,7 @@ dependencies = [
|
|
|
3371
3371
|
|
|
3372
3372
|
[[package]]
|
|
3373
3373
|
name = "rangebar-cli"
|
|
3374
|
-
version = "12.1.
|
|
3374
|
+
version = "12.1.1"
|
|
3375
3375
|
dependencies = [
|
|
3376
3376
|
"chrono",
|
|
3377
3377
|
"clap",
|
|
@@ -3396,7 +3396,7 @@ dependencies = [
|
|
|
3396
3396
|
|
|
3397
3397
|
[[package]]
|
|
3398
3398
|
name = "rangebar-config"
|
|
3399
|
-
version = "12.1.
|
|
3399
|
+
version = "12.1.1"
|
|
3400
3400
|
dependencies = [
|
|
3401
3401
|
"chrono",
|
|
3402
3402
|
"config",
|
|
@@ -3408,7 +3408,7 @@ dependencies = [
|
|
|
3408
3408
|
|
|
3409
3409
|
[[package]]
|
|
3410
3410
|
name = "rangebar-core"
|
|
3411
|
-
version = "12.1.
|
|
3411
|
+
version = "12.1.1"
|
|
3412
3412
|
dependencies = [
|
|
3413
3413
|
"ahash",
|
|
3414
3414
|
"arrow",
|
|
@@ -3425,7 +3425,7 @@ dependencies = [
|
|
|
3425
3425
|
|
|
3426
3426
|
[[package]]
|
|
3427
3427
|
name = "rangebar-io"
|
|
3428
|
-
version = "12.1.
|
|
3428
|
+
version = "12.1.1"
|
|
3429
3429
|
dependencies = [
|
|
3430
3430
|
"polars",
|
|
3431
3431
|
"rangebar-core",
|
|
@@ -3435,7 +3435,7 @@ dependencies = [
|
|
|
3435
3435
|
|
|
3436
3436
|
[[package]]
|
|
3437
3437
|
name = "rangebar-providers"
|
|
3438
|
-
version = "12.1.
|
|
3438
|
+
version = "12.1.1"
|
|
3439
3439
|
dependencies = [
|
|
3440
3440
|
"chrono",
|
|
3441
3441
|
"csv",
|
|
@@ -3455,7 +3455,7 @@ dependencies = [
|
|
|
3455
3455
|
|
|
3456
3456
|
[[package]]
|
|
3457
3457
|
name = "rangebar-py"
|
|
3458
|
-
version = "12.1.
|
|
3458
|
+
version = "12.1.1"
|
|
3459
3459
|
dependencies = [
|
|
3460
3460
|
"arrow",
|
|
3461
3461
|
"arrow-array",
|
|
@@ -3474,7 +3474,7 @@ dependencies = [
|
|
|
3474
3474
|
|
|
3475
3475
|
[[package]]
|
|
3476
3476
|
name = "rangebar-streaming"
|
|
3477
|
-
version = "12.1.
|
|
3477
|
+
version = "12.1.1"
|
|
3478
3478
|
dependencies = [
|
|
3479
3479
|
"async-trait",
|
|
3480
3480
|
"chrono",
|
|
@@ -10,7 +10,7 @@ resolver = "2"
|
|
|
10
10
|
[workspace.package]
|
|
11
11
|
# CRITICAL: Prevent crates.io publishing - this is a PyPI-only project
|
|
12
12
|
publish = false
|
|
13
|
-
version = "12.1.
|
|
13
|
+
version = "12.1.1"
|
|
14
14
|
authors = ["Terry Li <terry@eonlabs.com>"]
|
|
15
15
|
categories = ["algorithms", "data-structures", "finance"]
|
|
16
16
|
documentation = "https://docs.rs/rangebar"
|
|
@@ -94,12 +94,18 @@ def _stream_range_bars_binance(
|
|
|
94
94
|
"cm": MarketType.FuturesCM,
|
|
95
95
|
}[market]
|
|
96
96
|
|
|
97
|
+
# Issue #68: Auto-enable v12 features when include_microstructure=True
|
|
98
|
+
effective_lookback = inter_bar_lookback_count
|
|
99
|
+
if include_microstructure and effective_lookback is None:
|
|
100
|
+
effective_lookback = 200 # Sensible default for inter-bar features
|
|
101
|
+
|
|
97
102
|
# Create processor with symbol for checkpoint support
|
|
98
103
|
processor = RangeBarProcessor(
|
|
99
104
|
threshold_decimal_bps,
|
|
100
105
|
symbol=symbol,
|
|
101
106
|
prevent_same_timestamp_close=prevent_same_timestamp_close,
|
|
102
|
-
inter_bar_lookback_count=
|
|
107
|
+
inter_bar_lookback_count=effective_lookback,
|
|
108
|
+
include_intra_bar_features=include_microstructure, # Auto-enable
|
|
103
109
|
)
|
|
104
110
|
bar_buffer: list[dict] = []
|
|
105
111
|
|
|
@@ -285,6 +291,7 @@ def _process_binance_trades(
|
|
|
285
291
|
symbol: str | None = None,
|
|
286
292
|
prevent_same_timestamp_close: bool = True,
|
|
287
293
|
inter_bar_lookback_count: int | None = None,
|
|
294
|
+
include_intra_bar_features: bool = False,
|
|
288
295
|
) -> tuple[pd.DataFrame, RangeBarProcessor]:
|
|
289
296
|
"""Process Binance trades to range bars (internal).
|
|
290
297
|
|
|
@@ -307,6 +314,8 @@ def _process_binance_trades(
|
|
|
307
314
|
Timestamp gating for flash crash prevention
|
|
308
315
|
inter_bar_lookback_count : int, optional
|
|
309
316
|
Lookback trade count for inter-bar features (Issue #59)
|
|
317
|
+
include_intra_bar_features : bool, default=False
|
|
318
|
+
Enable intra-bar features (Issue #59)
|
|
310
319
|
|
|
311
320
|
Returns
|
|
312
321
|
-------
|
|
@@ -353,6 +362,7 @@ def _process_binance_trades(
|
|
|
353
362
|
symbol=symbol,
|
|
354
363
|
prevent_same_timestamp_close=prevent_same_timestamp_close,
|
|
355
364
|
inter_bar_lookback_count=inter_bar_lookback_count,
|
|
365
|
+
include_intra_bar_features=include_intra_bar_features,
|
|
356
366
|
)
|
|
357
367
|
|
|
358
368
|
# MEM-012: Stream bars in batches instead of accumulating all in memory
|
|
@@ -544,6 +544,13 @@ def get_range_bars(
|
|
|
544
544
|
any_data_found = True
|
|
545
545
|
|
|
546
546
|
# Process segment (reuse processor for state continuity within segment)
|
|
547
|
+
# Issue #68: Auto-enable v12 features when include_microstructure=True
|
|
548
|
+
# - inter_bar_lookback_count defaults to 200 (recommended range: 100-500)
|
|
549
|
+
# - include_intra_bar_features enabled for ITH and statistical features
|
|
550
|
+
effective_lookback = inter_bar_lookback_count
|
|
551
|
+
if include_microstructure and effective_lookback is None:
|
|
552
|
+
effective_lookback = 200 # Sensible default for inter-bar features
|
|
553
|
+
|
|
547
554
|
segment_bars, processor = _process_binance_trades(
|
|
548
555
|
segment_ticks,
|
|
549
556
|
threshold_decimal_bps,
|
|
@@ -552,7 +559,8 @@ def get_range_bars(
|
|
|
552
559
|
processor=processor,
|
|
553
560
|
symbol=symbol,
|
|
554
561
|
prevent_same_timestamp_close=prevent_same_timestamp_close,
|
|
555
|
-
inter_bar_lookback_count=
|
|
562
|
+
inter_bar_lookback_count=effective_lookback,
|
|
563
|
+
include_intra_bar_features=include_microstructure, # Auto-enable
|
|
556
564
|
)
|
|
557
565
|
|
|
558
566
|
if segment_bars is not None and not segment_bars.empty:
|
|
@@ -100,6 +100,7 @@ class RangeBarProcessor:
|
|
|
100
100
|
*,
|
|
101
101
|
prevent_same_timestamp_close: bool = True,
|
|
102
102
|
inter_bar_lookback_count: int | None = None,
|
|
103
|
+
include_intra_bar_features: bool = False,
|
|
103
104
|
) -> None:
|
|
104
105
|
"""Initialize processor with given threshold.
|
|
105
106
|
|
|
@@ -112,7 +113,11 @@ class RangeBarProcessor:
|
|
|
112
113
|
prevent_same_timestamp_close : bool, default=True
|
|
113
114
|
Timestamp gating for flash crash prevention (Issue #36)
|
|
114
115
|
inter_bar_lookback_count : int, optional
|
|
115
|
-
Lookback trade count for inter-bar features (Issue #59)
|
|
116
|
+
Lookback trade count for inter-bar features (Issue #59).
|
|
117
|
+
Enables 16 lookback_* features computed from trades BEFORE bar opens.
|
|
118
|
+
include_intra_bar_features : bool, default=False
|
|
119
|
+
Enable intra-bar features (Issue #59). When True, computes 22 intra_*
|
|
120
|
+
features from trades WITHIN each bar, including ITH metrics.
|
|
116
121
|
|
|
117
122
|
Raises
|
|
118
123
|
------
|
|
@@ -134,11 +139,13 @@ class RangeBarProcessor:
|
|
|
134
139
|
symbol,
|
|
135
140
|
prevent_same_timestamp_close,
|
|
136
141
|
inter_bar_lookback_count,
|
|
142
|
+
include_intra_bar_features,
|
|
137
143
|
)
|
|
138
144
|
self.threshold_decimal_bps = threshold_decimal_bps
|
|
139
145
|
self.symbol = symbol
|
|
140
146
|
self.prevent_same_timestamp_close = prevent_same_timestamp_close
|
|
141
147
|
self.inter_bar_lookback_count = inter_bar_lookback_count
|
|
148
|
+
self.include_intra_bar_features = include_intra_bar_features
|
|
142
149
|
|
|
143
150
|
@classmethod
|
|
144
151
|
def from_checkpoint(cls, checkpoint: dict) -> RangeBarProcessor:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/tests/cross_date_real_data_validation.rs
RENAMED
|
File without changes
|
|
File without changes
|
{rangebar-12.1.0 → rangebar-12.1.1}/crates/rangebar-core/tests/incomplete_bar_continuation_proof.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rangebar-12.1.0 → rangebar-12.1.1}/docs/research/2026-02-02-intrabar-microstructure-claude-opus.md
RENAMED
|
File without changes
|
{rangebar-12.1.0 → rangebar-12.1.1}/docs/research/2026-02-02-intrabar-microstructure-gemini-3-pro.md
RENAMED
|
File without changes
|
{rangebar-12.1.0 → rangebar-12.1.1}/docs/research/2026-02-03-cfm-optimal-threshold-gemini-3-pro.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rangebar-12.1.0 → rangebar-12.1.1}/docs/research/external/time-to-convergence-stationarity-gap.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|