File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22-----
33
44Revise for 6.0.0 Mathics3 API and current Mathics3 builtin standards
5- decribed in [ Guidelines for Writing
5+ described in [ Guidelines for Writing
66Documentation] ( https://mathics-development-guide.readthedocs.io/en/latest/extending/developing-code/extending/documentation-markup.html#guidelines-for-writing-documentation ) .
77
8- Thie package has undergone a major overhaul. Modules have been split out along into logical groups following the documentation structure.
8+ This package has undergone a major overhaul. Modules have been split out along into logical groups following the documentation structure.
99
1010We have gradually been rolling in more Python type annotations and
1111have been using current Python practices. Tools such as using
Original file line number Diff line number Diff line change 55# well as importing into Python. That's why there is no
66# space around "=" below.
77# fmt: off
8- __version__ = "6.0.0 " # noqa
8+ __version__ = "6.0.1dev0 " # noqa
You can’t perform that action at this time.
0 commit comments