Skip to content

Releases: jepperaskdk/pydoctest

0.1.22

14 Mar 19:33
Compare
Choose a tag to compare

Support python3.10 union types

0.1.21

09 Oct 08:16
9b58405
Compare
Choose a tag to compare

Fixes:

Issue was multiline-strings in source-code, not getting dedented by the textwrap.dedent function.

0.1.20

08 Oct 10:41
08b18ef
Compare
Choose a tag to compare

Implements:

0.1.19

08 Oct 08:33
7491303
Compare
Choose a tag to compare

Fixes literal types for the google parser.
#41

0.1.18

02 Oct 20:08
cb50d60
Compare
Choose a tag to compare

Improved the google-parser by splitting sections in a better way. Fixes these bugs #29

NOTE: It also removes support for the (..., optional) syntax. Better to type using Optional[X] both in signature and docstring.

0.1.17

01 Oct 18:07
a0d4dd3
Compare
Choose a tag to compare

Version 0.1.17 adds:

  • Support for recursive globbing with **
  • Support for exclude_paths to exclude files based on patterns
  • CLI support for both --include-paths and --exclude-paths

0.1.16

06 Apr 20:00
1138e95
Compare
Choose a tag to compare

Added better output. Results are now printed as
[module]::[class?]::function [results] ...

0.1.15

16 Oct 09:53
Compare
Choose a tag to compare

More output when file fails to load, either from invalid syntax or not found etc.

0.1.14

13 Oct 19:12
c12bf97
Compare
Choose a tag to compare

Generics were not parsed properly by sphinx/numpy parsers.

0.1.13

10 Oct 10:14
Compare
Choose a tag to compare

Added numpy and sphinx parsers.

Fixed issue when same exception was raised multiple times by same method. pydoctest would incorrectly expect there to be a raised exception listed each time in the docstring.