- Fix a bug where chunksize > total rows
- added the ability to loop with iterators over resulting batches
- added create_csv_chunk_iter, create_csv_chunk_dir, create_parquet_chunk_iter, create_parquet_chunk_dir endpoints
- add type hints
- clean up python envs and deps
- create_chunks_dir is now deprecated, but can still be used until the next major version
- Support for Python < 3.8
- Security updates through the upgrade of dependecies
- Processsed files through
chunks_dir.selected_files - Exclude specific files e.g.
create_chunks_dir(..., exclude=['filename..'])
- More documentation
- Corner test case
- Chunking CSV into equal chunks
- Initial version