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 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'" 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