4691a2a809
- Update to 3.3.0 * Add tokenizer for the German language * Improve support for macOS M1 architecture * Add support for Python 3.11, 3.12 and 3.13 * Bump minimum required Python version to 3.9 * Numerous documentation updates * Start adding type annotations (still a work in progress) * For the enchant.checker package: always setup SpellChecker. * Display project urls on `pypi.org * Sort all imports with isort * Numerous tests cleanups * Update FSF address in LICENSE.txt * Windows wheels: * Use enchant archive generated from GitHub Actions * Bmup enchant` from 2.2.7 to 3.4.4 * Publish packages from GitHub Actions
Daniel Garcia2025-11-24 08:51:06 +00:00
1892228500
- Update to 3.2.2: * Add support for Python 3.10 * Fix `Dict.__del__ sometimes raising TypeError` upon exit.
Steve Kowalik2021-12-01 08:00:18 +00:00
3b3ad0dfc9
- Update to version 3.1.1: - On Windows, set PATH instead of calling SetDllDirectory before loading the Enchant C library. This allows PyEnchant to co-exist with other libraries in the same program. Fix gh#pyenchant/pyenchant#207. - Hopefully fix gh#pyenchant/pyenchant#203 as well.
Matej Cepl2020-05-31 18:34:13 +00:00
ae2f4ed9f6
Accepting request 808026 from devel:languages:python
Yuchen Lin2020-05-28 07:08:49 +00:00
d7b4bd06d6
- Update to version 3.1.0: - Add enchant.get_user_config_dir() - Fix: enchant.get_enchant_version() now returns a str, not some bytes
Matej Cepl2020-05-21 15:37:03 +00:00
541fc45db3
- Update to 2.0.0: * Support for enchant2, py3 fixes - Add patch to prefer enchant2 when both available: * enchant2.patch
Tomáš Chvátal
2018-08-24 13:05:32 +00:00