Skip to content

Commit

Permalink
v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuyifei1999 committed Oct 7, 2019
1 parent b2377be commit 5bba757
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 6 deletions.
9 changes: 4 additions & 5 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
I am happy to announce Guppy 3 3.0.7
I am happy to announce Guppy 3 3.0.8

Guppy 3 is a library and programming environment for Python,
currently providing in particular the Heapy subsystem, which supports
Expand All @@ -12,10 +12,9 @@ Guppy 3 is a fork of Guppy-PE, created by Sverker Nilsson for Python 2.

The main news in this release:

o Disabled malloc hooks because of thread safety issues
o Optimizations to the dictof classifier by using GC objects
o No more stack overflows during heap traversal
o Tab completion with rlcompleter on a UniSet is no longer so expensive
o Reuse IdentitySet partition on repr and selection
o Use temporary root for traversal in initialization
o Bug fixes

License: MIT

Expand Down
33 changes: 33 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
Version 3.0.8

2019-10-07 YiFei Zhu <[email protected]>

* Nothing changed, just releasing 3.0.8

2019-10-03 YiFei Zhu <[email protected]>

* RefPat.py: Add missing comma in string list [Ehsan Kia]

2019-10-02 YiFei Zhu <[email protected]>

* Don't cache Interface attributes because of invalidation is too painful,
and it barely makes a difference.

2019-09-26 YiFei Zhu <[email protected]>

* Unreachable code cleanup
* Use a temporary root object for traversal in initialization, to reduce
its performance penalty

2019-09-25 YiFei Zhu <[email protected]>

* Fix get_partition memoization
* Create FastPartition for reusing the already-computed partition
information after selecting from a single partition.
* Fix segfault in Horizon deallocation

2019-09-22 YiFei Zhu <[email protected]>

* Unreachable code cleanup
* Python 3 fixes RE.py and RE_Rect.py

Version 3.0.7

2019-09-21 YiFei Zhu <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def doit():
long_description = f.read()

setup(name="guppy3",
version="3.0.7",
version="3.0.8",
description="Guppy 3 -- Guppy-PE ported to Python 3",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5bba757

Please sign in to comment.