From 3050fad5fc1903cd8819946296983e793e977dbe Mon Sep 17 00:00:00 2001 From: Fabio Mazza Date: Fri, 15 Nov 2024 17:58:14 +0100 Subject: [PATCH] update contribution --- .../notes/short-description-string-564c7e376b8e7304.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/short-description-string-564c7e376b8e7304.yaml b/releasenotes/notes/short-description-string-564c7e376b8e7304.yaml index d55be28087..5ddc62d189 100644 --- a/releasenotes/notes/short-description-string-564c7e376b8e7304.yaml +++ b/releasenotes/notes/short-description-string-564c7e376b8e7304.yaml @@ -1,4 +1,5 @@ --- features: - | - Added the ability to read GraphML files that are compressed using gzip, with function :func:`~rustworkx.read_graphmlz`. + Added the ability to read GraphML files that are compressed using gzip, with function :func:`~rustworkx.read_graphml`. + The extensions `.graphmlz` and `.gz` are automatically recognised, but the gzip decompression can be forced with the "compression" optional argument.