Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge maint 1.9 for the last time, there will be no 1.9.6 #1346

Closed
wants to merge 7 commits into from

Commits on Oct 12, 2023

  1. Release 1.9.5 (#1303)

    * This is 1.9.5
    
    * Fix version
    
    * Update citation file
    
    * Require setuptools explicitly
    
    * This is 1.9.6dev
    
    ---------
    
    Co-authored-by: Sean Gillies <seangillies@Seans-MacBook-Air.local>
    sgillies and Sean Gillies committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    ff595e6 View commit details
    Browse the repository at this point in the history
  2. Remove runtime setuptools dependency and usage in tests

    Sean Gillies authored and Sean Gillies committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1f3ca4d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Normalize recursive extra requirements (#1304)

    Since the package name is now all-lowercase, normalize the
    self-referential extras for consistency.
    QuLogic committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5a3fe8f View commit details
    Browse the repository at this point in the history
  2. Update change log

    Sean Gillies authored and Sean Gillies committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3a09b62 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'maint-1.9' of github.com:Toblerity/Fiona into maint-1.9

    Sean Gillies authored and Sean Gillies committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b8a9b29 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Backport RTD fixes from the master branch (#1312)

    Resolves #1310
    
    Co-authored-by: Sean Gillies <seangillies@Seans-MacBook-Air.local>
    sgillies and Sean Gillies committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    67a227b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Translate schema geometry type to a linear type (#1313)

    * Failing test for #1311
    
    Adds a small multi-curve GML file and Makefile, Dockerfile for
    local testing.
    
    * Use an OGR method to translate schema geometry types.
    
    Resolves #1311.
    
    * Update CHANGES.txt
    
    ---------
    
    Co-authored-by: Sean Gillies <seangillies@Seans-MacBook-Air.local>
    sgillies and Sean Gillies committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9d69ff4 View commit details
    Browse the repository at this point in the history