From 0dd50ca9a7e2b5287ecb06f7404a8930a8376f06 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 8 Mar 2013 15:31:41 +0100 Subject: [PATCH] version 0.3.4 --- CHANGELOG | 11 +++++++++++ META | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..7d2f21d --- /dev/null +++ b/CHANGELOG @@ -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 + diff --git a/META b/META index 31a82d1..180ef23 100644 --- a/META +++ b/META @@ -1,5 +1,5 @@ name="sequence" -version="0.1" +version="0.3.4" description="Abstract sequences of elements, for conversion into and from data structures" requires="" archive(byte) = "sequence.cma"