And just when you thought we'd never get around to it...
Incompatibilities
So we can get onto PyPI, the PyPI install name has changed from Mathics
to Mathics3.
Enhancements and Bug fixes:
- Add Symbolic Comparisons. PR #1000
- Support for externally PyPI-packagable builtin modules - PyMathics.
SetDirectory
fixes. PR #994- Catch
`PatternError
Exceptions. - Fix formatting of
..
and...
(RepeatAll
) - tokenization of
\.
without a following space (ReplaceAll
). Issue
#992 - Support for assignments to named
`Pattern
` - Improving support for
`Names
. PR #1003 - Adding a
MathicsSession
class to simplify running Mathics from
Python. PR #1001 - Improving support for
`Protect
` and`Unprotect
` list
of symbols and regular expressions. PR #1003