Skip to content

Commit 4efdeba

Browse files
committed
Get ready for release 2.2.0
1 parent efd12fe commit 4efdeba

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
2.1.2
217
-----
318

mathicsscript/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
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

0 commit comments

Comments
 (0)