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

Commits on Jan 5, 2024

  1. Cleanup GIL stuff (#157)

    * executeStream already does GIL release, we don't need to do it. pybind11 does GIL acquire with every method call so we don't need to be doing that either
    
    * wip
    
    * put back acq
    
    * wip
    
    * wip2
    
    * wip3
    
    * wip4
    
    * wip4
    
    * comment why we need gil_scope_acquire for getExecutor
    hobu authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dc8b1b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update build to use scikit-build-core (#165)

    * modernize with scikit-build-core
    
    * update metata
    
    * CI churn
    
    * add convenience for printing info about the library and getting the pdal-plugin-path
    
    * Release build type
    
    * Test --no-deps --no-build-isolation
    
    * release stuff
    
    * add note about needing PDAL base library to PyPI README
    
    * dynamic version, pin scikit-build-core > 0.9
    
    * remove cruft
    hobu authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    52f94b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Set Numpy floor to 1.22 and NPY_NO_DEPRECATED_API NPY_1_22_API_VERSION (

    #167)
    
    * Set Numpy floor to 1.22 and NPY_NO_DEPRECATED_API NPY_1_22_API_VERSION
    
    * set PY_ARRAY_UNIQUE_SYMBOL to  PDAL_ARRAY_API and only import it in extension initialization. Guard against using the extension against any PDAL verisions < 2.6
    
    * debug PDAL_DRIVER_PATH issues
    
    * bug in --print-plugin-path
    
    * only one os.path.sep
    
    * concat PDAL_DRIVER_PATH with PDAL_PLUGIN_PATH
    hobu authored Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5e31b65 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. add note about Numpy >= 1.22

    hobu committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f4bbc6a View commit details
    Browse the repository at this point in the history
Loading