We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373cdb1 commit ec79adeCopy full SHA for ec79ade
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG <br>
2
==============
3
4
+## 6.3.7 (2019-02-18)
5
+---------------------
6
+- Fixed `include_unknown` in `lookup`
7
+- Removed unused `initial_capacity` argument
8
+- Improved `_get_str_hash` performance
9
+- Implemented `save_pickle` and `load_pickle` to avoid having to create the
10
+dictionary every time
11
+
12
## 6.3.6 (2019-02-11)
13
---------------------
14
- Added `create_dictionary()` feature
symspellpy/__version__.py
@@ -1,7 +1,7 @@
__title__ = "symspellpy"
__description__ = 'Python SymSpell'
__url__ = "https://github.com/mammothb/symspellpy"
-__version__ = "6.3.6"
+__version__ = "6.3.7"
__author__ = "mmb L"
__author_email__ = "[email protected]"
__license__ = "MIT"
0 commit comments