Skip to content

Commit 6f838f5

Browse files
authored
Get ready for release 8.0.1 (#32)
1 parent 0a60527 commit 6f838f5

File tree

3 files changed

+31
-13
lines changed

3 files changed

+31
-13
lines changed

CHANGES.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
CHANGES
22
=======
33

4+
8.0.1
5+
-----
6+
7+
Feb 8, 2025
8+
9+
Documentation has been revised to make better use of TeX math mode.
10+
Adjust and correct packaging.
11+
12+
413
8.0.0
514
-----
615

@@ -9,7 +18,7 @@ Jan 26, 2025
918
This release tracks the API changes in the Mathics Kernel.
1019

1120

12-
Use the PyPI package `PatternLite` instead of the defunct 3.6-ish `pattern` (which has now been replaced with something totally different from NLP).
21+
Use the PyPI package ``PatternLite`` instead of the defunct 3.6-ish ``pattern`` (which has now been replaced with something totally different from NLP).
1322

1423

1524

ChangeLog-spell-corrected.diff

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
--- ChangeLog 2025-01-26 10:40:02.719673478 -0500
2-
+++ ChangeLog-spell-corrected 2025-01-26 10:40:22.032686996 -0500
3-
@@ -15,7 +15,7 @@
1+
--- ChangeLog 2025-02-08 12:11:42.825239077 -0500
2+
+++ ChangeLog.spell-corrected 2025-02-08 12:11:10.503216651 -0500
3+
@@ -23,7 +23,7 @@
4+
5+
* .github/workflows/ubuntu.yml, .pre-commit-config.yaml,
6+
CHANGES.rst, ChangeLog-spell-corrected.diff,
7+
- 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
8+
+ 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
9+
10+
2025-01-16 R. Bernstein <rocky@users.noreply.github.com>
11+
12+
@@ -38,7 +38,7 @@
413
2024-12-29 rocky <rb@dustyfeet.com>
514

615
* 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 @@
918
place it is defined.
1019

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

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

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

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

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

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

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

3544
* .github/workflows/osx.yml, Makefile, README.rst,
@@ -38,7 +47,7 @@
3847
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
3948
information * main.py: numerous small doc changes; fix some type errors. * setup.py and spacy, langid, and pyenchant are no longer optional.
4049
Note pyenchant rather than enchant is now used.
41-
@@ -295,7 +295,7 @@
50+
@@ -318,7 +318,7 @@
4251

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

@@ -47,7 +56,7 @@
4756
Update README.rst, remove a deprecation warning
4857

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

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

@@ -56,7 +65,7 @@
5665
Get ready for release 1.1.0
5766

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

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

@@ -65,7 +74,7 @@
6574
Administrivia
6675

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

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

@@ -74,7 +83,7 @@
7483
Working better now... setup.py: Use namespace packages. Put this under namespace
7584
PyMathics. natlang/__main__.py: With next round of changes, we
7685
don't need to set "context".
77-
@@ -366,4 +366,3 @@
86+
@@ -389,4 +389,3 @@
7887
2020-10-31 rocky <rocky@gnu.org>
7988

8089
* Initial natlang setup

pymathics/natlang/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="8.0.0" # noqa
8+
__version__="8.0.1" # noqa

0 commit comments

Comments
 (0)