Skip to content

Commit 950e36f

Browse files
committed
Update 2.1.0 release notes; bump version
1 parent 9ddd63a commit 950e36f

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

CHANGES.rst

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Enhancements
2121

2222
* The Mathics version is checked for builtin modules at load time. A message is given when a builtin doesn't load.
2323
* Automatic detection for the best strategy to numeric evaluation of constants.
24-
* ``FileNameJoin`` - implement ``OperatingSystem`` option
24+
* ``FileNameJoin`` now implements ``OperatingSystem`` option
2525
* Mathics functions are accepted by ``Compile[]``. The return value or type will be
2626
``Compile[] and CompiledFunction[]`` every expression can have a compiled form,
2727
as a Python function.
@@ -36,7 +36,7 @@ Enhancements
3636
Bug fixes
3737
+++++++++
3838

39-
* TeXForm for integrals are now properly formatted.
39+
* ``TeXForm[]`` for integrals are now properly formatted.
4040

4141

4242
Pymathics Modules
@@ -53,18 +53,27 @@ Pymathics Modules
5353
Miscellanea
5454
+++++++++++
5555

56-
* A pass was made to improve Microsoft Windows compatability and testing
57-
Windows under MSYS.
56+
* A pass was made to improve Microsoft Windows compatability and testing Windows under MSYS.
5857
* Include numpy version in version string. Show in CLI
5958
* Small CLI tweaks ``--colors=None`` added to match mathicsscript.
6059
* In the ``BaseExpression`` and derivated classes, the method ``boxes_to_xml`` now are called ``boxes_to_mathml``.
6160
* In the ``format`` method of the class ``Evaluation``, the builtin ``ToString`` is called instead of ``boxes_to_text``
62-
In order to control the final form of boxes from the user space in specific symbols and contexts.
63-
* ``GraphicsBox`` now have two methods: ``to_svg`` and ``to_mathml``. The first produces SVG plain text while the second produces ``<mglyph ...>``
64-
tags with base64 encoded svgs.
61+
* In order to control the final form of boxes from the user space in specific symbols and contexts.
62+
* ``GraphicsBox`` now have two methods: ``to_svg`` and ``to_mathml``. The first produces SVG plain text while the second produces ``<mglyph ...>`` tags with base64 encoded svgs.
6563
* Improving the support for ``Inset`` and ``InsetBox``.
6664

6765

66+
What's to expect in a Future Release
67+
++++++++++++++++++++++++++++++++++++
68+
69+
* Improved ``Equal`` See `PR #1209 <https://github.com/mathics/Mathics/pull/1209/>`_
70+
* Better Unicode support, especially for Mathics operators
71+
* Improved ``D[]`` and ``Derivative[]`` See `PR #1220 <https://github.com/mathics/Mathics/pull/1209/>`_.
72+
* Improved performance
73+
* ``Collect[]`` See `Issue #1194 <https://github.com/mathics/Mathics/issues/1194>`_.
74+
* ``Series[]`` See `Issue #1193 <https://github.com/mathics/Mathics/issues/1194>`_.
75+
76+
6877
2.0.0
6978
-----
7079

mathics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# This file is suitable for sourcing inside POSIX shell as
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
7-
__version__="2.0.1.dev" # noqa
7+
__version__="2.1.0.rc1" # noqa

0 commit comments

Comments
 (0)