File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ 2.2.0
2+ -----
3+
4+ * There are now system setting and user settings. User settings take precedence over system settings.
5+ * String output is now shown in quotes to make it more distinguishable from symbol and unexpanded
6+ expressssion output. This does not follow how ` wolframscript ` works. Option ` strict-wl-output ` wil
7+ disable this.
8+ * Syntax and Highlighting is now done via the Python
9+ [ mathics-pygments] ( https://pypi.org/project/mathics-pygments/ )
10+ package. I think you'll find colorization more complete and
11+ useful. Expect more improvements as mathics-pygments improves.
12+ * Flag ` --initfile ` is now ` --run ` to have better conformance with ` wolframscript ` . In the future we hope
13+ to support support conformance with ` wolfram ` if the` mathicsscript ` (or code underneath) is called
14+ using the name ` mathics3 ` .
15+
1162.1.2
217-----
318
Original file line number Diff line number Diff line change 33# This file is suitable for sourcing inside POSIX shell as
44# well as importing into Python. That's why there is no
55# space around "=" below.
6- __version__ = "2.1.3dev0 " # noqa
6+ __version__ = "2.2.0 " # noqa
You can’t perform that action at this time.
0 commit comments