Commit graph

44 commits

Author SHA1 Message Date
Hayleigh Thompson
4806e56baa ♻️ Remove type annotations in let bindings. 2024-08-17 11:21:44 +01:00
NicklasXYZ
cf1e001989 update combinatorics and sequences module 2024-08-17 00:44:21 +02:00
NicklasXYZ
a68c906622 Work on combinatorics module 2024-08-16 00:15:58 +02:00
NicklasXYZ
fc5dc23aec Add is_divisible/is_multiple predicate functions 2024-08-13 00:09:11 +02:00
NicklasXYZ
7ecaad5be2 Fix rounding functions and tests 2024-08-12 22:55:26 +02:00
NicklasXYZ
57cffc7116 fix tests 2024-08-12 22:38:18 +02:00
NicklasXYZ
2313363a9e Allow passing weights in distance calculations 2024-04-14 16:54:10 +02:00
NicklasXYZ
b7f7b29e48 Add canberra and bary-curtis distance 2024-04-13 23:38:39 +02:00
NicklasXYZ
e135ea3318 Rename metrics test function 2024-04-10 23:11:14 +02:00
NicklasXYZ
e8bbcce587 Add Levenshtein distance, fix typos, align doc examples with tests 2024-04-10 23:09:02 +02:00
NicklasXYZ
ac3d23733d Fix typos. Add metric: Chebyshev distance 2024-04-04 18:49:40 +02:00
NicklasXYZ
5ac794dac8 fix docs + add another test case 2024-03-20 22:40:30 +01:00
NicklasXYZ
587a47acde Add is_prime function + doc improvements 2024-03-20 22:00:39 +01:00
NicklasXYZ
24e496a4a8 Add new distance & similarity measures 2024-03-19 15:04:44 +01:00
NicklasXYZ
c825bb522f Add overlap coefficient 2024-03-17 00:18:45 +01:00
NicklasXYZ
d7b4841c42 Add set similarity measures 2024-03-17 00:03:50 +01:00
NicklasXYZ
cbcee32f22 Add extra tests. Improve Euclidean modulo description. 2024-03-11 23:59:07 +01:00
Sotolf
8c2471a151 Implemented euclidian modulo 2024-01-11 16:24:39 +01:00
Hayleigh Thompson
449eac64b8 ♻️ Remove custom test runner bits. 2023-12-19 11:29:18 +00:00
Hayleigh Thompson
5c74fa8b7d Upgrade to gleam v0.33 2023-12-19 10:10:36 +00:00
Daniel
52281ce431 Added tests and docs for combinatorics.list_permutation function behaviour on duplicate elements 2023-11-19 22:40:59 +00:00
Nicklas Sindlev Andersen
2b4c55ef99
Change module name: tests -> predicates (#6)
* Change module name: tests -> predicates

* Fix katex display style math
2023-09-17 15:07:09 +02:00
NicklasXYZ
7ca932dc2f Update examples 2023-09-17 14:06:59 +02:00
NicklasXYZ
c7e703a3c4 Refactor 2023-09-16 23:34:00 +02:00
NicklasXYZ
cd1f8e6249 Update: stdlib v0.28 & gleam v0.28.3 2023-04-22 21:34:10 +02:00
NicklasXYZ
0912bacf8c Add cartesian_product func 2023-02-05 12:19:37 +01:00
NicklasXYZ
7fbdfe1391 Add trim func tests. Begin combinatorial funcs impl 2023-02-03 22:00:47 +01:00
NicklasXYZ
83a671fe2b Fix typos 2023-01-29 20:00:09 +01:00
NicklasXYZ
861c067f12 Work on int module 2023-01-29 18:04:11 +01:00
NicklasXYZ
d4fbf0f121 Work on int_list module 2023-01-28 21:53:44 +01:00
NicklasXYZ
7ab5d4bcbe More work on float_list module 2023-01-28 21:45:18 +01:00
NicklasXYZ
b0da87f755 work on float_list module 2023-01-28 20:55:47 +01:00
NicklasXYZ
62f4015ee4 Work on float_list dist funcs 2023-01-27 23:09:51 +01:00
NicklasXYZ
82ad10b7e6 Add Javascript FFI 2023-01-26 00:20:41 +01:00
NicklasXYZ
54ad6b092e Intoduce type 'RoundingMode'. Ref issue #1 2023-01-25 23:45:38 +01:00
NicklasXYZ
23e2429353 Work on all modules 2023-01-22 21:16:37 +01:00
NicklasXYZ
906272e909 Tidy up float module 2023-01-22 14:35:48 +01:00
NicklasXYZ
35863afec3 Work on all modules 2023-01-22 00:13:58 +01:00
NicklasXYZ
0358fd0b92 Update floor/ceiling desc 2023-01-18 22:16:21 +01:00
NicklasXYZ
d1ddbca6c0 Work on float module 2023-01-15 22:03:33 +01:00
NicklasXYZ
6ddeddac19 Work on the float module 2023-01-08 22:14:06 +01:00
NicklasXYZ
20d2a01f31 Work on float/float_list module funcs 2023-01-08 21:28:57 +01:00
NicklasXYZ
086cf17088 Organize modules 2023-01-03 20:26:10 +01:00
NicklasXYZ
62eb90da2b Initial commit 2022-12-23 15:26:58 +01:00