14
0
Files
python-tiktoken/python-tiktoken.changes
Markéta Machová 95938eede0 Accepting request 1250333 from home:glaubitz:branches:devel:languages:python
- Update to version 0.9.0:
  * Join artifacts
  * Partial sync of codebase
  * Partial sync of codebase (#381)
  * Add a link to PyPI in README (#318)
  * Improve aarch64 and mac builds (#380)
  * Partial sync of codebase (#379)

OBS-URL: https://build.opensuse.org/request/show/1250333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tiktoken?expand=0&rev=7
2025-03-05 10:58:31 +00:00

38 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Wed Mar 5 09:34:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.9.0:
* Join artifacts
* Partial sync of codebase
* Partial sync of codebase (#381)
* Add a link to PyPI in README (#318)
* Improve aarch64 and mac builds (#380)
* Partial sync of codebase (#379)
-------------------------------------------------------------------
Thu Nov 21 09:21:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- Update to version 0.8.0:
* Alas, emulation
* Attempt to fix emulated builds
* Partial sync of codebase
* Add possessive quantifiers to avoid catastrophic backtracking (#258)
* update README to mention gpt-4o
* Sync codebase
* Simplify byte_pair_merge (#255)
* Inline custom mapping function in _byte_pair_merge
* Avoid calling byte_pair_encode for existing tokens
-------------------------------------------------------------------
Fri Sep 20 06:53:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Fix Requires
- Use manual mode in _service instead of deprecated disabled.
-------------------------------------------------------------------
Thu Aug 22 17:25:09 UTC 2024 - Guang Yee <gyee@suse.com>
- Release v0.7.0
* Support for gpt-4o
* Performance improvements