You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
## Changelog 🔄
2
2
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).
3
3
4
+
## [0.2.0] - 2023-11-07
5
+
### Added
6
+
- Added the `memoize` argument to `chunk()`, which memoizes token counters by default to significantly improve performance.
7
+
8
+
### Changed
9
+
- Improved chunking performance.
10
+
4
11
## [0.1.2] - 2023-11-07
5
12
### Fixed
6
13
- Fixed links in the README.
@@ -18,6 +25,7 @@ All notable changes to `semchunk` will be documented here. This project adheres
18
25
### Added
19
26
- Added the `chunk()` function, which splits text into semantically meaningful chunks of a specified size as determined by a provided token counter.
0 commit comments