* Log cache activity. * Drop support for Python 3.7. * Add find_illegal_dependencies_for_layers method.
2.4
--------------
* Change cache filename scheme to use a hash. * Ignore modules with dots in the filename.
2.3
--------------
* Add caching.
2.2
--------------
* 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.