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: pysal/libpysal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.12.0
Choose a base ref
...
head repository: pysal/libpysal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.13.0
Choose a head ref
  • 14 commits
  • 35 files changed
  • 7 contributors

Commits on Jul 21, 2024

  1. DOC: W to g guide prune and typos (#758)

    * DOCS: prune files
    
    * Typo
    sjsrey authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    2f91f3c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix for Graph.describe() when the graph has a string index (#759) (#760)

    * numba mode fix when graph has string index
    
    * typing
    
    * Apply suggestions from code review
    
    Co-authored-by: Martin Fleischmann <[email protected]>
    
    ---------
    
    Co-authored-by: Martin Fleischmann <[email protected]>
    u3ks and martinfleis authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    98d4cee View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. exponential kernel

    knaaptime committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d52d684 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge pull request #761 from knaaptime/exp

    Add exponential kernel to Graph
    knaaptime authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bef1e81 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    4b9970d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #765 from martinfleis/lag-compat

    ENH: ensure lag_spatial is compatible with both W and Graph
    knaaptime authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    514917f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Bump mamba-org/setup-micromamba from 1 to 2 (#766)

    Bumps [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba) from 1 to 2.
    - [Release notes](https://github.com/mamba-org/setup-micromamba/releases)
    - [Commits](mamba-org/setup-micromamba@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: mamba-org/setup-micromamba
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    281ed1b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. [pre-commit.ci] pre-commit autoupdate (#767)

    * [pre-commit.ci] pre-commit autoupdate
    
    updates:
    - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.0...v0.6.9)
    
    * reup linting & formating
    
    * Update pyproject.toml
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: James Gaboardi <[email protected]>
    Co-authored-by: Martin Fleischmann <[email protected]>
    3 people authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e23998a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    6d8d587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0bb92 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

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

Commits on Jan 20, 2025

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

Commits on Mar 25, 2025

  1. add union fallback to voronoi_frames (#777)

    * add union fallback to voronoi_frames
    
    * add test
    
    * fix the test
    martinfleis authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    1bd8d55 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

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