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: letmaik/rawpy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: letmaik/rawpy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: split/pr4-dev-tooling
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 13 files changed
  • 1 contributor

Commits on Feb 10, 2026

  1. Modernize build system: add pyproject.toml, refactor setup.py

    - Add pyproject.toml with PEP 517/518 build configuration
    - Refactor setup.py: unify unix_libraw_compile(), add rpath handling,
      remove miniconda/zipfile downloads, code formatting cleanup
    - Rewrite MANIFEST.in for correct sdist contents
    - Update dev-requirements.txt (add setuptools>=69, build, mypy)
    - Update .gitignore (.venv/, .venv-test/, tmp/, *.so.*)
    letmaik committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    f502852 View commit details
    Browse the repository at this point in the history
  2. Add developer scripts and AGENTS.md

    - Add scripts/setup_dev_env.sh (one-command dev environment setup)
    - Add scripts/rebuild.sh (rebuild after .pyx/C++ changes)
    - Add scripts/dev_check.sh (quick sanity check)
    - Add scripts/build_dist.sh (build sdist + wheel)
    - Add scripts/test_dist.sh (test built artifacts in clean venv)
    - Add scripts/setup_numpy.sh (switch numpy version)
    - Add scripts/setup_python.sh (install Python via deadsnakes)
    - Add AGENTS.md (AI agent development guide)
    letmaik committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    9b848b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    169190d View commit details
    Browse the repository at this point in the history
Loading