Skip to content

v0.3.1

Latest
Compare
Choose a tag to compare
@rskmoi rskmoi released this 14 Oct 04:27

Main Changes

  • Support for Python 3.13: Officially supports the new version, Python 3.13.
  • End of Support for Python 3.8: Support for Python 3.8 has been discontinued.

#48

Improvements

  • Reduction of Dependencies:
    • Replaced the requests library with the standard library's urllib. #49
    • Replaced the tqdm library with typer.progressbar. #50
  • Speed improvement:
    • Improved performance of GBDTNameDivider #51