Commit graph

85 commits

Author SHA1 Message Date
Nicklas Sindlev Andersen
2c1379b993
Merge branch 'gleam-community:main' into main 2024-04-10 23:09:41 +02:00
NicklasXYZ
e8bbcce587 Add Levenshtein distance, fix typos, align doc examples with tests 2024-04-10 23:09:02 +02:00
Nicklas Sindlev Andersen
d6549095b4
Merge pull request #17 from NicklasXYZ/main
Fix some typos + add new distance measure
2024-04-04 18:54:41 +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
Nicklas Sindlev Andersen
fb7ba54826
Merge pull request #16 from NicklasXYZ/main
Add is_prime function + doc fixes
2024-03-20 22:06:36 +01:00
NicklasXYZ
587a47acde Add is_prime function + doc improvements 2024-03-20 22:00:39 +01:00
Nicklas Sindlev Andersen
c3cef82467
Merge pull request #15 from NicklasXYZ/main
Add new distance/similarity measures
2024-03-19 15:25:27 +01:00
NicklasXYZ
fc4a4a8b09 Fix typos 2024-03-19 15:18:07 +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
Nicklas Sindlev Andersen
373bdd1675
Merge pull request #14 from skyl4b/patch-1
fix: small typo on incomplete_gamma error
2024-03-16 22:05:35 +01:00
Eduardo Farinati
72d0500dc4
fix: small typo on incomplete_gamma error 2024-03-16 12:56:23 -03:00
Nicklas Sindlev Andersen
17f32fc5fb
Merge pull request #13 from NicklasXYZ/main
Improve function description & update lib version + workflows
2024-03-12 00:26:24 +01:00
NicklasXYZ
262500bc0c Update workflows 2024-03-12 00:22:31 +01:00
NicklasXYZ
20a40600df Increment version number 2024-03-12 00:16:05 +01:00
NicklasXYZ
7b3e065103 Fix README example 2024-03-12 00:02:20 +01:00
NicklasXYZ
cbcee32f22 Add extra tests. Improve Euclidean modulo description. 2024-03-11 23:59:07 +01:00
Nicklas Sindlev Andersen
0c01501272
Merge pull request #11 from sotolf2/main
Implemented euclidian modulo
2024-01-23 14:24:36 +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
4e8b6f8c3d Update to gleeunit v1.0.1 2023-12-19 11:25:09 +00:00
Hayleigh Thompson
b1a2def8ce 🔧 Update CI to Gleam v0.33.0 2023-12-19 10:36:18 +00:00
Hayleigh Thompson
90cb01c95c 🔖 Bump version to v1.0.2 2023-12-19 10:12:23 +00:00
Hayleigh Thompson
7fc5dc58b7 🐛 Fix bug arising for breaking list.index_map change. 2023-12-19 10:11:09 +00:00
Hayleigh Thompson
5c74fa8b7d Upgrade to gleam v0.33 2023-12-19 10:10:36 +00:00
McKayla Washburn
20c3d67e6d
v1.0.1 2023-12-08 17:27:47 -07:00
Kayla Washburn
37c7da2e46
Merge pull request #10 from hunkyjimpjorps/patch-1
assert to avoid inexhaustive pattern warning
2023-12-08 17:23:46 -07:00
McKayla Washburn
24a959f014
update ci workflows 2023-12-08 17:16:46 -07:00
Jimpjorps™
30289cd0ff
assert to avoid inexhaustive pattern warning
Just adding an assert to the coefficients for computing the Gauss error function, to satisfy the exhaustiveness checks in 0.33
2023-12-08 10:41:02 -05:00
Nicklas Sindlev Andersen
ad11b966a9
Merge pull request #9 from DanielSherlock/permutations
Fixed and tidied `combinatorics.list_permutation` function
2023-11-27 11:39:43 +01:00
Daniel
d696734400 Add explanatory comment for safe assert in combinatorics.list_permutation 2023-11-19 22:59:03 +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
McKayla Washburn
bdfa77339a
update release action 2023-11-09 19:07:41 -07:00
Daniel
788e142466 Fixed and tidied combinatorics.list_permutation function: it no longer mistakenly shortens lists with duplicates 2023-10-24 22:59:16 +01:00
Nicklas Sindlev Andersen
009209253a
Merge pull request #8 from NicklasXYZ/main
Fix doc typos
2023-09-18 21:08:43 +02:00
NicklasXYZ
881f44224a Fix typos 2023-09-18 21:07:19 +02:00
Nicklas Sindlev Andersen
10bcb52355
Update gleam.toml 2023-09-18 10:11:27 +02:00
Nicklas Sindlev Andersen
36ef18a092
Update README.md 2023-09-17 15:23:01 +02:00
Nicklas Sindlev Andersen
637f05232a
Merge pull request #7 from NicklasXYZ/main
Remove public functions that should be private
2023-09-17 15:17:47 +02:00
Nicklas Sindlev Andersen
ed645334f4
Merge branch 'gleam-community:main' into main 2023-09-17 15:16:47 +02:00
NicklasXYZ
709a80b4e5 Remove certain public functions 2023-09-17 15:14:06 +02: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
112ca85675 Fix katex display style math 2023-09-17 15:06:34 +02:00
NicklasXYZ
24cf6faf2a Change module name: tests -> predicates 2023-09-17 14:57:12 +02:00
Nicklas Sindlev Andersen
1fe5d7c789
Update README.md 2023-09-17 14:21:33 +02:00
Nicklas Sindlev Andersen
e81f5faf9a
Update README.md 2023-09-17 14:20:47 +02:00
Nicklas Sindlev Andersen
d2241e4240
Merge pull request #5 from NicklasXYZ/main
Fix various issues and todo's
2023-09-17 14:18:34 +02:00
NicklasXYZ
a4eb5504af Update README 2023-09-17 14:16:36 +02:00