v1.0.2

feyninc/chonkiev1.0.2Apr 7, 2025by chonknick

AI Summary

Bug fixes for serialization and refactoring of the `RecursiveChunker`.

Key Highlights

  • Fixed numpy array serialization issue in `LateChunk`.
  • Refactored `RecursiveChunker` to use `_recursive_chunk` method.

Full Release Notes

## What's Changed
* Fix: numpy array not serializable for `LateChunk`; convert to list + bump version to v`1.0.2a0` by @chonknick in https://github.com/chonkie-inc/chonkie/pull/19
* Fix: Refactor the `RecursiveChunker` to use `_recursive_chunk` method by @chonknick in https://github.com/chonkie-inc/chonkie/pull/20


**Full Changelog**: https://github.com/chonkie-inc/chonkie/compare/v1.0.1...v1.0.2