Releases: DanielNoord/pydocstringformatter
Releases · DanielNoord/pydocstringformatter
Release 0.7.5
This release only contains changes to the release publishing flow which were broken on 0.7.4.
v0.7.4 has never been released on PyPI.
Full Changelog: v0.7.4...v0.7.5
Release 0.7.4
What's Changed
- Fix deprecation warning by @DanielNoord in #490
 - Fix regex to deal with mixing of quotes at start of string by @DanielNoord in #491
 - Add 
--update-expected-outputby @DanielNoord in #492 - Use correct quotes regex in capitalization formatter by @DanielNoord in #493
 - Lots and lots of dependency upgrades for testing and CI.
 
Full Changelog: v0.7.3...v0.7.4
Release 0.7.3
What's Changed
- Fix crash with almost empty docstrings by @DanielNoord in #152
 - Fix adding whitespaces in 
numpydocstyle to single line docstrings by @DanielNoord in #158 - Fixed toml parser ignoring style by @jspaezp in #156
 - Fixed bug where empty summaries fail with index error by @jspaezp in #163
 - Bugfix/emptyline no whitespace by @jspaezp in #161
 - Added boolean optional argument support by @jspaezp in #166
 - Add example formatters and a 
compare_formatterutility by @DanielNoord in #180 - Don't add a new line in one-line Numpy docstrings by @DanielNoord in #181
 - Feature: two-pass formatting of the tokens by @jspaezp in #173
 
New Contributors
Full Changelog: v0.7.2...v0.7.3
Release 0.7.2
What's Changed
- Fix crash with almost empty docstrings by @DanielNoord in #151
 
Full Changelog: v0.7.1...v0.7.2
Release 0.7.1
Release 0.7.0
What's Changed
- Fix parsing of values in 
pyproject.tomlby @DanielNoord in #129 - Add the 
--styleoption by @DanielNoord in #138 - Run formatters based on the selected style by @DanielNoord in #145
 - ENH: Add formatters for numpydoc section ordering and name/type spacing by @DWesl in #132
 
New Contributors
Full Changelog: v0.6.2...v0.7.0
Release 0.6.2
Bug fixes:
- Fix parsing of values in 
pyproject.tomlby @DanielNoord in #129 
Other changes:
- Make 
3.11support explicit by @DanielNoord in #121 - Made all modules and files private by @DanielNoord in #122
 - Use 
furoas documentation theme by @DanielNoord in #123 
Full Changelog: v0.6.1...v0.6.2
Release 0.6.1
Release 0.6.0
New functions:
- Handle multi-line summaries in 
FinalPeriodFormatterby @DanielNoord in #77 - Add a newline to the end of the diff output by @DanielNoord in #79
 - Create 
SummaryAndDescriptionFormatterby @DanielNoord in #82 - Add 
--exit-codeoption and add number of files to output by @DanielNoord in #81 - Add line wrapping to summaries of docstrings by @Pierre-Sassoulas in #14
 - Make 
SplitSummaryAndDocstringFormatternon-optional by @DanielNoord in #94 - Improve removal of unnecessary or double white lines by @DanielNoord in #98
 - Add 
--max-line-lengthoption by @mdczaplicki in #105 
Bug fixes:
- Fix the 
SummaryFormatterby @DanielNoord in #76 - Fix handling of summaries on a separate line by @DanielNoord in #89
 - Fix a bug with wrapping of single line summaries by @DanielNoord in #95
 
Project changes:
- Add primer tests by @DanielNoord in #78
 
New Contributors
- @mdczaplicki made their first contribution in #105
 
Full Changelog: v0.5.3...v0.6.0
Release 0.5.3
What's Changed
- Fix a crash with 
SummaryFormatterby @DanielNoord in #76 
Full Changelog: v0.5.2...v0.5.3