Skip to content

v1.3.0: Deprecating Features and Enhancing the Documentation

Compare
Choose a tag to compare
@ruanchaves ruanchaves released this 22 May 03:45
· 15 commits to master since this release

In this new version, we're refining our library by narrowing our focus onto the essential components. Here are the key updates in this release:

  • Deprecation of Experimental Features: To sharpen our focus on the core functionality, we've decided to discontinue support for the experimental features including the Word Segmenter Cascades and the Unigram word segmenter. This change will not impact any functions illustrated in our Google Colab tutorial.

  • Enhanced Code Documentation: We've upgraded our documentation with comprehensive docstrings to ensure the clarity and readability of the code. Given our small codebase, we have removed external documentation from the repository.

  • Disclaimer Notice Addition: A disclaimer notice has been included in the Google Colab notebook due to the discontinued support for mxnet-cu110. For future releases, we plan to eliminate this dependency to facilitate easier library updates.