File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ celerybeat-schedule
8686.venv
8787venv /
8888ENV /
89+ Pipfile *
8990
9091# Spyder project settings
9192.spyderproject
Original file line number Diff line number Diff line change 11# pyspellchecker
22
3- ## Version 0.6.1 (Future)
3+ ## Version 0.6.1
44* Deprecated ` spell.word_probability ` since the name makes it seem that it is building a true probability; use ` spell.word_usage_frequency ` instead
55* Added Russian language dictionary; [ #91 ] ( https://github.com/barrust/pyspellchecker/pull/91 ) Thanks [ @sviperm ] ( https://github.com/sviperm )
66* Include ` __iter__ ` to both the ` SpellChecker ` and ` WordFrequency ` objects
Original file line number Diff line number Diff line change 55__maintainer__ = "Tyler Barrus"
66__email__ = "barrust@gmail.com"
77__license__ = "MIT"
8- __version__ = "0.6.0 "
8+ __version__ = "0.6.1 "
99__credits__ = ["Peter Norvig" ]
1010__url__ = "https://github.com/barrust/pyspellchecker"
1111__bugtrack_url__ = "{0}/issues" .format (__url__ )
You can’t perform that action at this time.
0 commit comments