Changelog

0.0.1 (2018-11-05)

  • Release blank project on PyPI.

1.0b1 (2018-12-08)

  • Implement core functionality.

1.0b2 (2018-12-12)

  • Fix PyPI readme rendering.

1.0b3 (2018-12-16)

  • Fix bug with analysing relative imports from within __init__.py files.
  • Stop skipping analysing packages called migrations.
  • Deal with invalid imports by warning instead of raising an exception.
  • Rename NetworkXBackedImportGraph to ImportGraph.