Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Releases: aosingh/lexpy

v1.2.0

Choose a tag to compare

@aosingh aosingh released this 23 Feb 05:30
454864b
  • Minimum required Python version is 3.10. The test suite is run for Python 3.10 through Python 3.14
  • Simplified build and tests

v1.1.0

Choose a tag to compare

@aosingh aosingh released this 10 Jun 05:05
422446c

Added support for Python 3.12

v1.0.0

Choose a tag to compare

@aosingh aosingh released this 30 Aug 05:38

lexpy v1.0.0 includes the following features and fixes

  • Python version 3.7 or higher is required.
    • Added support for Python 3.10 and dropped support for Python 3.6
  • PEP 517 compliant build system. Introduced setup.cfg and pyproject.toml
  • Continuous integration support using Github Actions
  • Optimized the function validate_expression()
  • Added Support for special characters. Characters other than ? and * will be matched literally
  • Simplified add_all() method
  • Fixes issues #9 and #8

v0.9.8

Choose a tag to compare

@aosingh aosingh released this 27 Jan 15:40

This is a maintenance release

  • Bug Fix; in operator should return False when a word is not present in the lexicon
  • Added support for Python 3.9
  • Added support for PyPy 3
  • Travis build matrix now includes Windows OS

v0.9.7

Choose a tag to compare

@aosingh aosingh released this 15 Aug 20:43
  • Removed support for Python 2. Going forward only Python 3 will be supported

  • Added support for word counter

  • Changed the DAWG DFA minimization process to support the word count feature

  • Each Node's Hash code will now take into account the count flag to determine if 2 nodes are logically equivalent

  • Improved Test coverage from 87 % to 93 %

  • Minor Python performance tweaks

v0.9.6

Choose a tag to compare

@aosingh aosingh released this 20 Jun 00:47
  • Fix

    • DAWG node id is issue
  • Documentation

Stable Release supports both Python 2 and Python 3

Choose a tag to compare

@aosingh aosingh released this 08 Aug 01:53
v0.9.3

Documentation

Pre-release

Pre-release Pre-release
Pre-release

Choose a tag to compare

@aosingh aosingh released this 27 Oct 03:54
v0.8

Changed the version and description for PyPi