Skip to content

Releases: mideind/Icegrams

Version 1.1.2

14 Dec 15:43
Compare
Choose a tag to compare
  • 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

21 Jan 10:59
Compare
Choose a tag to compare
  • Ngrams bug fix

Version 1.1.0

15 Oct 19:04
Compare
Choose a tag to compare
  • 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

30 Sep 16:24
f1de7fe
Compare
Choose a tag to compare
Update README.rst

Version 1.0.1

30 Sep 16:08
Compare
Choose a tag to compare

Key statistics and information on creation process added

Version 1.0.0

07 Sep 17:28
Compare
Choose a tag to compare
  • New trigram database sourced from the Icelandic Gigaword Corpus (Risamálheild) with improved tokenization.
  • Replaced GNU GPLv3 with MIT license.

Version 0.6.0

11 May 15:42
Compare
Choose a tag to compare
  • Added Python type annotations to the Icegrams API; added mypy type check to .travis.yml

Version 0.5.0

16 Dec 18:13
Compare
Choose a tag to compare
  • The trigram corpus has been spell-checked

Version 0.4.0

03 May 15:02
Compare
Choose a tag to compare

Fixed setup, which could break on certain environments; modified GitHub URLs to refer to mideind instead of vthorsteinsson; fixed comments

Version 0.3.0

25 Mar 14:03
Compare
Choose a tag to compare

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).