Commit graph

58 commits

Author SHA1 Message Date
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
NicklasXYZ
25ecb737ec Update README 2023-09-17 14:16:10 +02:00
NicklasXYZ
676dbce62b Update README 2023-09-17 14:15:35 +02:00
NicklasXYZ
e7608ed33b Update README 2023-09-17 14:15:10 +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
50f5c2845b Remove io.debug calls 2023-02-05 12:22:02 +01:00
NicklasXYZ
c464059153 Add cartesian_product example 2023-02-05 12:21:13 +01: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
26d7fddc57 Add CoD, codeowners + licence 2023-01-29 23:48:48 +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
061c13bd5c Update workflow 2023-01-28 22:00:29 +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
8a86a73ffe Fix gh workflow 2023-01-27 23:11:12 +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
f2200971c9 Add workflows 2023-01-25 23:46:38 +01:00
NicklasXYZ
54ad6b092e Intoduce type 'RoundingMode'. Ref issue #1 2023-01-25 23:45:38 +01:00
Nicklas Sindlev Andersen
b4a8df737d
Update README.md 2023-01-22 22:39:10 +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