Releases: SimpleITK/CommentSpellCheck
Releases · SimpleITK/CommentSpellCheck
version 0.2.3
Version 0.2.2
Merge pull request #52 from dave3d/MakeTestsPythonic Make the tests more pythonic
Version 0.2.1
Release v0.2.0
What's Changed
- DOC: Additional python docstring fixes by @jcfr in #31
- ENH: Update argument help strings to clarify meaning of "multiple" by @jcfr in #32
- ENH: Simplify reporting using f-string by @jcfr in #33
- PERF: Skip checking prefixes after one is found to be valid by @jcfr in #35
- Reduce cyclomatic complexity introducing "spell_check_comment" function by @jcfr in #37
- Improve display output by @jcfr in #36
- ENH: Refactor introducing spell_check_words function by @jcfr in #39
- BUG: Remove unused test when setting suffixes by @jcfr in #34
- STYLE: Introduce "error_word" ivar by @jcfr in #38
- ENH: Add .gitignore by @jcfr in #40
- ENH: Generalize handling of contractions like "'d", "'s" or "'th" by @jcfr in #42
- ENH: Identify error word as valid if additional check succeeds by @jcfr in #43
- ENH: Do not require prefixes to be into additional dict by @jcfr in #45
- STYLE: Introduce constant to list checked contractions by @jcfr in #44
- Reduce accepted cyclomatic complexity from 32 to 25 by @blowekamp in #41
- Renamed codespell.py to commentspellcheck.py by @dave3d in #48
- Change project name to CommentSpellCheck by @dave3d in #49
Full Changelog: v0.1...v0.2.0
Release v0.1
What's Changed
- catch spell check exception by @dave3d in #2
- OK if a word == a prefix by @dave3d in #3
- set path to dictionary by @dave3d in #4
- added words for SimpleElastix by @dave3d in #5
- Update additional dictionary file. by @zivy in #6
- Make package by @blowekamp in #7
- Fixed initial dictionary problems by @dave3d in #9
- Fixes for flake8 by @dave3d in #10
- WIP: initial testing checkin by @dave3d in #11
- run test on itself; allow multple suffixes by @dave3d in #12
- Removed hardcoded legacy junk by @dave3d in #15
- Added support for RST and TXT files by @dave3d in #16
- Updated README and added Markdown support by @dave3d in #17
- Print errors to STDERR by @dave3d in #18
- added support for .hxx files by @dave3d in #19
- added mimetype command line option by @dave3d in #20
- Added vim command output by @dave3d in #21
- Added a README for utils by @dave3d in #22
- Squelsh a message in quiet mode by @dave3d in #24
- Improve command line interface by @jcfr in #25
- Use setuptools-scm to extract version from git tags. by @blowekamp in #28
- Add pre-commit configuration with black and run in GHA as listing by @blowekamp in #27
- Add GHA publish to publish release to github by @blowekamp in #30
New Contributors
- @dave3d made their first contribution in #2
- @zivy made their first contribution in #6
- @blowekamp made their first contribution in #7
- @jcfr made their first contribution in #25
Full Changelog: https://github.com/SimpleITK/SimpleITKSpellChecking/commits/v0.1