Simon Cruanes
d0f0bf7024
doc: small fix
2018-12-21 17:47:35 -06:00
Simon Cruanes
91adde9743
minor fix
2018-12-21 09:44:28 -06:00
Fardale
23d7ea20f6
[WIP] Work on documentation ( #242 )
...
`CCResult` add doc for map_l
2018-12-21 15:43:36 +00:00
Simon Cruanes
f8d9e33900
fix(funvec): expose pop, fix off by one error
...
close #241
2018-12-11 22:57:06 -06:00
Simon Cruanes
6a90cb25e7
wip: fix retrocompat issues in cclist
2018-12-03 19:59:41 -06:00
Simon Cruanes
ef8d19ac65
some typos in unlabel
2018-12-03 09:47:35 -06:00
Simon Cruanes
197b4e7f1b
prepare for 2.4
2018-11-30 10:40:13 -06:00
Simon Cruanes
3b0ceb7821
fix(vector): free elements in more functions, add fill_empty_slots_with
...
see #235
2018-11-30 10:29:08 -06:00
Fabian
ff58dc0b5f
Fix #235 for CCRingBuffer
...
* Make dummy available to MakeFromArray
* Overwrite deleted elements with a dummy element to allow them to be GCed
* Test that deleted elements can be GCed
2018-11-30 10:14:09 -06:00
Simon Cruanes
b21ca4e0d8
wip: fix(vec): release elements after their removal
...
see #235
2018-11-30 10:14:09 -06:00
Nathan Rebours
29a75daac1
Add CCResult.iter_err
...
Closes #238
2018-11-19 17:17:26 +00:00
Simon Cruanes
da2c9e7c7c
doc: abide by odoc's whims
2018-11-02 20:25:37 -05:00
Simon Cruanes
113d03225f
add CCEqual.{always,never}_eq
...
close #232
2018-11-02 20:17:36 -05:00
Simon Cruanes
26c8eb33bf
fix: remove spurious Labels module
2018-11-02 20:14:50 -05:00
Christopher Zimmermann
333fa8067e
add containersLabels.ml
2018-11-03 01:14:12 +00:00
Simon Cruanes
6d1f0b9957
rename Random.sample_without_{replacement,duplicates}
...
- deprecate sample_without_replacement
- use `~cmp` as the named argument, more uniform
close #130
2018-10-16 11:09:27 -05:00
Simon Cruanes
1d3ba3a6f1
doc: fix small inaccuracy in comments and API
2018-10-13 19:09:36 -05:00
Simon Cruanes
b7e8dcb5ff
chore: better deps for unlabel
2018-10-13 19:09:36 -05:00
Christopher Zimmermann
f02f291c7a
Create CCEqualLabels
2018-10-13 19:09:36 -05:00
Christopher Zimmermann
c6a3fe86eb
Create CCArray_sliceLabels
2018-10-13 19:09:35 -05:00
Christopher Zimmermann
7822f3a045
Create CCStringLabels
...
CAVE: there is a breaking interface change for String.is_sub
2018-10-13 19:09:35 -05:00
Christopher Zimmermann
f6e1d81ed7
Generate unlabelled interfaces from labelled ones
...
* add unlabel.ml which parses interfaces and removes labels in function declarations and docstrings. This is a quick hack, but it does the job.
* an attribute [@keep_label] can be added to the labelled arguments to mark labels like ~cmp which should stay in the "unlabelled" interface
* While augmenting the labelled interfaces I stumbled across some inconsistencies between the currend labelled / non-labelled interfaces. I used the labelling that made most sense to me and added a "FIXME" comment.
* Maybe we should break backwards compatibility at some point and name the comparison arguments to the sorting functions in CCArrayLabels.ml ~cmp instead of ~f ?
2018-10-13 19:09:35 -05:00
Simon Cruanes
2a9795090b
test: improve perf by changing random gens
2018-10-13 18:52:22 -05:00
Simon Cruanes
e22a55668d
style edit
2018-10-08 20:48:02 -05:00
Francois Berenger
1e21784ce1
added List.counts, related to List.count ( #230 )
...
- add `List.count_true_false` related to `List.count`
2018-10-08 20:43:06 -05:00
Hongchang Wu
e8617c4f05
Add CCResult.get_or_failwith
2018-10-05 00:55:32 -05:00
Simon Cruanes
3b1de9a1c8
chore(build): migrate to dune 1.0
2018-09-16 19:53:40 -05:00
Metin Akat
e447f5a1bc
Version annotation of CCInt.( ** )
2018-09-02 10:56:11 -05:00
Metin Akat
7d25684941
Support using ** for exponentiation
2018-09-02 10:56:11 -05:00
Simon Cruanes
13fe66c968
chore: update dune to use dune-config
2018-08-15 13:38:58 -05:00
Simon Cruanes
9238daf7c3
fix: compat with 4.07
2018-08-07 03:23:11 -05:00
Simon Cruanes
d4a9b0a8d1
prepare for 2.3
2018-08-06 11:52:01 -05:00
Simon Cruanes
e530547356
feat(vector): add Vector.{filter,filter_map}_in_place
2018-07-26 04:39:06 -05:00
Simon Cruanes
c800250038
perf: tweaks in CCVector
2018-07-25 14:32:28 -05:00
Simon Cruanes
551c837398
test: more tests for vector
2018-07-25 14:32:28 -05:00
Simon Cruanes
e510e153f8
test: add more tests in vector
2018-07-25 14:32:28 -05:00
Simon Cruanes
1998ed5090
fix(vector): bugfix in filter
2018-07-25 14:32:28 -05:00
Simon Cruanes
7f1c6ae66f
feat(intmap): add is_empty function
2018-06-11 20:10:45 -05:00
Simon Cruanes
aa4b2a4680
fix(build): remove [@inline] attributes since they break on 4.02.3
2018-06-11 19:01:06 -05:00
Simon Cruanes
3e5813d72f
perf(hashtrie): use int64 for 64-bits branching factor and popcount
...
also update style
2018-06-05 00:31:56 -05:00
Simon Cruanes
5523ed428c
feat(intmap): add CCIntMap.{filter,filter_map,merge}
2018-06-04 23:36:15 -05:00
Simon Cruanes
ca0521512f
test(intmap): add some tests for CCIntMap, also improve style
2018-06-04 23:32:08 -05:00
Simon Cruanes
1adfc01cf0
fix small detail s in CCHeap
2018-05-29 11:17:11 -05:00
juloo
ba633d5d3c
Add CCHeap.Make_from_compare ( #225 )
...
Allow to pass modules implementing `compare` without implementing `leq`
2018-05-29 11:15:38 -05:00
Simon Cruanes
1a4919af29
add relation ops CCList.{group_by,join,join_by,join_all_by,group_join_by}
2018-05-29 11:04:08 -05:00
juloo
cbeab54be4
Fix Int32 and Int64 operators are not visible ( #224 )
...
Fix visibility of Int32 and Int64 infix operators
Operators are defined in the Infix module.
This module was included in the .ml file but not in the .mli file
2018-05-29 09:57:04 -05:00
Simon Cruanes
8060980266
test(float): add some tests for FP min/max
2018-05-14 18:09:39 -05:00
Simon Cruanes
841dac234a
fix(float): make Float.{min,max} compliant with revised IEEE754
...
closes #220
2018-05-14 18:07:38 -05:00
Simon Cruanes
e825bf2916
prepare for 2.2
2018-05-10 23:13:01 -05:00
Simon Cruanes
ba87e105a0
fix(arrayLabels): compatibility with 4.07
2018-05-07 13:41:19 -05:00