Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ src/fparser/_version.py
doc/build
doc/source/autogenerated
doc/source/doxygen
build
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down
2 changes: 1 addition & 1 deletion src/fparser/two/pattern_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pearu@cens.ioc.ee>
Expand Down
Loading