From cc16f666e06bb79b33290fe18c63e9831077a5db Mon Sep 17 00:00:00 2001 From: Sean Gillies Date: Tue, 3 Sep 2024 17:33:24 -0600 Subject: [PATCH] This is 1.10.0 --- CHANGES.txt | 7 +++++++ CITATION.cff | 4 ++-- CREDITS.txt | 27 ++++++++++++++++++++++++++- fiona/__init__.py | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 5260cb2f9..c9d57d744 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ Changes All issue numbers are relative to https://github.com/Toblerity/Fiona/issues. +1.10.0 (2024-09-03) +------------------- + +The package version, credits, and citation file have been updated. There have +been no other changes since 1.10.0rc1. Fiona is the work of 73 contributors, +including 25 new contributors since 1.9.0. + 1.10.0rc1 (2024-08-21) ---------------------- diff --git a/CITATION.cff b/CITATION.cff index 136eaa56b..5287702b1 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 message: "Please cite this software using these metadata." type: software title: Fiona -version: "1.9.5" -date-released: "2023-10-11" +version: "1.10.0" +date-released: "2024-09-03" abstract: "Fiona streams simple feature data to and from GIS formats like GeoPackage and Shapefile." keywords: - cartography diff --git a/CREDITS.txt b/CREDITS.txt index 864a0804a..8003f8e45 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -3,13 +3,20 @@ Credits Fiona is written by: +- Adam J. Stewart - Alan D. Snow +- Alexandre Detiste - Ariel Nunez - Ariki - Bas Couwenberg - Brandon Liu - Brendan Ward +- Chad Hawkins - Chris Mutel +- Christoph Gohlke +- Dan "Ducky" Little +- daryl herzmann +- Denis - Denis Rykov - dimlev - Efrén @@ -19,36 +26,54 @@ Fiona is written by: - Ewout ter Hoeven - Filipe Fernandes - fredj +- Gavin S - Géraud - Hannes Gräuler +- Hao Lyu <20434183+IncubatorShokuhou@users.noreply.github.com> +- Herz +- Ian Rose - Jacob Wasserman +- James McBride +- James Wilshaw +- Jelle van der Waa - Jesse Crocker +- joehuanguf <51337028+joehuanguf@users.noreply.github.com> - Johan Van de Wauw - Joris Van den Bossche - Joshua Arnott - Juan Luis Cano Rodríguez +- Keith Jenkins - Kelsey Jordahl - Kevin Wurster +- lgolston <30876419+lgolston@users.noreply.github.com> +- Loïc Dutrieux - Ludovic Delauné - Martijn Visser - Matthew Perry -- Micah Cochran +- Micah Cochran - Michael Weisman - Michele Citterio - Mike Taves - Miro Hrončok - Oliver Tonnhofer - Patrick Young +- Phillip Cloud <417981+cpcloud@users.noreply.github.com> +- pmav99 - qinfeng - René Buffat +- Reuben Fletcher-Costin - Ryan Grout +- Ryan Munro +- Sandro Mani - Sean Gillies - Sid Kapur - Simon Norris +- Stefan Brand - Stefano Costa - Stephane Poss - Tim Tröndle - wilsaj +- Yann-Sebastien Tremblay-Johnston The GeoPandas project (Joris Van den Bossche et al.) has been a major driver for new features in 1.8.0. diff --git a/fiona/__init__.py b/fiona/__init__.py index 35436d729..871b349d4 100644 --- a/fiona/__init__.py +++ b/fiona/__init__.py @@ -78,7 +78,7 @@ "remove", ] -__version__ = "1.10.0rc1" +__version__ = "1.10.0" __gdal_version__ = get_gdal_release_name() gdal_version = get_gdal_version_tuple()