* Reduce words in `__edit_distance_alt` to improve memory performance; thanks [blayzen-w](https://github.com/blayzen-w)
0.5.3
* Handle memory issues when trying to correct or find candidates for extremely long words
0.5.2
Ensure input is encoded correctly; resolves [53](https://github.com/barrust/pyspellchecker/issues/53)
0.5.1
Handle windows encoding issues [48](https://github.com/barrust/pyspellchecker/issues/48) Deterministic order to corrections [47](https://github.com/barrust/pyspellchecker/issues/47)
0.5.0
* Add tokenizer to the Spell object * Add Support for local dictionaries to be case sensitive [see PR 44](https://github.com/barrust/pyspellchecker/pull/44) Thanks [davido-brainlabs](https://github.com/davido-brainlabs) * Better python 2.7 support for reading gzipped files