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: nvmd/libkdtree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.4
Choose a base ref
...
head repository: nvmd/libkdtree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.5
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 19, 2025

  1. Allow use of python3

    Add a check and if python does not exist but python3 does, use that.
    If neither is present, error out.
    
    This is to ease the migration to python3 (see https://peps.python.org/pep-0394/)
    mbaldessari committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    24ddc08 View commit details
    Browse the repository at this point in the history
  2. Make long and int the same on python3

    See https://peps.python.org/pep-0237/. Long and int are the same length
    on python3 (and long does not exist there any longer)
    mbaldessari committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    4ef6d37 View commit details
    Browse the repository at this point in the history
  3. Clean up python file entirely

    - Use four spaces instead of tabs
    - Use 'is' for tests against None
    - Run the whole file through the black linter
    mbaldessari committed Jul 19, 2025
    Configuration menu
    Copy the full SHA
    709be17 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Bump CMake minimum version to 3.5

    The recently released CMake 4 drops support below CMake 3.5, causing a
    build failure if the minimum required version is specified below 3.5.
    
    This commit just bumps the minimum version; project still builds fine.
    
    Reported in Debian in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113165
    Tobias Frost committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    af6b627 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from coldtobi/cmake-4

    Bump CMake minimum version to 3.5
    nvmd authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    4a3cafc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #7 from mbaldessari/cleanups

    Cleanups for python3
    nvmd authored Oct 12, 2025
    Configuration menu
    Copy the full SHA
    b8e4f88 View commit details
    Browse the repository at this point in the history
  4. flake.lock: Update

    Flake lock file updates:
    
    • Updated input 'nixpkgs':
        'github:nixos/nixpkgs/0196c0175e9191c474c26ab5548db27ef5d34b05?narHash=sha256-WGaHVAjcrv%2BCun7zPlI41SerRtfknGQap281%2BAakSAw%3D' (2025-02-24)
      → 'github:nixos/nixpkgs/0b4defa2584313f3b781240b29d61f6f9f7e0df3?narHash=sha256-Oncbh0UmHjSlxO7ErQDM3KM0A5/Znfofj2BSzlHLeVw%3D' (2025-10-09)
    nvmd committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    6c422d3 View commit details
    Browse the repository at this point in the history
  5. Tag version 0.7.5

    nvmd committed Oct 12, 2025
    Configuration menu
    Copy the full SHA
    9b0cbb2 View commit details
    Browse the repository at this point in the history
Loading