8000 Comparing 2.1...master · arthurdejong/python-stdnum · GitHub
[go: up one dir, main page]

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: arthurdejong/python-stdnum
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1
Choose a base ref
...
head repository: arthurdejong/python-stdnum
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on May 18, 2025

  1. Fix handling of decimals in Application Identifiers

    This fixes the handling of GS1-128 Application Identifiers with decimal
    types. Previously, with some 4 digit decimal application identifiers the
    number of decimals were incorrectly considered part of the value instead
    of the application identifier.
    
    For example (310)5033333 is not correct but it should be evaluated as
    (3105)033333 (application identifier 3105 and value 0.33333).
    
    Closes #471
    arthurdejong committed May 18, 2025
    Configuration menu
    Copy the full SHA
    210b9ce View commit details
    Browse the repository at this point in the history

Commits on May 25, 2025

  1. Download Chinise location codes from Wikipedia

    The list on GitHub is missing historical information and also appears to
    no longer be updated. This changes the birth place lookup to take the
    birth year into account to determine whether a county was assigned at
    the time.
    
    Closes #442
    arthurdejong committed May 25, 2025
    Configuration menu
    Copy the full SHA
    0e64cf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Use broader type ignore for pkg_resources import

    Apparently mypy changed for classifying the problem from import-untyped
    to import-not-found.
    arthurdejong committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    5ef6ade View commit details
    Browse the repository at this point in the history
  2. Add support for Mozambique TIN

    Closes #360
    Closes #392
    Closes #473
    lucasicr authored and arthurdejong committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    1773a91 View commit details
    Browse the repository at this point in the history
Loading
0