Skip to content

Commit ccd2e8b

Browse files
authored
Update Release Notes (#115)
Updating `CHANGES.rst`
1 parent 43ae5c4 commit ccd2e8b

2 files changed

Lines changed: 55 additions & 22 deletions

File tree

CHANGES.rst

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

4+
10.0.0
5+
------
6+
7+
Supports Python 3.14. Python 3.10 support dropped. (Python 3.10 may still work, but it's not supported.)
8+
9+
Track API changes in mathics-core and Mathics3-scanner.
10+
11+
Fix bug in ``--full-form`` handling.
12+
13+
Bugs
14+
++++
15+
16+
#. `PR 108 <https://github.com/Mathics3/mathics-core/pull/108>`_ Restrict shell escape (!) when sandboxed
17+
18+
419
9.0.0
520
-----
621

ChangeLog-spell-corrected.diff

Lines changed: 40 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
--- ChangeLog 2025-08-29 05:28:29.545046534 -0400
2-
+++ ChangeLog-spell-corrected 2025-08-29 05:31:47.748145274 -0400
3-
@@ -32,7 +32,7 @@
1+
--- ChangeLog 2026-04-17 13:08:56.535096309 -0400
2+
+++ ChangeLog-spell-corrected 2026-04-17 13:10:48.233242983 -0400
3+
@@ -20,7 +20,7 @@
4+
5+
* .github/workflows/isort-and-black-checks.yml,
6+
.github/workflows/macos.yaml, .github/workflows/ubuntu.yml,
7+
- .github/workflows/windows.yml, pyproject.toml: Project adminstration
8+
+ .github/workflows/windows.yml, pyproject.toml: Project administration
9+
stuff (#112) Repo is now Mathics3-scanner Use @v6 in CI. Bump min scanner version
10+
11+
2026-03-13 rocky <rb@dustyfeet.com>
12+
@@ -99,7 +99,7 @@
13+
2025-08-24 R. Bernstein <rocky@users.noreply.github.com>
14+
15+
* mathicsscript/__main__.py, mathicsscript/format.py,
16+
- mathicsscript/termshell.py, mathicsscript/termshell_prompt.py:
17+
+ mathicsscript/termshell.py, mathicsscript/termshell_prompt.py:
18+
Miscellaneous small fixes... (#107) * Syntax Errors showing more properly by removing weird SymbolForm handling. Also get ready for an "error" kind of format * Remove GNU Readline termshell style error when no style given * Better error checking on giving a file argument for an invalid
19+
file
20+
21+
@@ -137,7 +137,7 @@
422
2025-07-22 R. Bernstein <rocky@users.noreply.github.com>
523

624
* NEWS.md => CHANGES.rst, mathicsscript/bindkeys.py,
@@ -9,7 +27,7 @@
927

1028
2025-07-22 rocky <rb@dustyfeet.com>
1129

12-
@@ -233,7 +233,7 @@
30+
@@ -338,7 +338,7 @@
1331
2023-02-25 rocky <rb@dustyfeet.com>
1432

1533
* mathicsscript/__main__.py, mathicsscript/asymptote.py,
@@ -18,7 +36,7 @@
1836
flake8 things
1937

2038
2023-02-25 rocky <rb@dustyfeet.com>
21-
@@ -263,7 +263,7 @@
39+
@@ -368,7 +368,7 @@
2240

2341
2022-12-10 rocky <rb@dustyfeet.com>
2442

@@ -27,7 +45,7 @@
2745
black
2846

2947
2022-11-28 rocky <rb@dustyfeet.com>
30-
@@ -369,7 +369,7 @@
48+
@@ -474,7 +474,7 @@
3149
2022-02-15 rocky <rb@dustyfeet.com>
3250

3351
* NEWS.md, mathicsscript/bindkeys.py,
@@ -36,7 +54,7 @@
3654
Handle keybindings in GNU Readline
3755

3856
2022-02-15 R. Bernstein <rocky@users.noreply.github.com>
39-
@@ -407,7 +407,7 @@
57+
@@ -512,7 +512,7 @@
4058

4159
2022-02-06 rocky <rb@dustyfeet.com>
4260

@@ -45,7 +63,7 @@
4563
Imports in core have changed Specifically where strip_context is located
4664

4765
2021-12-19 rocky <rb@dustyfeet.com>
48-
@@ -433,7 +433,7 @@
66+
@@ -538,7 +538,7 @@
4967
2021-09-04 rocky <rb@dustyfeet.com>
5068

5169
* mathicsscript/data/inputrc-no-unicode,
@@ -54,7 +72,7 @@
5472
GNU readline was reading inputrc from wrong place Update readline tables. Warning: input-no-unicode is probably wrong
5573

5674
2021-09-04 rocky <rb@dustyfeet.com>
57-
@@ -595,7 +595,7 @@
75+
@@ -700,7 +700,7 @@
5876

5977
2021-06-30 rocky <rb@dustyfeet.com>
6078

@@ -63,7 +81,7 @@
6381
Start using Asymptote
6482

6583
2021-06-30 rocky <rb@dustyfeet.com>
66-
@@ -680,7 +680,7 @@
84+
@@ -785,7 +785,7 @@
6785

6886
2021-06-15 rocky <rb@dustyfeet.com>
6987

@@ -72,7 +90,7 @@
7290
PyQT5: extra module for matplotlib
7391

7492
2021-06-15 rocky <rb@dustyfeet.com>
75-
@@ -801,7 +801,7 @@
93+
@@ -906,7 +906,7 @@
7694

7795
2021-05-27 rocky <rb@dustyfeet.com>
7896

@@ -81,7 +99,7 @@
8199
WIP start using prompt-toolkit
82100

83101
2021-05-15 R. Bernstein <rocky@users.noreply.github.com>
84-
@@ -1139,7 +1139,7 @@
102+
@@ -1244,7 +1244,7 @@
85103

86104
2021-01-09 rocky <rb@dustyfeet.com>
87105

@@ -90,7 +108,7 @@
90108
`-e` `--execute` is better suited for embedded use This options adds `--quiet` and shows just evaluation output as
91109
text--execute
92110

93-
@@ -1168,7 +1168,7 @@
111+
@@ -1273,7 +1273,7 @@
94112

95113
2021-01-03 rocky <rb@dustyfeet.com>
96114

@@ -99,7 +117,7 @@
99117

100118
2021-01-02 rocky <rb@dustyfeet.com>
101119

102-
@@ -1251,7 +1251,7 @@
120+
@@ -1356,7 +1356,7 @@
103121

104122
2020-12-22 R. Bernstein <rocky@users.noreply.github.com>
105123

@@ -108,7 +126,7 @@
108126

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

111-
@@ -1268,13 +1268,13 @@
129+
@@ -1373,13 +1373,13 @@
112130
* mathicsscript/__main__.py, mathicsscript/format.py,
113131
mathicsscript/inputrc, mathicsscript/inputrc-no-unicode,
114132
mathicsscript/inputrc-unicode, mathicsscript/termshell.py,
@@ -124,7 +142,7 @@
124142

125143
2020-12-12 rocky <rb@dustyfeet.com>
126144

127-
@@ -1292,7 +1292,7 @@
145+
@@ -1397,7 +1397,7 @@
128146

129147
2020-12-08 rocky <rb@dustyfeet.com>
130148

@@ -133,7 +151,7 @@
133151

134152
2020-12-07 rocky <rb@dustyfeet.com>
135153

136-
@@ -1300,7 +1300,7 @@
154+
@@ -1405,7 +1405,7 @@
137155

138156
2020-12-07 rocky <rb@dustyfeet.com>
139157

@@ -142,7 +160,7 @@
142160
FindSpannngTree: use layout style of parent graph
143161

144162
2020-12-07 rocky <rb@dustyfeet.com>
145-
@@ -1334,7 +1334,7 @@
163+
@@ -1439,7 +1439,7 @@
146164

147165
2020-12-04 rocky <rb@dustyfeet.com>
148166

@@ -151,7 +169,7 @@
151169

152170
2020-12-04 rocky <rb@dustyfeet.com>
153171

154-
@@ -1406,7 +1406,7 @@
172+
@@ -1511,7 +1511,7 @@
155173

156174
2020-11-27 rocky <rb@dustyfeet.com>
157175

@@ -160,7 +178,7 @@
160178
Can't use mathematica.lexer for now.. Sigh. It has promise. But recent Python gives now gives these... FutureWarning: Possible nested set at position ...
161179

162180
2020-11-27 rocky <rb@dustyfeet.com>
163-
@@ -1489,7 +1489,7 @@
181+
@@ -1594,7 +1594,7 @@
164182
2020-11-18 rocky <rb@dustyfeet.com>
165183

166184
* mathicsscript/__main__.py, mathicsscript/settings.m,
@@ -169,7 +187,7 @@
169187
Miscellaneous changes Settings`$ShowFullForm -> Settings`$ShowFullFormInput The old name has already caused too much confusion. Check Pygments style and give a columnized list when the name is
170188
invalid. Also make sure to reset the Mathics variable to a the last
171189
valid value when an invalid one is set.
172-
@@ -1581,7 +1581,7 @@
190+
@@ -1686,7 +1686,7 @@
173191

174192
* NEWS.md, admin-tools/git2cl, admin-tools/make-dist.sh,
175193
admin-tools/pyenv-versions, mathicsscript/term_background.py,
@@ -178,7 +196,7 @@
178196
Get ready for release 1.1.0rc1
179197

180198
2020-10-21 R. Bernstein <rocky@users.noreply.github.com>
181-
@@ -1672,4 +1672,3 @@
199+
@@ -1777,4 +1777,3 @@
182200

183201
* Cull code from Mathics/main and revise ... colorama is no longer optional. We'll be using click soon. Start
184202
to pull in my better terminal-detection script.

0 commit comments

Comments
 (0)