From 05b42a0ebb292999b064711b1f80e8029645c4bc Mon Sep 17 00:00:00 2001 From: Sergi Siso Date: Fri, 19 Dec 2025 11:34:03 +0000 Subject: [PATCH 1/3] #490 gitignore build artifact --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9e94c00fb..54ab513d9 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/3] #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 3e766b7a4..11c727188 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 From 1037bef6753ce2b0d46adbf9881c92d5001cebd8 Mon Sep 17 00:00:00 2001 From: Andrew Porter Date: Fri, 13 Mar 2026 09:02:00 +0000 Subject: [PATCH 3/3] #491 update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bffdcfdd..2dae84d2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ Modifications by (in alphabetical order): * P. Vitt, University of Siegen, Germany * A. Voysey, UK Met Office +13/03/2026 PR #491 for #490. Fix syntax warning and add build artifact + to gitignore. + 15/12/2025 PR #487. Adds interfaces to the set of things a module provides. Fixes fparser1 errors such as "fparser.common.utils.AnalyzeError: entity name 'dummy_code' is not in module 'dummy_mod'"