Commit graph

214 commits

Author SHA1 Message Date
Simon Cruanes
5a14ec7233 add seq_list and seq_list_map 2017-03-13 20:19:38 +01:00
Simon Cruanes
e91a77f3de tweak in makefile 2017-02-24 10:31:37 +01:00
Simon Cruanes
f66d636b0e remove useless files 2017-02-22 10:19:58 +01:00
Simon Cruanes
76191b8577 prepare for 0.10 2017-02-17 17:25:24 +01:00
Simon Cruanes
d68c80f51d update changelog 2017-02-17 17:24:48 +01:00
Simon Cruanes
c5beeb3fb1 typo 2017-02-17 17:21:09 +01:00
Simon Cruanes
7cdebbc0f1 add toc to readme 2017-02-17 17:18:51 +01:00
Simon Cruanes
40f33f6f96 add {union,inter,diff,subset} 2017-02-02 22:04:29 +01:00
Simon Cruanes
6c7d59042a add {join_by,join_all_by,group_join_by} 2017-02-02 21:54:33 +01:00
Simon Cruanes
a41a997c8f add find_map{,i} as better alias to existing functions 2017-02-02 21:32:00 +01:00
Simon Cruanes
ffe157a1c6 add {max_exn,min_exn} 2017-02-02 21:30:36 +01:00
Simon Cruanes
12743ab24f add count 2017-02-02 21:27:46 +01:00
Simon Cruanes
fa26fa0f27 rename files 2017-02-02 21:27:41 +01:00
Simon Cruanes
b45153a25c add doc and test to opam 2017-01-13 11:24:35 +01:00
Simon Cruanes
7961e625c6 prepare for 0.9 2016-12-26 01:21:15 +01:00
Simon Cruanes
67a40a4882 distinction diagonal,diagonal_l 2016-12-26 00:51:45 +01:00
Simon Cruanes
4748655708 add init,fold_map,fold_filter_map,sorted,diagonal,findi,… 2016-12-26 00:45:03 +01:00
Simon Cruanes
b062ccfd70 add make watch 2016-12-26 00:44:57 +01:00
Simon Cruanes
e71e9560cc fix a few typos 2016-12-25 21:35:48 +01:00
Simon Cruanes
e2bd8fa4f7 update readme: convert into asciidoc, add tutorial 2016-12-25 21:32:28 +01:00
Simon Cruanes
4c6cd1560c update benchmarks 2016-12-25 20:15:17 +01:00
Simon Cruanes
e6af6792d2 update merlin file 2016-12-25 20:15:11 +01:00
Simon Cruanes
9b3df4570a remove deprecated functions, add missing links to SequenceLabels 2016-12-25 19:36:23 +01:00
Simon Cruanes
4e2595df89 add optimize() flag to _tags 2016-06-16 21:23:36 +02:00
Simon Cruanes
f1f72855fa fix doc 2016-04-25 09:44:28 +02:00
Simon Cruanes
bbacbe6137 loop based implementation for int_range_by 2016-04-24 23:50:48 +02:00
Simon Cruanes
0aaf51f739 move files to 'src/', use qtest for tests 2016-04-24 23:47:16 +02:00
Simon Cruanes
86701af5cc add int_range_by 2016-04-24 23:30:50 +02:00
Simon Cruanes
2c82c3b135 add Sequence.flat_map_l 2016-04-08 16:35:16 +02:00
Simon Cruanes
5ad86a8b04 update readme with a link to slides 2016-03-07 15:55:49 +01:00
Simon Cruanes
6ca30435e7 add license to opam file 2016-03-07 14:57:34 +01:00
Simon Cruanes
3abaae6066 prepare for 0.7 2016-03-07 14:31:47 +01:00
Simon Cruanes
c08dd14270 missing since tags 2016-03-07 14:26:40 +01:00
Simon Cruanes
8a2c32d729 add missing entry in changelog 2016-03-07 14:23:23 +01:00
Simon Cruanes
3cac917045 fix test 2016-03-07 14:23:23 +01:00
Simon Cruanes
243f81ae88 update @since tags 2016-03-07 14:18:25 +01:00
Simon Cruanes
8f5bd27b71 Merge pull request #9 from Drup/master
random shuffle an sampling (credit @drup)
2016-01-17 14:54:03 +01:00
Drup
9ae652b004 Add shuffle. 2016-01-16 16:58:51 +01:00
Drup
964b5c61bd Add shuffle_buffer. 2016-01-16 16:58:51 +01:00
Drup
be57b29f84 Add sample. 2016-01-16 16:58:51 +01:00
Drup
cd32539fea Add map_by_2. 2016-01-16 16:32:48 +01:00
Simon Cruanes
7bc7407ed2 prepare for 0.6 2016-01-08 20:45:12 +01:00
Simon Cruanes
117755aa33 style and license headers 2016-01-08 20:41:18 +01:00
Simon Cruanes
ae1932fba4 deprecate flatMap and fmap 2016-01-08 20:32:58 +01:00
Simon Cruanes
9d157fe392 opam: depend on ocamlbuild 2015-12-01 21:59:28 +01:00
Simon Cruanes
35c32b1a32 add a test 2015-09-02 13:59:52 +02:00
Simon Cruanes
5a3c20464d fix test 2015-08-29 20:22:33 +02:00
Simon Cruanes
d35c25e783 some tests were not run 2015-08-25 09:42:42 +02:00
Simon Cruanes
8c06c13563 add group_by (ignores the ordering) 2015-08-22 23:49:36 +02:00
Simon Cruanes
d6b7131fd8 alias group_succ_by, deprecated group 2015-08-22 23:49:17 +02:00