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: derek73/python-nameparser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: docs/furo-theme
Choose a base ref
...
head repository: derek73/python-nameparser
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
  • 6 files changed
  • 4 contributors

Commits on Jul 6, 2026

  1. Merge pull request #264 from derek73/docs/furo-theme

    Switch docs theme from alabaster to furo
    derek73 authored Jul 6, 2026
    Configuration menu
    Copy the full SHA
    c9e9f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2026

  1. docs: describe the parser as vocabulary + positional layers in README

    Reorganize the README's how-it-works prose around the two-layer model:
    a vocabulary layer that recognizes pieces by what they are (the
    customizable sets), and a positional layer that assigns the rest by
    where it sits. States explicitly that parsing is deterministic (no
    statistical models) and that the positional layer assumes Western name
    order. All claims from the previous prose are preserved.
    
    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
    derek73 and claude committed Jul 7, 2026
    Configuration menu
    Copy the full SHA
    90b3c32 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2026

  1. Strip invisible bidi control characters during preprocessing

    These marks (U+200F and friends) ride along with copy-pasted RTL names and
    render as nothing, but they glue onto first/last so the parsed parts quietly
    stop comparing equal to the clean string. Stripped first, before the rest of
    preprocessing, so a mark sitting inside a token can't defeat the Ph.D. and
    nickname matching.
    apoorva-01 committed Jul 8, 2026
    Configuration menu
    Copy the full SHA
    9a01153 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #276 from apoorva-01/fix/issue-266-bidi-control-chars

    Strip invisible bidi control characters during preprocessing
    derek73 authored Jul 8, 2026
    Configuration menu
    Copy the full SHA
    770ed0a View commit details
    Browse the repository at this point in the history
Loading