Skip to content

Releases: mgedmin/objgraph

3.6.2

10 Oct 12:04
3.6.2
Compare
Choose a tag to compare

What's Changed

  • Python 3.13 support in #81

Full Changelog: 3.6.1...3.6.2

3.6.1

10 Oct 12:02
3.6.1
Compare
Choose a tag to compare

What's Changed

  • Add support for Python 3.12 in #78

Full Changelog: 3.6.0...3.6.1

3.6.0

11 Oct 07:45
3.6.0
Compare
Choose a tag to compare

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

11 Oct 07:43
3.5.0
Compare
Choose a tag to compare

What's Changed

  • Change setup.py to only want mock for Python 2.7 by @kmosiejczuk in #44
  • Add the extra_node_attrs parameter to show_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

Full Changelog: 3.4.1...3.5.0

3.4.1

11 Oct 07:42
3.4.1
Compare
Choose a tag to compare

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

11 Oct 07:41
3.4.0
Compare
Choose a tag to compare

What's Changed

  • Adds get_new_ids() and at_addrs() functions by @spacether in #36

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

11 Oct 07:39
3.3.0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.3.0

3.2.0

20 Dec 09:17
3.2.0
Compare
Choose a tag to compare

What's Changed

  • First release with a PGP-signed tag!
  • New filter argument for typestats(), most_common_types(), show_most_common_types(), show_growth().
  • Show lambda functions in a more human-friendly way.