version 0.3.4

This commit is contained in:
Simon Cruanes 2013-03-08 15:31:41 +01:00
parent 2aef4afa6a
commit 0dd50ca9a7
2 changed files with 12 additions and 1 deletions

11
CHANGELOG Normal file
View file

@ -0,0 +1,11 @@
## 3.1.4
- sort, uniq, group and sort_uniq combinators implemented
- some conversion functions that use Sequence.t2
- infix operators in Sequence.Infix
- Sequence.t2 type for efficient iteration on pairs of elements
- some combinators are adapted to Sequence.t2
- zip, unzip and zip_i to convert between t and t2
- added scan combinator

2
META
View file

@ -1,5 +1,5 @@
name="sequence" name="sequence"
version="0.1" version="0.3.4"
description="Abstract sequences of elements, for conversion into and from data structures" description="Abstract sequences of elements, for conversion into and from data structures"
requires="" requires=""
archive(byte) = "sequence.cma" archive(byte) = "sequence.cma"