[Git][debian-gis-team/fiona][upstream] New upstream version 1.10.0
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Wed Sep 4 09:26:47 BST 2024
Bas Couwenberg pushed to branch upstream at Debian GIS Project / fiona
Commits:
3b30edac by Bas Couwenberg at 2024-09-04T06:25:26+02:00
New upstream version 1.10.0
- - - - -
4 changed files:
- CHANGES.txt
- CITATION.cff
- CREDITS.txt
- fiona/__init__.py
Changes:
=====================================
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)
----------------------
=====================================
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
=====================================
CREDITS.txt
=====================================
@@ -3,13 +3,20 @@ Credits
Fiona is written by:
+- Adam J. Stewart <ajstewart426 at gmail.com>
- Alan D. Snow <alansnow21 at gmail.com>
+- Alexandre Detiste <alexandre.detiste at gmail.com>
- Ariel Nunez <ingenieroariel at gmail.com>
- Ariki <Ariki at users.noreply.github.com>
- Bas Couwenberg <sebastic at xs4all.nl>
- Brandon Liu <bdon at bdon.org>
- Brendan Ward <bcward at consbio.org>
+- Chad Hawkins <cwh at chadwhawkins.com>
- Chris Mutel <cmutel at gmail.com>
+- Christoph Gohlke <cjgohlke at gmail.com>
+- Dan "Ducky" Little <theduckylittle at gmail.com>
+- daryl herzmann <akrherz at iastate.edu>
+- Denis <carriere.denis at gmail.com>
- Denis Rykov <rykovd at gmail.com>
- dimlev <dimlev at gmail.com>
- Efrén <chefren at users.noreply.github.com>
@@ -19,36 +26,54 @@ Fiona is written by:
- Ewout ter Hoeven <E.M.terHoeven at student.tudelft.nl>
- Filipe Fernandes <ocefpaf at gmail.com>
- fredj <frederic.junod at camptocamp.com>
+- Gavin S <gavinswanson at gmail.com>
- Géraud <galak75 at users.noreply.github.com>
- Hannes Gräuler <hgraeule at uos.de>
+- Hao Lyu <20434183+IncubatorShokuhou at users.noreply.github.com>
+- Herz <gustavo.herzmann at gmail.com>
+- Ian Rose <ian.r.rose at gmail.com>
- Jacob Wasserman <jwasserman at gmail.com>
+- James McBride <jdmcbr at gmail.com>
+- James Wilshaw <jrw1n15 at soton.ac.uk>
+- Jelle van der Waa <jelle at vdwaa.nl>
- Jesse Crocker <jesse at gaiagps.com>
+- joehuanguf <51337028+joehuanguf at users.noreply.github.com>
- Johan Van de Wauw <johan.vandewauw at gmail.com>
- Joris Van den Bossche <jorisvandenbossche at gmail.com>
- Joshua Arnott <josh at snorfalorpagus.net>
- Juan Luis Cano Rodríguez <Juanlu001 at users.noreply.github.com>
+- Keith Jenkins <kgjenkins at gmail.com>
- Kelsey Jordahl <kjordahl at enthought.com>
- Kevin Wurster <wursterk at gmail.com>
+- lgolston <30876419+lgolston at users.noreply.github.com>
+- Loïc Dutrieux <loic.dutrieux at gmail.com>
- Ludovic Delauné <ludotux at gmail.com>
- Martijn Visser <mgvisser at gmail.com>
- Matthew Perry <perrygeo at gmail.com>
-- Micah Cochran <micahcochran at users.noreply.github.com>
+- Micah Cochran <micah at micahcochran.net>
- Michael Weisman <mweisman at gmail.com>
- Michele Citterio <michele at citterio.net>
- Mike Taves <mwtoews at gmail.com>
- Miro Hrončok <miro at hroncok.cz>
- Oliver Tonnhofer <olt at bogosoft.com>
- Patrick Young <patrick.mckendree.young at gmail.com>
+- Phillip Cloud <417981+cpcloud at users.noreply.github.com>
+- pmav99 <pmav99 at users.noreply.github.com>
- qinfeng <guo.qinfeng+github at gmail.com>
- René Buffat <buffat at gmail.com>
+- Reuben Fletcher-Costin <reuben.fletchercostin at gmail.com>
- Ryan Grout <rgrout at continuum.io>
+- Ryan Munro <ryan at subc.io>
+- Sandro Mani <manisandro at gmail.com>
- Sean Gillies <sean.gillies at gmail.com>
- Sid Kapur <sid-kap at users.noreply.github.com>
- Simon Norris <snorris at hillcrestgeo.ca>
+- Stefan Brand <StefanBrand at users.noreply.github.com>
- Stefano Costa <steko at iosa.it>
- Stephane Poss <stephposs at gmail.com>
- Tim Tröndle <tim.troendle at usys.ethz.ch>
- wilsaj <wilson.andrew.j+github at gmail.com>
+- Yann-Sebastien Tremblay-Johnston <underchemist at users.noreply.github.com>
The GeoPandas project (Joris Van den Bossche et al.) has been a major driver
for new features in 1.8.0.
=====================================
fiona/__init__.py
=====================================
@@ -78,7 +78,7 @@ __all__ = [
"remove",
]
-__version__ = "1.10.0rc1"
+__version__ = "1.10.0"
__gdal_version__ = get_gdal_release_name()
gdal_version = get_gdal_version_tuple()
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/commit/3b30edac4a89a3e842f8e01ad223035d68e0067a
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/fiona/-/commit/3b30edac4a89a3e842f8e01ad223035d68e0067a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240904/c9b2f54e/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list