* Annotate get_import_details return value with a DetailedImport.
2.1
---------------
* Officially support Python 3.11.
2.0
---------------
* Significantly speed up graph copying. * Remove find_all_simple_chains method. * No longer use a networkx graph internally. * Fix bug where import details remained stored in the graph after removing modules or imports.
1.3
--------------- * Officially support Python 3.9 and 3.10. * Drop support for Python 3.6. * Support namespaced packages.
1.2.3
----------------- * Raise custom exception (NamespacePackageEncountered) if code under analysis appears to be a namespace package.
1.2.2
----------------- * Raise custom exception (SourceSyntaxError) if code under analysis contains syntax error.