Skip to content

Releases: zyskarch/pytestarch

v4.0.1

Choose a tag to compare

@zyskarch zyskarch released this 08 Aug 12:54

Fixed

  • KeyError when not including all layers with regexes in a Layer rule.

v4.0.0

Choose a tag to compare

@zyskarch zyskarch released this 01 Apr 17:28

Changed

  • Mechanism of exporting library modules
  • Python formatting
  • Support for python 3.13

Fixed

  • KeyError when trying to check for imports of submodule by same submodule

v3.1.1

Choose a tag to compare

@zyskarch zyskarch released this 02 Oct 18:15
  • Fixed link to documentation

v3.1.0

Choose a tag to compare

@zyskarch zyskarch released this 16 Sep 17:55
  • Added support for exclusions of external libraries

v3.0.1

Choose a tag to compare

@zyskarch zyskarch released this 27 Jul 08:22

Fixes a regex syntax error in newer python versions.

v3.0.0

Choose a tag to compare

@zyskarch zyskarch released this 22 Jun 15:55
  • Add support for python 3.12
  • Drop support for python 3.8

v2.0.3

Choose a tag to compare

@zyskarch zyskarch released this 17 Mar 09:00
71c5df0

Fixes module resolution for nested modules with root and module path mismatch.

V2.0.2

Choose a tag to compare

@zyskarch zyskarch released this 16 Mar 14:23
e83b8d7

Fix bug in module name resolution for absolute imports when using different root and module paths on generating an evaluable.

v2.0.1

Choose a tag to compare

@zyskarch zyskarch released this 14 Mar 19:44
383d1a4

Fix readme instructions on how to refer to modules.

v.2.0.0

Choose a tag to compare

@zyskarch zyskarch released this 23 Feb 12:44
c783ff2

Makes the matplotlib dependency optional, as it is not required for the core functionality.