Skip to content

Commit ccd457b

Browse files
committed
Added mention of Isaacus to the README.
1 parent 16310a9 commit ccd457b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Changelog 🔄
22
All notable changes to `semchunk` will be documented here. This project adheres to [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
33

4+
## [3.1.3] - 2025-03-10
5+
### Changed
6+
- Added mention of Isaacus to the README.
7+
48
## [3.1.2] - 2025-03-06
59
### Changed
610
- Changed test model from `isaacus/emubert` to `isaacus/kanon-tokenizer`.
@@ -137,6 +141,7 @@ All notable changes to `semchunk` will be documented here. This project adheres
137141
### Added
138142
- Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter.
139143

144+
[3.1.3]: https://github.com/isaacus-dev/semchunk/compare/v3.1.2...v3.1.3
140145
[3.1.2]: https://github.com/isaacus-dev/semchunk/compare/v3.1.1...v3.1.2
141146
[3.1.1]: https://github.com/isaacus-dev/semchunk/compare/v3.1.0...v3.1.1
142147
[3.1.0]: https://github.com/isaacus-dev/semchunk/compare/v3.0.4...v3.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
</div>
77

8-
`semchunk` is a fast, lightweight and easy-to-use Python library for splitting text into semantically meaningful chunks.
8+
**`semchunk`** by [**Isaacus**](https://isaacus.com/) is a fast, lightweight and easy-to-use Python library for splitting text into semantically meaningful chunks.
99

1010
It has built-in support for tokenizers from OpenAI's `tiktoken` and Hugging Face's `transformers` and `tokenizers` libraries, in addition to supporting custom tokenizers and token counters. It can also overlap chunks as well as return their offsets.
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "semchunk"
7-
version = "3.1.2"
7+
version = "3.1.3"
88
authors = [
99
{name="Isaacus", email="[email protected]"},
1010
{name="Umar Butler", email="[email protected]"},

0 commit comments

Comments
 (0)