tiktoken/CHANGELOG.md
2023-02-03 12:35:59 -08:00

17 lines
365 B
Markdown

# Changelog
This is the changelog for the open source version of tiktoken.
## [v0.2.0]
- Add ``tiktoken.encoding_for_model`` to get the encoding for a specific model
- Improve portability of caching logic
## [v0.1.2]
- Avoid use of `blobfile` for public files
- Add support for Python 3.8
- Add py.typed
- Improve the public tests
## [v0.1.1]
- Initial release