Skip to content

Commit

Permalink
Merge pull request #807 from Mathics3/release-6.0.1
Browse files Browse the repository at this point in the history
Get ready for release 6.0.1
  • Loading branch information
rocky authored Mar 5, 2023
2 parents a9c2abf + 3a8cba0 commit 4d6cd4a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
CHANGES
=======

6.0.1
-----

Release to get Pillow 9.2 dependency added for Python 3.7+

Some Pattern-matching code gone over to add type annotations and to start
documenting its behavior and characteristics. Function
attributes are now stored at the time of Pattern-object creation
rather than evaluation. This better matches WMA behavior which pulls
out attribute this even earler than this. These changes speed up
doctest running time by about 7% under Pyston.

Combinatorica version upgraded from 0.9 (circa 1992) to 0.91 (circa 1995) which closer matches the published book.

Random builtin documentation gone over to conform to current documentation style.

6.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion mathics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
__version__="6.0.0" # noqa
__version__="6.0.1" # noqa

0 comments on commit 4d6cd4a

Please sign in to comment.