Releases: mideind/Icegrams
Releases · mideind/Icegrams
Version 1.1.2
- Minor fixes
- Explicit support for Python 3.10, 3.11
- Now requires Python 3.7+
- First release to include full range of CPython and PyPy binary wheels for win64, linux_x86_64, macos_x86_64 and macos_arm64
Full Changelog: 1.1.0...1.1.2
Version 1.1.1
- Ngrams bug fix
Version 1.1.0
- Fixed build for macOS.
- Generated wheels for PyPy >= 3.6.
- Dropped Python 3.5 support and added Python 3.9 support.
Version 1.0.2
Update README.rst
Version 1.0.1
Key statistics and information on creation process added
Version 1.0.0
- New trigram database sourced from the Icelandic Gigaword Corpus (Risamálheild) with improved tokenization.
- Replaced GNU GPLv3 with MIT license.
Version 0.6.0
- Added Python type annotations to the Icegrams API; added
mypy
type check to.travis.yml
Version 0.5.0
- The trigram corpus has been spell-checked
Version 0.4.0
Fixed setup, which could break on certain environments; modified GitHub URLs to refer to mideind
instead of vthorsteinsson
; fixed comments
Version 0.3.0
Better performance through C++ implementation of lookup_pair()
; adj_freq()
now returns adjusted n-gram frequency (+1) while freq()
returns the raw/original frequency (0-based).