From 7fdada4a56c472ba26706f9ba134676c866902bc Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Sat, 18 Apr 2026 17:23:18 -0400 Subject: [PATCH 1/9] Get ready for release 10.0.0 (#175) Release 10.0.0! Miscellaneous build fixes and administrative stuff. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/workflows/pyodide.yml | 2 +- .readthedocs.yaml | 6 +- AUTHORS.txt | 2 +- CHANGES.rst | 11 ++- COPYING.txt | 71 ------------------- Makefile | 6 +- README.rst | 3 +- admin-tools/make-dist.sh | 4 +- admin-tools/pyenv-versions | 2 +- docs/source/conf.py | 4 +- docs/source/index.rst | 4 +- docs/source/usage.rst | 9 ++- mathics_scanner/__init__.py | 4 +- mathics_scanner/data/operators.yml | 4 +- mathics_scanner/generate/boxing_characters.py | 13 +++- mathics_scanner/generate/named_characters.py | 16 ++++- mathics_scanner/generate/operators.py | 13 +++- mathics_scanner/generate/rl_inputrc.py | 6 +- mathics_scanner/version.py | 2 +- pyproject.toml | 3 +- setup.py | 26 ++++--- test/mathics_helper.py | 4 +- test/test_mathics_precedence.py | 14 ++-- 24 files changed, 107 insertions(+), 124 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 559aa6e6..8216f2a1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -39,7 +39,7 @@ If this is too long, then try narrowing the problem to something short.