@@ -5,16 +5,19 @@ CHANGES
552.1.1
66-----
77
8- New builtins
9- ++++++++++++
8+ New variables and builtins
9+ ++++++++++++++++++++++++++
1010
1111* ``Arg ``
1212* ``Dispatch ``
1313* ``FullSimplify ``
1414* ``LetterNumber `` #1298. The ``alphabet `` parameter supports only a minimal number of languages.
15+ * ``MemoryAvailable ``
16+ * ``MemoryInUse ``
1517* ``Nand `` and ``Nor `` logical functions.
1618* ``Series ``, ``O `` and ``SeriesData ``
1719* ``StringReverse ``
20+ * ``$SystemMemory ``
1821* Add all of the named colors, e.g. ``Brown `` or ``LighterMagenta ``.
1922
2023
@@ -28,7 +31,7 @@ Enhancements
2831* ``D `` and ``Derivative `` improvements.
2932* ``FileNames `` returns a sorted list (#1250).
3033* ``FindRoot `` now receives several optional parameters like ``Method `` and ``MaxIterations ``.
31- * ``FixedPoint `` now supports the ``SameTest `` option.
34+ * ``FixedPoint `` now supports the ``SameTest `` option.
3235* ``Prime `` and ``PrimePi `` now accept a list parameter and have the ``NumericFunction `` attribute.
3336* ``ReplaceRepeated `` and ``FixedPoint `` now supports the ``MaxIteration `` option (#1260).
3437* ``Simplify `` performs a more sophisticated set of simplifications.
@@ -38,7 +41,7 @@ Enhancements
3841* ``ToString `` accepts an optional *form * parameter.
3942* ``ToExpression `` handles multi-line string input
4043* The implementation of Streams was redone.
41-
44+
4245
4346
4447Bug fixes
@@ -54,7 +57,7 @@ Internal changes
5457----------------
5558
5659* doctest accepts the option `-d ` to show how long it takes to parse, evaluate and compare each individual test.
57-
60+
5861
59622.1.0
6063-----
0 commit comments