Skip to content

Releases: Intsights/pywordfreq

v0.4.2

14 Feb 14:05
f64fc23
Compare
Choose a tag to compare
  • added support for apple m1 users

V0.4.0 python.311

18 Jan 07:58
43f138f
Compare
Choose a tag to compare

Allow python3.11
fix load of binary files

v0.3.1

11 Jan 15:19
Compare
Choose a tag to compare
  • upgraded dependencies version
  • Improved the performance of searching the start of the found suffix by using memchr rust crate

v0.3.0

16 Nov 14:53
c08080a
Compare
Choose a tag to compare

This is a major release with breaking changes.

  • Python3.10 support has been added
  • Huge performance improvements due to better dictionary handling and replacing standard library hashmap with aHash
  • Updated frequency dictionary with the latest wikipedia dump
  • Breaking Change: There is no more WordFrequency class and functions should now be called with pywordfreq.full_frequency

v0.2.2

28 Jun 09:32
Compare
Choose a tag to compare
  • Update Pyo3 version
  • Update CI files

v0.2.1

12 Jan 15:10
Compare
Choose a tag to compare
  • increased the minimum frequency to 50 to decrease the memory footprint

v0.2.0

12 Jan 14:06
Compare
Choose a tag to compare
  • upgrade pyo3 version
  • dropped Python 3.6 support
  • updated word_frequencies data
  • added script to generate a new word_frequencies file

v0.1.1

14 Dec 13:26
Compare
Choose a tag to compare
  • the library now lazy load the engine on the first method usage

v0.1.0

14 Dec 12:47
Compare
Choose a tag to compare

This is the first release of the library