Skip to content

Commit 4d6cd4a

Browse files
authored
Merge pull request #807 from Mathics3/release-6.0.1
Get ready for release 6.0.1
2 parents a9c2abf + 3a8cba0 commit 4d6cd4a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
CHANGES
44
=======
55

6+
6.0.1
7+
-----
8+
9+
Release to get Pillow 9.2 dependency added for Python 3.7+
10+
11+
Some Pattern-matching code gone over to add type annotations and to start
12+
documenting its behavior and characteristics. Function
13+
attributes are now stored at the time of Pattern-object creation
14+
rather than evaluation. This better matches WMA behavior which pulls
15+
out attribute this even earler than this. These changes speed up
16+
doctest running time by about 7% under Pyston.
17+
18+
Combinatorica version upgraded from 0.9 (circa 1992) to 0.91 (circa 1995) which closer matches the published book.
19+
20+
Random builtin documentation gone over to conform to current documentation style.
21+
622
6.0.0
723
-----
824

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__="6.0.0" # noqa
8+
__version__="6.0.1" # noqa

0 commit comments

Comments
 (0)