Skip to content

Commit ad526d1

Browse files
committed
Get ready for release 3.1.0
1 parent db53f3e commit ad526d1

File tree

2 files changed

+27
-12
lines changed

2 files changed

+27
-12
lines changed

CHANGES.rst

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,41 @@
11
CHANGES
22
=======
33

4-
3.0.1
4+
3.1.0
55
-----
66

77
New variables and builtins
88
++++++++++++++++++++++++++
99

10-
* ``Arrow`` (prelimnary)
11-
* ``Cylinder`` (prelimnary)
10+
* ``Arrow`` for Graphics3D (preliminary)
11+
* ``Cylinder`` (preliminary)
1212
* ``Factorial2`` PR #1459 Issue #682
1313

1414
Enhancements
15-
------------
15+
++++++++++++
16+
17+
Large sections like the "Strings and Characters", "Integer Functions" and "Lists" sections
18+
have been broken up into subsections. These more closely match
19+
online WL "Guide" sections. This is beneficial not just in the
20+
documentation, but also for code organization. See PRs #1464, #1473.
21+
22+
A lot more work is needed here.
23+
24+
The Introduction section of the manual has been revised. Licensing and Copyright/left sections
25+
have been reformatted for non-fixed-width displays. #1474
26+
27+
PolarPlot documentation was improved. #1475.
28+
29+
A getter/setter method for Mathics settings was added #1472.
1630

17-
Large sections like "Strings and Characters" was sections both in the docs and in the code.
1831

1932
Bugs
20-
----
33+
++++
2134

35+
* Add ``requirements-*.txt``to distribution files. ``pip install Mathics3[dev]`` should work now. PR #1461
2236
* Some ``PointBox`` bugs were fixed
23-
37+
* Some ``Arrow3DBox`` and ``Point3DBox`` bugs were fixed PR #1463
38+
* Fix bug in ``mathics`` CLI when ``-script`` and ``-e`` were combined PR #1455
2439

2540
3.0.0
2641
-----
@@ -37,7 +52,7 @@ A lot of the improvements in this release were done or made possible with the he
3752
Tiago Cavalcante Trindade.
3853

3954
Enhancements
40-
------------
55+
++++++++++++
4156

4257
It is now possible to get back SVG, and graphics that are not embedded in MathML.
4358

@@ -47,7 +62,7 @@ functionality. The code runs about 30% faster under Pyston 2.2. Note
4762
that the code also works under PyPy 3.7.
4863

4964
Bugs
50-
----
65+
++++
5166

5267
* Tick marks and the placement of numbers on charts have been corrected. PR #1437
5368
* Asymptote now respects the ``PointSize`` setting.
@@ -57,7 +72,7 @@ Bugs
5772
Density Plots rendered in SVG broke with this release. They will be reinstated in the future.
5873

5974
Documentation
60-
-------------
75+
+++++++++++++
6176

6277
Go over settings file to ensure usage names are full sentences.
6378

@@ -93,7 +108,7 @@ Chapters are no longer in Roman Numerals.
93108

94109

95110
Internal changes
96-
----------------
111+
++++++++++++++++
97112

98113
* ``docpipline.py`` accepts the option ``--chapters`` or ``-c`` to narrow tests to a particular chapter
99114
* Format routines have been isolated into its own module. Currently we have format routines for SVG, JSON and

mathics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# well as importing into Python. That's why there is no
66
# space around "=" below.
77
# fmt: off
8-
__version__="3.1.0.dev0" # noqa
8+
__version__="3.1.0" # noqa

0 commit comments

Comments
 (0)