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
#. a function `evaluate_predicate` allows for a basic predicate evaluation using `$Assumptions`.
853
+
#. a function ``evaluate_predicate`` allows for a basic predicate evaluation using ``$Assumptions``.
789
854
#. ``Attributes`` accepts a string parameter.
790
855
#. ``Cases`` accepts Heads option. Issue #1302.
791
856
#. ``ColorNegate`` for colors is supported.
792
857
#. ``D`` and ``Derivative`` improvements.
793
858
#. ``Expand`` and ``ExpandAll`` now support a second parameter ``patt`` Issue #1301.
794
-
#. ``Expand`` and ``ExpandAll`` works with hyperbolic functions (`Sinh`, `Cosh`, `Tanh`, `Coth`).
859
+
#. ``Expand`` and ``ExpandAll`` works with hyperbolic functions (``Sinh``, ``Cosh``, ``Tanh``, ``Coth``).
795
860
#. ``FileNames`` returns a sorted list. Issue #1250.
796
861
#. ``FindRoot`` now accepts several optional parameters like ``Method`` and ``MaxIterations``. See Issue #1235.
797
862
#. ``FixedPoint`` now supports the ``SameTest`` option.
@@ -876,10 +941,10 @@ Bug fixes
876
941
``TeXForm[]`` for integrals are now properly formatted.
877
942
878
943
879
-
Pymathics Modules
880
-
+++++++++++++++++
944
+
Mathics3 Modules
945
+
++++++++++++++++
881
946
882
-
#. Pymathics modules now can run initialization code when are loaded.
947
+
#. Mathics3 modules now can run initialization code when are loaded.
883
948
#. The ``builtins`` list is not hard-linked to the library anymore. This simplifies the loading and reloading of pymathics modules.
884
949
#. Decoupling of BoxConstructors from the library. Now are defined at the level of the definition objects. This is useful for customizing the Graphics output if it is available.
0 commit comments