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-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.1
Choose a base ref
...
head repository: PDAL/python-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.2
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Sep 24, 2024

  1. Numpy 2.1+ support (#11)

    * pin to numpy < 2.1
    
    * no 3.13 yet
    
    * set numpy 2.0 pin
    
    * numpy1
    
    * restructure defines and undef NPY_API_SYMBOL_ATTRIBUTE
    
    * undo pin
    
    * parameterize numpy
    
    * doh
    
    * exclude 2.1 for python 3.9
    
    * use _import_array as before for numpy 1.x
    
    * cleanup and fix osx flat_namespace thing
    
    * put back NPY_API_SYMBOL_ATTRIBUTE
    
    * set min CMake version to 3.13
    
    * bump ver to 1.6.2
    hobu authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b00cc4e View commit details
    Browse the repository at this point in the history
Loading