-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGES.rst
More file actions
50 lines (34 loc) · 981 Bytes
/
CHANGES.rst
File metadata and controls
50 lines (34 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
CHANGES
=======
09/04/2025
Rerelease to fix up botched packaging.
=======
08/30/2025
Support Python 3.13. Remove support for Python 3.8 and Python 3.9.
Revise for new location API and 9.0.0 release.
* added debugger commands:
- ``abort``
- ``info program``
- ``set return``
- ``quit``
* Improve ``Element`` printing
- Handle Slot[x] -> #x
- add unary precedence
* Add ``DebugEvaluation[]`` Builtin Function
* ``TraceEvaluation[]`` improvements:
- Returning ``x <- tuple(y)`` becomes ``Replacing x -> y``
- Show locations on ``TraceEvaluation[]``
* Show Mathics3 source location sometimes when $TrackLocaitons is set.
* respect ``TREPAN_PYGMENTS_STYLE`` for setting pygments style
=======
01/27/2025
1.0.1
Revise for API changes in the 8.0.0 release.
-------
01/20/2025
1.0.0
First public release. Add Builtin Functions:
* ``DebugActivate``
* ``Debugger``, and
* ``TraceActivate``
``TraceEvaluation[]`` is overwritten to provide better trace output.