mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
update changelog
This commit is contained in:
parent
945da3ae11
commit
94f6cdd463
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,5 +1,25 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0
|
||||||
|
|
||||||
|
- remove delimcc sublib (breaking)
|
||||||
|
- move to jbuilder (requires OCaml >= 4.02)
|
||||||
|
- remove type `t2` (breaking)
|
||||||
|
|
||||||
|
- add some functions using `result`
|
||||||
|
- add `filter_count`
|
||||||
|
|
||||||
|
## 0.11
|
||||||
|
|
||||||
|
- make `count` lazy
|
||||||
|
- make `group_by` lazy
|
||||||
|
- add `Sequence.append_l`
|
||||||
|
- add `Sequence.filter_mapi`
|
||||||
|
- update `SequenceLabels` with missing functions
|
||||||
|
- add `Sequence.pair_with_idx`
|
||||||
|
- add `{sum,sumf}` for summation over sequences
|
||||||
|
- add `seq_list` and `seq_list_map`
|
||||||
|
|
||||||
## 0.10
|
## 0.10
|
||||||
|
|
||||||
- add `{union,inter,diff,subset}`
|
- add `{union,inter,diff,subset}`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue