Releases: mgedmin/objgraph
Releases · mgedmin/objgraph
3.6.2
3.6.1
3.6.0
What's Changed
- Add Python 3.9, 3.10, and 3.11 support
- Drop Python 2 and 3.7 support
- Add GitHub URL for PyPI by @andriyor in #66
- Make Python graphviz package dependency optional by @mgorny in #67
New Contributors
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- Change setup.py to only want mock for Python 2.7 by @kmosiejczuk in #44
- Add the
extra_node_attrs
parameter toshow_refs()
by @pvalsecc in #46 - Fix IPython/Jupyter inline graph support code that would kick in even if you explicitly passed a
filename='foo.png'
argument to
show_refs()
/show_backrefs()
. See #47 - Add Python 3.8 support
- Drop Python 3.5 support
New Contributors
- @kmosiejczuk made their first contribution in #44
- @pvalsecc made their first contribution in #46
Full Changelog: 3.4.1...3.5.0
3.4.1
What's Changed
- Add support for Python 3.7.
- Drop support for Python 3.3 and 3.4.
Full Changelog: 3.4.0...3.4.1
3.4.0
What's Changed
- Adds
get_new_ids()
andat_addrs()
functions by @spacether in #36
New Contributors
- @spacether made their first contribution in #36
Full Changelog: 3.3.0...3.4.0