Skip to content

Commit 8575ec8

Browse files
committed
Update NEWS
1 parent 417401d commit 8575ec8

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

NEWS.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
7.0.0
2+
-----
3+
4+
* Adjust for Mathics3 core 7.0.0 API
5+
* Drop support for 3.6 and 3.7 and add support for 3.11
6+
* Use pyproject.toml for packaging to be able to support 3.12
7+
8+
9+
110
6.0.0
211
-----
312

@@ -31,7 +40,7 @@
3140
3.3.1
3241
-----
3342

34-
* Packaging issues: getting setttings.m file into distribution and other missing files
43+
* Packaging issues: getting settings.m file into distribution and other missing files
3544
* More pervasive handling of import errors
3645

3746
3.3.0
@@ -62,10 +71,10 @@ ASCII to unicode conversion was disabled since it was flaky and turned `===` int
6271
garbage upon seeing `==`. Issue #38
6372

6473
In prompt-readline by default, inserting a "[", "(", or "{" will automatically insert the corresponding closing "]", ")", and "}".
65-
Use f3 to toggle this behavoir.
74+
Use f3 to toggle this behavior.
6675

6776
The packaging of 3.0.0 omitted some Readline inputrc files, and a JSON operator table. Issue #37
68-
A few other Python packaging problems were fixe.
77+
A few other Python packaging problems were fixed.
6978

7079
We've separated prompt_readline functions into its own module separate from the common prompt readline functions
7180

@@ -90,8 +99,7 @@ Independent of prompt-toolkit, there better pygments colorization using [mathics
9099

91100
* There are now system setting and user settings. User settings take precedence over system settings.
92101
* String output is now shown in quotes to make it more distinguishable from symbol and unexpanded
93-
expressssion output. This does not follow how `wolframscript` works. Option `strict-wl-output` wil
94-
disable this.
102+
expressssion output. This does not follow how `wolframscript` works. Option `strict-wl-output` will disable this.
95103
* Syntax and Highlighting is now done via the Python
96104
[mathics-pygments](https://pypi.org/project/mathics-pygments/)
97105
package. I think you'll find colorization more complete and
@@ -154,7 +162,7 @@ Incompatible changes:
154162

155163
* We require Mathics3 1.1.1 for features added in that to support unicode and user-formatting
156164
* Start to support Unicode as a CLI option: `--unicode/--no-unicode`. The setting name is ``Settings`$UseUnicode``.
157-
* Add a lot of Unicode symbols and the WL esc sequences. For example letters with dots under them. These are the "Formal" parmaters/letters.
165+
* Add a lot of Unicode symbols and the WL esc sequences. For example letters with dots under them. These are the "Formal" parameters/letters.
158166
* Handle Unicode versus WL character code mismatches, , in particular Unicode directed and undirected edges.
159167
* Support for ``PyMathics`Graph`` (to be released on PyPI soon).
160168
* Some XDG compatibility
@@ -168,15 +176,15 @@ Incompatible changes:
168176
- ``Settings`$PygmentsShowTokens``
169177
- ``Settings`$UseUnicode`` (also mentioned above)
170178

171-
A lot of code for handling graph formatting is here but will eventually be moved to a backend formattting module which hasn't been written yet.
179+
A lot of code for handling graph formating is here but will eventually be moved to a backend formattting module which hasn't been written yet.
172180

173181

174182
1.1.0
175183
-----
176184

177185
Now that Mathic3 1.1.0 is released depend on that.
178186

179-
Some interal prepartion work was done to support changing settings inside the REPL.
187+
Some internal preparation work was done to support changing settings inside the REPL.
180188
Not ready for release yet.
181189

182190
1.1.0 rc1

0 commit comments

Comments
 (0)