Skip to content

Releases: SimpleITK/CommentSpellCheck

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

Release v0.1

07 Jul 17:55
d96a871
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/SimpleITK/SimpleITKSpellChecking/commits/v0.1