Skip to content

Get ready for release 8.0.1 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 8, 2025
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
11 changes: 10 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----

Expand All @@ -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).



Expand Down
31 changes: 20 additions & 11 deletions ChangeLog-spell-corrected.diff
Original file line number Diff line number Diff line change
@@ -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 <rocky@users.noreply.github.com>

@@ -38,7 +38,7 @@
2024-12-29 rocky <rb@dustyfeet.com>

* pymathics/natlang/linguistic_data.py: fix an import ... We were importing it from a module that was also importing it (but
Expand All @@ -9,7 +18,7 @@
place it is defined.

2024-08-11 R. Bernstein <rocky@users.noreply.github.com>
@@ -28,8 +28,8 @@
@@ -51,8 +51,8 @@

2024-08-11 R. Bernstein <rocky@users.noreply.github.com>

Expand All @@ -20,7 +29,7 @@
installed... Or make that optional in mathics-core.

2024-08-08 rocky <rb@dustyfeet.com>
@@ -45,7 +45,7 @@
@@ -68,7 +68,7 @@

2024-08-08 Juan Mauricio Matera <matera@fisica.unlp.edu.ar>

Expand All @@ -29,7 +38,7 @@
</dl> and the examples in docstrings (#25)

2024-08-06 rocky <rb@dustyfeet.com>
@@ -153,7 +153,7 @@
@@ -176,7 +176,7 @@
2023-02-19 R. Bernstein <rocky@users.noreply.github.com>

* .github/workflows/osx.yml, Makefile, README.rst,
Expand All @@ -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 <rb@dustyfeet.com>

Expand All @@ -47,7 +56,7 @@
Update README.rst, remove a deprecation warning

2020-12-22 rocky <rb@dustyfeet.com>
@@ -317,7 +317,7 @@
@@ -340,7 +340,7 @@

2020-12-22 rocky <rb@dustyfeet.com>

Expand All @@ -56,7 +65,7 @@
Get ready for release 1.1.0

2020-11-15 rocky <rb@dustyfeet.com>
@@ -331,7 +331,7 @@
@@ -354,7 +354,7 @@

2020-11-14 rocky <rb@dustyfeet.com>

Expand All @@ -65,7 +74,7 @@
Administrivia

2020-11-14 rocky <rb@dustyfeet.com>
@@ -358,7 +358,7 @@
@@ -381,7 +381,7 @@

2020-10-31 rocky <rocky@gnu.org>

Expand All @@ -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 <rocky@gnu.org>

* Initial natlang setup
Expand Down
2 changes: 1 addition & 1 deletion pymathics/natlang/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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