From 05b42a0ebb292999b064711b1f80e8029645c4bc Mon Sep 17 00:00:00 2001 From: Sergi Siso Date: Fri, 19 Dec 2025 11:34:03 +0000 Subject: [PATCH 1/2] #490 gitignore build artifact --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9e94c00f..54ab513d 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ src/fparser/_version.py doc/build doc/source/autogenerated doc/source/doxygen +build From 6b020f0df50d9ece876142d365611ae5f52e6514 Mon Sep 17 00:00:00 2001 From: Sergi Siso Date: Fri, 19 Dec 2025 11:36:45 +0000 Subject: [PATCH 2/2] #490 Fix SyntaxWarning --- src/fparser/two/pattern_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fparser/two/pattern_tools.py b/src/fparser/two/pattern_tools.py index 3e766b7a..11c72718 100644 --- a/src/fparser/two/pattern_tools.py +++ b/src/fparser/two/pattern_tools.py @@ -67,7 +67,7 @@ Tools for constructing patterns. Permission to use, modify, and distribute this software is given under the -terms of the NumPy License. See http\://scipy.org. +terms of the NumPy License. See http://scipy.org. NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. Author: Pearu Peterson