Releases: SimpleITK/CommentSpellCheck
Releases · SimpleITK/CommentSpellCheck
Release v0.4.3
What's Changed
- ENH: Added downoading a dictionary from a URL. by @dave3d in #65
- Updated PySpellChecker description by @dave3d in #68
Full Changelog: v0.4.2...v0.4.3
Release v0.4.2
Full Changelog: v0.4.1...v0.4.2
Release v0.4.1
What's Changed
- Adding configuration file to be a pre-commit hook by @blowekamp in #62
- Add C, C++, CSharp file types to precommit by @dave3d in #63
Full Changelog: v0.4.0...v0.4.1
release version 0.4.0
A nearly complete rewrite of the code that uses a pure Python spell checking backend.
v0.4.0 release candidate 1
Merge pull request #61 from SimpleITK/PythonBackend Python backend
v0.3.1
version 0.2.3
Merge pull request #56 from dave3d/UpdateREADME DOC: Update readme
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