17
0

- Update to 0.21.1:

* Update dev version and pyproject.toml
  * Add feature flag hint to README.md
  * Upgrade to PyO3 0.23
  * Fixing the README.md
  * Fix typo in Split docstrings
  * Fix typos
  * Update documentation of Rust feature
  * Fix panic in DecodeStream::step due to incorrect index usage
  * Fixing the stream by removing the read_index altogether
  * Fixing NormalizedString append when normalized is empty
  * Update metadata as Python3.7 and Python3.8 support was dropped
  * Add rustls-tls feature
- Remove define skip_python313 1

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-tokenizers?expand=0&rev=13
This commit is contained in:
2025-03-25 08:40:26 +00:00
committed by Git OBS Bridge
parent f1cddf0be1
commit 4e353ff28b
5 changed files with 24 additions and 8 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Mar 19 18:26:11 UTC 2025 - Lucas Mulling <lucas.mulling@suse.com>
- Update to 0.21.1:
* Update dev version and pyproject.toml
* Add feature flag hint to README.md
* Upgrade to PyO3 0.23
* Fixing the README.md
* Fix typo in Split docstrings
* Fix typos
* Update documentation of Rust feature
* Fix panic in DecodeStream::step due to incorrect index usage
* Fixing the stream by removing the read_index altogether
* Fixing NormalizedString append when normalized is empty
* Update metadata as Python3.7 and Python3.8 support was dropped
* Add rustls-tls feature
- Remove define skip_python313 1
-------------------------------------------------------------------
Wed Mar 5 10:32:02 UTC 2025 - Christian Goll <cgoll@suse.com>