Skip to content

Releases: SimpleITK/CommentSpellCheck

Release v0.4.3

14 Jul 19:03
46c04d4
Compare
Choose a tag to compare

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

23 Jun 15:13
b8508ed
Compare
Choose a tag to compare

Release v0.4.1

20 Jun 15:52
ffbef87
Compare
Choose a tag to compare

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

21 May 15:49
b458668
Compare
Choose a tag to compare

A nearly complete rewrite of the code that uses a pure Python spell checking backend.

v0.4.0 release candidate 1

19 May 16:18
b458668
Compare
Choose a tag to compare
Pre-release
Merge pull request #61 from SimpleITK/PythonBackend

Python backend

v0.3.1

28 Jan 21:01
Compare
Choose a tag to compare

Bibtex support. Re-organized packaging.

version 0.2.3

07 Feb 19:23
4e62c5a
Compare
Choose a tag to compare
Merge pull request #56 from dave3d/UpdateREADME

DOC: Update readme

Version 0.2.2

17 Oct 18:12
c1609e7
Compare
Choose a tag to compare
Merge pull request #52 from dave3d/MakeTestsPythonic

Make the tests more pythonic

Version 0.2.1

10 Oct 16:59
04b40ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

02 Aug 13:18
d298f64
Compare
Choose a tag to compare

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