Thanks to visit codestin.com
Credit goes to github.com

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: GeoThai/python-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: GeoThai/python-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 4 commits
  • 8 files changed
  • 1 contributor

Commits on May 8, 2025

  1. Configuration menu
    Copy the full SHA
    5003986 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Configuration menu
    Copy the full SHA
    7758f7c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. fix: re-vendor v3 data with "Ratchathewi" district name correction

    Bump to 2.0.1. Pulls latest data/v3 from GeoThai/data so the bundled
    districts.json reflects the upstream "Rat Thewi" → "Ratchathewi" fix.
    pyyupsk committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    2e2e083 View commit details
    Browse the repository at this point in the history
  2. ci: switch PyPI publish to OIDC and fix release tagging

    - Drop PYPI_API_TOKEN; rely on Trusted Publisher (id-token + pypi env
      already configured).
    - Read version from pyproject.toml and skip publish if the version is
      already on PyPI (avoids failing runs on every push to main).
    - Tag the release commit as v<version> and create the GitHub release
      with that tag and auto-generated notes (previously used
      github.ref_name which resolves to "main" under workflow_run).
    - Bump runner Python to 3.11 so tomllib is available.
    pyyupsk committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    b065bfc View commit details
    Browse the repository at this point in the history
Loading