Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer authored Sep 21, 2024
1 parent 1870380 commit 86cf5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ChunkSplitters.jl Changelog
Version 3.0.0
-------------
- ![BREAKING][badge-breaking] The new lower compat bound for Julia is 1.10. This implies that support for the old LTS 1.6 has been dropped.
- ![BREAKING][badge-breaking] `chunks` has been renamed to `chunk_indices`.
- ![BREAKING][badge-breaking] The old main API function `chunks` has been renamed to `chunk_indices`.
- ![BREAKING][badge-breaking] A new function `chunk` has been introduced that returns an iterator that provides chunks of **elements** rather than chunks of **indices** of a given input collection. To avoid copies, it is based on `view`.
- ![BREAKING][badge-breaking] The old legacy API that relied on positional rather than keyword arguments has been dropped.
- ![BREAKING][badge-breaking] For performance reasons, the `split` keyword option now requires a `Split` instead of a `Symbol`. Concretely, `:batch` should be replaced by `BatchSplit()` and `:scatter` should be replaced by `ScatterSplit()`.
Expand Down

0 comments on commit 86cf5e2

Please sign in to comment.