File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 33CHANGES
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+
6226.0.0
723-----
824
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments