Commit Graph

2 Commits

Author SHA1 Message Date
ahmet guzererler 635ec430b1
Bolt: Replace `statistics` with pure math operations in `risk_evaluator.py` (#133)
- Replaced `statistics.mean`, `statistics.stdev`, and `statistics.pvariance` with pure-Python builtins using `sum()` and `len()`.
- Added performance optimization logging to `.jules/bolt.md`.
- Updated tests and verified results match the original.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
2026-03-27 11:33:48 +01:00
ahmet guzererler 6b644c6058
Bolt: Optimize string building in yfinance_scanner.py (#114)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
2026-03-26 09:33:06 +01:00