You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReplaceRepeated and FixedPoint now supports the MaxIteration
option. See Issue #1260.
Simplify performs a more sophisticated set of simplifications.
Simplify accepts a second parameter that temporarily overwrites $Assumptions.
StringTake now accepts form containing a list of strings and
specification. See Issue #1297.
Table [expr, n] is supported.
ToExpression handles multi-line string input.
ToString accepts an optional form parameter.
ToExpression handles multi-line string input.
$VersionNumber now set to 10.0 (was 6.0).
The implementation of Streams was redone.
Function mathics.core.definitions.autoload_files was added and
exposed to allow front-ends to provide their own custom Mathics.
settings.
String output in the mathics terminal has surrounding quotes to
make it more visually distinct from unexpanded and symbol output. To
disable this behavior use --strict-wl-output.
Bug fixes
SetTagDelayed now does not evaluate the RHS before assignment.
$InstallationDirectory starts out Unprotected.
FindRoot now handles equations.
Malformed Patterns are detected and an error message is given for
them.
Functions gone over to ensure the Listable and NumericFunction
properties are correct.
Incompatible changes
System`$UseSansSerif moved from core and is sent front-ends
using Settings`$UseSansSerif.
Internal changes
doctest accepts the option -d to show how long it takes to parse,
evaluate and compare each individual test. -x option (akin to pytests -x is a short-hand for stop on first error
Some builtin functions have been grouped together in a module
underneath the top-level builtin directory. As a result, in the
documents you will list some builtins listed under an overarching
categery like Specific Functions or Graphics, Drawing, and Images. More work is expected in the future
to improve document sectioning.