diff --git a/HISTORY.md b/HISTORY.md index 956ac7dd..86b21e59 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,10 @@ # Snap! (BYOB) History +## Development + +### 2018-10-22 +* "Bigger Data" library: Added "analyze" function for fast frequency distributions + ## v4.2.2.2 ### 2018-10-19 * Threads: fixed #2227 - capture argument reporter's lexical environment in JIT-compiler diff --git a/libraries/atomic_HOFs_module.xml b/libraries/atomic_HOFs_module.xml index db703e14..2073641c 100644 --- a/libraries/atomic_HOFs_module.xml +++ b/libraries/atomic_HOFs_module.xml @@ -1 +1 @@ -
\ No newline at end of file +
returns a frequency analysis of the argument list, represented as a two-column table, where the first column contains the unique values and the second column their occurrences
\ No newline at end of file