Skip to content

Releases: OpenGov/cython_hunspell

Empty String Fix

23 Oct 06:08
Compare
Choose a tag to compare

Very small but annoying issue patch

  • Fixed issue #5 where empty strings were interpreted as memory errors.

Unicode Fixes

20 May 23:27
Compare
Choose a tag to compare

Fixed exception handling during construction.
Fixed usage with strings encoding to more than 1 byte length
Made msvc libs more resilient to distribution differences
Cleaned up some code to reuse shared logic
Fixed list responses to always be tuples (sometimes lists were returned)
Added some more tests
Removed windows newlines from source files
Added readme instructions for building windows binaries from source
Added more known issues to readme

Python3 Support

02 Apr 04:52
Compare
Choose a tag to compare

Added Python 3 support to the library. Python 3.2 is not supported due to dependency failures.

New msvc static libraries were added to support Python 3.5 and 3.6 on Windows. Locally testing versions appears to cover the possible combinations of 32 vs 64 bit and python 2.7, 3.3-3.6. Travis covers linux. Mac os not tested, but unlikely to have breaking differences from linux given the mac specific code wasn't changed.

Cython Dependency Elimination

07 Sep 10:03
Compare
Choose a tag to compare

Cython is not longer in the requirements.txt file. Additionally there README has be significantly improved and some minor build dependencies fixed.

OS agnostic

16 Jun 18:28
Compare
Choose a tag to compare

Now works with gcc, clang, and msvc on Windows, Ubuntu, Fedora, and Mac.

Initial Public Release

11 Jun 22:29
Compare
Choose a tag to compare

A wrapper on the Hunspell library for use in Python. This version is specific to UNIX environments, future versions will be agnostic.