Skip to content

Releases: AlirezaTheH/perke

v0.4.4

25 Jun 09:52
Compare
Choose a tag to compare

Added

  • Added resources's README.md to distributed package for clearance

v0.4.3

24 Jun 10:09
Compare
Choose a tag to compare

Fixed

v0.4.2

22 Jun 14:45
Compare
Choose a tag to compare

Added

  • Added support for Python 3.11
  • Brought Windows tests back

Changed

  • Adopted Perke with all changes in Hazm 0.9 release

v0.4.1

15 Mar 07:41
Compare
Choose a tag to compare

Fixed

  • Fixed a version issue on PyPI

v0.4.0

15 Mar 07:27
Compare
Choose a tag to compare

Added

  • Added support for Python 3.10
  • Added Rich integration to beatify CLI outputs
  • Added BumpVer config
  • Added publish workflow
  • Added Dependabot config
  • Added CHANGELOG.md

Changed

  • Changed code style to Black
  • Changed documentation theme to Furo
  • Updated ReadtheDocs config to version 2
  • Revised documentation
  • Changed CI from Travis CI to GitHub workflows

Removed

  • Removed Windows tests since hazm runs on WSL and WSL tests is same as Linux

Fixed

  • Removed type hints from docstrings
  • Added MANIFEST.in to include extras requirements in source builds
  • Fixed an unicode decode error in Windows
  • Avoided GitHub rate limit when running tests

v0.3.5

19 Aug 07:58
Compare
Choose a tag to compare

Perke 0.3.5

Implemented Models

  • Unsupervised models
    • Graph-based models
      • TextRank
      • SingleRank
      • TopicRank
      • PositionRank
      • MultipartiteRank

Improvements

  • Improve CLI performance

v0.3.4

16 Aug 15:47
Compare
Choose a tag to compare

Perke 0.3.4

Implemented Models

  • Unsupervised models
    • Graph-based models
      • TextRank
      • SingleRank
      • TopicRank
      • PositionRank
      • MultipartiteRank

Improvements

  • Added download cli command for downloading latest resources (tagger and parser models) that Perke
    needs.
  • Added clear cli command for removing all downloaded content from the resources directory