Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ScottfreeLLC/AlphaPy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: oranheim/AlphaPy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 96 files changed
  • 1 contributor

Commits on Aug 19, 2025

  1. feat: modernize AlphaPy for Python 3.11-3.13 with comprehensive impro…

    …vements
    
    Code Quality & Type Safety:
    - Fixed all 342 ruff linting errors (0 remaining)
    - Resolved all 19 MyPy type checking errors
    - Modernized numpy.random to Generator API throughout
    - Eliminated bare except clauses with proper exception handling
    - Added type hints for all core API functions
    
    Testing & Reliability:
    - Added comprehensive test suite with 292 tests
    - Achieved 100% test pass rate (up from 67.5%)
    - Increased test coverage to 36% (from 13%)
    - Added financial-specific test scenarios
    
    Security & Compliance:
    - Eliminated 4 critical security vulnerabilities (eval/import_module)
    - Added input validation for financial data
    - Implemented secure whitelist transformations
    - Fixed potential code injection vulnerabilities
    
    Build System & CI/CD:
    - Modernized to pyproject.toml with uv package manager
    - Added GitHub Actions CI pipeline (100% passing)
    - Support for Python 3.11, 3.12, 3.13
    - Resolved TensorFlow/protobuf dependency conflicts
    
    Performance & Architecture:
    - Optimized feature engineering pipeline
    - Improved memory usage in data transformations
    - Better error handling and recovery patterns
    - Maintained 100% backward compatibility
    
    Development Tools:
    - Created 8 specialized Claude agents for development
    - Comprehensive documentation in .claude/ directory
    - Agent template system for team expansion
    oranheim committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    644f4ce View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 3.0.0

    oranheim committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    681583d View commit details
    Browse the repository at this point in the history
  3. chore: clean up

    [skp ci]
    oranheim committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    4588d8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ddc234 View commit details
    Browse the repository at this point in the history
Loading