diff --git a/CHANGES.rst b/CHANGES.rst index d59ffbf..e236b46 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ CHANGES ======= +8.0.1 +----- + +Feb 8, 2025 + +Documentation has been revised to make better use of TeX math mode. +Adjust and correct packaging. + + 8.0.0 ----- @@ -9,7 +18,7 @@ Jan 26, 2025 This release tracks the API changes in the Mathics Kernel. -Use the PyPI package `PatternLite` instead of the defunct 3.6-ish `pattern` (which has now been replaced with something totally different from NLP). +Use the PyPI package ``PatternLite`` instead of the defunct 3.6-ish ``pattern`` (which has now been replaced with something totally different from NLP). diff --git a/ChangeLog-spell-corrected.diff b/ChangeLog-spell-corrected.diff index 2348a80..bf3becf 100644 --- a/ChangeLog-spell-corrected.diff +++ b/ChangeLog-spell-corrected.diff @@ -1,6 +1,15 @@ ---- ChangeLog 2025-01-26 10:40:02.719673478 -0500 -+++ ChangeLog-spell-corrected 2025-01-26 10:40:22.032686996 -0500 -@@ -15,7 +15,7 @@ +--- ChangeLog 2025-02-08 12:11:42.825239077 -0500 ++++ ChangeLog.spell-corrected 2025-02-08 12:11:10.503216651 -0500 +@@ -23,7 +23,7 @@ + + * .github/workflows/ubuntu.yml, .pre-commit-config.yaml, + CHANGES.rst, ChangeLog-spell-corrected.diff, +- pymathics/natlang/version.py, setup.py: Release 8.0.0 (#30) Release 8.0.0 * Upate version number, * Use PyPI wheel in CI * Go over release notes ++ pymathics/natlang/version.py, setup.py: Release 8.0.0 (#30) Release 8.0.0 * Update version number, * Use PyPI wheel in CI * Go over release notes + + 2025-01-16 R. Bernstein + +@@ -38,7 +38,7 @@ 2024-12-29 rocky * pymathics/natlang/linguistic_data.py: fix an import ... We were importing it from a module that was also importing it (but @@ -9,7 +18,7 @@ place it is defined. 2024-08-11 R. Bernstein -@@ -28,8 +28,8 @@ +@@ -51,8 +51,8 @@ 2024-08-11 R. Bernstein @@ -20,7 +29,7 @@ installed... Or make that optional in mathics-core. 2024-08-08 rocky -@@ -45,7 +45,7 @@ +@@ -68,7 +68,7 @@ 2024-08-08 Juan Mauricio Matera @@ -29,7 +38,7 @@ and the examples in docstrings (#25) 2024-08-06 rocky -@@ -153,7 +153,7 @@ +@@ -176,7 +176,7 @@ 2023-02-19 R. Bernstein * .github/workflows/osx.yml, Makefile, README.rst, @@ -38,7 +47,7 @@ Make a pass over setup, docs, and top-level things (#9) * README.rst: move customization from main.py here * Makefile: LoadModule name has changes * __init__.py: list imports, go over docstring which forms chapter information * main.py: numerous small doc changes; fix some type errors. * setup.py and spacy, langid, and pyenchant are no longer optional. Note pyenchant rather than enchant is now used. -@@ -295,7 +295,7 @@ +@@ -318,7 +318,7 @@ 2020-12-22 rocky @@ -47,7 +56,7 @@ Update README.rst, remove a deprecation warning 2020-12-22 rocky -@@ -317,7 +317,7 @@ +@@ -340,7 +340,7 @@ 2020-12-22 rocky @@ -56,7 +65,7 @@ Get ready for release 1.1.0 2020-11-15 rocky -@@ -331,7 +331,7 @@ +@@ -354,7 +354,7 @@ 2020-11-14 rocky @@ -65,7 +74,7 @@ Administrivia 2020-11-14 rocky -@@ -358,7 +358,7 @@ +@@ -381,7 +381,7 @@ 2020-10-31 rocky @@ -74,7 +83,7 @@ Working better now... setup.py: Use namespace packages. Put this under namespace PyMathics. natlang/__main__.py: With next round of changes, we don't need to set "context". -@@ -366,4 +366,3 @@ +@@ -389,4 +389,3 @@ 2020-10-31 rocky * Initial natlang setup diff --git a/pymathics/natlang/version.py b/pymathics/natlang/version.py index eaab809..424b12c 100644 --- a/pymathics/natlang/version.py +++ b/pymathics/natlang/version.py @@ -5,4 +5,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="8.0.0" # noqa +__version__="8.0.1" # noqa