Objgraph

Latest version: v3.6.2

Safety actively analyzes 687881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.4.0

------------------

- Compatibility with Python 2.4 and 2.5 (``tempfile.NamedTemporaryFile`` has no
``delete`` argument).

- New function: :func:`most_common_types`.

1.3.1

------------------

- Rebuild an sdist with no missing files (fixes `LP606604
<https://launchpad.net/bugs/606604>`_).

- Added MANIFEST.in and a Makefile to check that setup.py sdist generates
source distributions with no files missing.

1.3

----------------

- Highlight objects with a ``__del__`` method.

- Fixes `LP483411 <https://launchpad.net/bugs/483411>`_: suggest always passing
``[obj]`` to :func:`show_refs`, :func:`show_backrefs`, since obj might be a
list/tuple.

- Fixes `LP514422 <https://launchpad.net/bugs/514422>`_: :func:`show_refs`,
:func:`show_backrefs` don't create files in the current working directory any
more. Instead they accept a filename argument, which can be a .dot file or a
.png file. If None or not specified, those functions will try to spawn xdot
as before.

- New extra_info argument to graph-generating functions (patch by Thouis Jones,
`LP558914 <https://launchpad.net/bugs/558914>`_).

- setup.py should work with distutils now (`LP604430
<https://launchpad.net/bugs/604430>`_, thanks to Randy Heydon).

1.2

----------------

- Project website, public source repository, uploaded to PyPI.

- No code changes.

1.1

----------------

- New function: :func:`show_refs` for showing forward references.

- New functions: :func:`typestats` and :func:`show_most_common_types`.

- Object boxes are less crammed with useless information (such as IDs).

- Spawns `xdot <https://pypi.python.org/pypi/xdot>`_ if it is available.

1.0

----------------

- First public release.

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.