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: CarragherLab/parserix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CarragherLab/parserix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: package_update
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 14 files changed
  • 1 contributor

Commits on Oct 24, 2025

  1. Modernize package to v0.4.0: migrate to pyproject.toml and src layout

    - Replace setup.py with modern pyproject.toml configuration
    - Migrate from flat layout to src/ layout structure
    - Add comprehensive package metadata and dependencies
    - Create LICENSE, CHANGELOG.md, and .python-version files
    - Update README.md with modern installation instructions
    - Fix cross-platform path handling for Windows/Unix compatibility
    - Add development dependencies (pytest, ruff, mypy)
    - Update .gitignore with modern Python exclusions
    - All tests passing (17/17) and linting clean
    MungoHarvey committed Oct 24, 2025
    Configuration menu
    Copy the full SHA
    3d5843f View commit details
    Browse the repository at this point in the history
Loading