Skip to content

yasbd-lib v0.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 21:56
· 27 commits to main since this release

What's Changed

🚀 Added

  • Enhance error handling with custom exceptions and suggestions by @speedyk-005 in #78
  • Implement radicli-based CLI with segment, detect, and langs commands by @speedyk-005 in #79
  • Enhance cleaner with extra steps, logging, and CLI options by @speedyk-005 in #82
  • Expose utils submodules at package root level by @speedyk-005 in #84

⚙️ Changed

  • API doc generation: replace python_docstring_markdown with pydoc-markdown by @speedyk-005 in #83
  • Enhance error handling with custom exceptions and suggestions by @speedyk-005 in #78
  • Extract log_info helper to yasbd.utils.logger
  • Rename variables for clarity: MID_SENTENCE_ABBRVS => INLINE_ONLY_ABBRVS, HEADING_TOKENS => SECTION_MARKERS, GEOPOLITICAL_ABBRVS => DOTTED_GEOPOL_ABBRVS
  • Clean Spanish COMMON_SENT_STARTERS: remove 15 prepositions and 15 verbs that caused false boundaries after Ud./Vd.

Full Changelog: v0.3.0...v0.4.0