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: shapely/shapely
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0
Choose a base ref
...
head repository: shapely/shapely
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.8.1
Choose a head ref
  • 13 commits
  • 36 files changed
  • 6 contributors

Commits on Oct 27, 2021

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

Commits on Oct 28, 2021

  1. Fix typos

    kianmeng authored and mwtoews committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c53ae51 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

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

Commits on Nov 16, 2021

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

Commits on Nov 26, 2021

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

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    f6a7aec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f243caa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c00617 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

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

Commits on Jan 4, 2022

  1. Update manual version from 1.7.0 to 1.8.0 (#1284)

    Co-authored-by: akadouri <[email protected]>
    akadouri and akadouri authored Jan 4, 2022
    Configuration menu
    Copy the full SHA
    35b3e38 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Backport releasing workflow from main (#1310)

    * Backport releasing workflow from main
    
    * Add a license
    
    * No pygeos in 1.8
    
    * Run installed shapely tests
    
    * Use project place holder
    
    * List files in geos install directory for debugging
    
    * Dump out wheel contents
    
    * Adjust path
    
    * Customize macos repair wheel command to list contents of wheel
    
    * Be more flexible about dylib names
    
    * More general
    
    * User install of pip
    
    * Load both DLLs on macos as we do on linux
    
    * List contents of extracted wheel for debugging
    
    * ls -alR
    
    * Add debugging and increase log level with pytest
    
    * log_cli = true temporarily
    
    * enable log_cli and print to be sure
    
    * It's !r
    
    * Moar debugging
    
    * Copy tests to a location without the shapely source above
    
    * cp -R
    
    * Skip a few tests
    
    * Try GEOS_LIBRARY_PATH on macos, fix it for windows
    
    * Remove commented line
    
    * Change macos development targets
    
    * Remove /host from macos config
    
    * More build debugging
    
    * Moar logging
    
    * Enable setup logging
    
    * Use macos-latest runner
    
    * set osx architecture in geos build script
    
    * set geos env vars
    
    * Fix geos version
    
    * Remove /host, fix env
    
    * Config closer to pygeos
    
    * Fix windows path
    
    * Fix windows path
    
    * GITHUB_PATH
    
    * More verbosity
    
    * Be more specific about GEOS_LIBRARY_PATH on windows
    
    * flags for windows, remove unused env var
    
    * Restore ninja to bash script
    
    * Fix bash syntax
    
    * Handle an exception on macos
    
    * Debugging with lipo
    
    * Remove extra dash :(
    
    * Make sure to pick up arm64 numpy when we can
    
    * Borrow a hack from pygeos
    
    * Don't load _buildcfg
    
    * Remove hack
    
    * rm lipo
    
    * Extend setup.cfg for windows
    
    * Customize test command for windows
    
    * Fix slash
    
    * Add back tests directory
    
    * Add trailing slash, hopefully
    
    * dir for debugging
    
    * chdir /d
    
    * Remove slash :P
    
    * xcopy /y
    
    * Get GEOS dll off windows path
    
    * Find DLLs in delvewheel Shapely.libs
    
    * egg_dlls
    
    * Final clean ups of the PR
    sgillies authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    776a186 View commit details
    Browse the repository at this point in the history
  2. This is 1.8.1

    sgillies committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    3078195 View commit details
    Browse the repository at this point in the history
Loading