Skip to content

Latest commit

 

History

History
95 lines (60 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

95 lines (60 loc) · 3.73 KB

v2.0.4 (2024-03-27)

Fix

  • poetry: Update Python and scipy versions (821b8db)
  • dependencies: Update pandas version to allow to 2.2.1 (777a889)

v2.0.3 (2023-08-25)

Fix

  • dependencies: Upgrade fugashi to 1.3.0 (5b5cdb1)

v2.0.2 (2023-07-24)

Fix

  • mecab: Ensure debugging messages appear only in verbose mode (7f76839)

v2.0.1 (2023-07-24)

Fix

  • dependencies: Update pandas version range in pyproject.toml (54082d7)

v2.0.0 (2023-07-24)

Feature

  • README: Add details for version 2.0.0 usage instructions (55b810d)

Breaking

v1.2.0 (2023-07-24)

Feature

  • eKoNLPy: This is a BREAKING CHANGE. (#8) (4ee09b9)

v1.1.7 (2023-04-26)

Fix

  • Dependencies, scipy stats namespace (17e101c)

v1.1.6 (2023-04-21)

Fix

  • version: Disable scm-version (6f95991)

v1.1.5 (2023-04-21)

Fix

  • version: Add pre-commit command to make scm-version (0101ea3)

Documentation

  • Update README for zenodo (b1b8a26)

v1.1.4 (2023-04-08)

Fix

v1.1.3 (2023-04-07)

Fix

  • Semantic-release version bump (57d97df)

v1.1.2 (2023-04-07)

Fix

  • Separate semantic-release version bump (5a177e8)

v1.1.1 (2023-04-07)

Fix

v1.1.0 (2023-04-07)

Feature

  • Remove mecab-python3 and support MeCab from fugashi (53dd6cc)

v1.0.1 (2023-04-07)

Fix

  • sentiment: Specify utf-8 encoding in file open (9968ff1)

Documentation

v1.0.0 (2023-04-07)

v1.0.0-rc.1 (2023-04-07)

Feature

  • Repackage the library using poetry (39219de)
  • Initial version for pypi (b2ad434)

Breaking