Skip to content

Releases: Intsights/PyWordSegment

V0.4.3

Choose a tag to compare

@gmontza-r7 gmontza-r7 released this 14 Feb 11:41
93de5ee
  • Add support of arm64 (M1)

v0.4.2

Choose a tag to compare

@gmontza-r7 gmontza-r7 released this 14 Feb 11:09
df7e4a4
  • Update parameters of cargo and pytoml files according to a new convention

Enable python3.11 Fix

Choose a tag to compare

@michael-lerner michael-lerner released this 17 Jan 12:17
c171ebb

Enable python3.11 Fix
Fix read binary imports in importlib

V0.4.0 python.311

Choose a tag to compare

@michael-lerner michael-lerner released this 09 Jan 12:13
a2f98d6

Enable python 3.11

v0.3.0

Choose a tag to compare

@wavenator wavenator released this 24 May 14:10
  • Update dependencies
  • Update github actions workflows
  • CI now uploads a source distribution

v0.2.1

Choose a tag to compare

@wavenator wavenator released this 23 Dec 08:12
  • Fixed a bug when sending empty string as input to segment results with a panic
  • Updated Pyo3 version to 0.15.1

v0.2.0

Choose a tag to compare

@wavenator wavenator released this 03 Nov 14:40

This is a major release with many changes.

  • The main algorithm has been changed according to instant-segment research. The library is approximately 15 times faster now thanks to their research.
  • The unigrams and bigrams dictionaries have been updated with Google's latest version (v3). Google Ngram V3
  • Dropped Python 3.6 support
  • Added Python 3.10 support
  • Updated Pyo3 version to v0.14.5

v0.1.4

Choose a tag to compare

@wavenator wavenator released this 08 Dec 12:28
  • hardcoded rust dependencies versions

v0.1.3

Choose a tag to compare

@wavenator wavenator released this 23 Nov 13:26
  • WordSegmenter is now a static class with static methods. There is no more need to instantiating a new instance to use segment methods

v0.1.2

Choose a tag to compare

@wavenator wavenator released this 12 Oct 16:05
  • added support in Python 3.9
  • unigrams and bigrams files are now compressed and pickled to load
    faster and to save some space