Malo
|
e09b55f00f
|
Allow adding and joining arguments (#5651)
|
2025-01-06 15:41:58 +00:00 |
|
Joshua Gawley
|
21e608e6e9
|
Change error when accessing non-existant label (#5571)
|
2024-12-18 16:52:37 +00:00 |
|
Laurenz
|
ed67220e4b
|
Remove deprecated things and compatibility behaviours (#5591)
|
2024-12-17 09:25:15 +00:00 |
|
Ian Wrzesinski
|
5e0e58d26e
|
Add number-syntax edge case tests (#5560)
|
2024-12-11 11:33:59 +00:00 |
|
+merlan #flirora
|
89d96c623d
|
Let decimal constructor accept decimal values (#5481)
|
2024-11-27 16:36:04 +00:00 |
|
+merlan #flirora
|
6bf1350b16
|
Add support for interpreting f32 in float.{from-bytes, to-bytes} (#5480)
|
2024-11-27 11:04:54 +00:00 |
|
HydroH
|
066e9349f9
|
Add calc.norm() function to compute euclidean norms (#4581)
Co-authored-by: +merlan #flirora <uruwi@protonmail.com>
Co-authored-by: Yip Coekjan <69834864+Coekjan@users.noreply.github.com>
Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com>
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-10-31 12:41:50 +00:00 |
|
PgBiel
|
382787d799
|
(Re-)implement rounding with negative digits (#5198)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-10-14 16:14:06 +00:00 |
|
PgBiel
|
16736feb13
|
Fix hashing of equal decimals with different scales (#5179)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-10-11 08:19:58 +00:00 |
|
PgBiel
|
0b151b866a
|
Revert return type change in floor, ceil, trunc, quo (#5064)
|
2024-09-30 07:55:34 +00:00 |
|
Josh Soref
|
ca1f749c08
|
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
|
2024-09-26 17:32:55 +00:00 |
|
PgBiel
|
320c28844f
|
Fixed-point decimal type (#4900)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-09-26 11:39:37 +00:00 |
|
Tim Voßhenrich
|
5823429a96
|
Add float to bytes conversion and vice-versa (#4989)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-09-26 09:14:45 +00:00 |
|
Laurenz
|
ea145ff33b
|
Do not surface warnings from non-last layout iterations (#4970)
|
2024-09-16 16:17:24 +00:00 |
|
Laurenz
|
16e67f8bea
|
Shrink tests (#4967)
|
2024-09-16 14:41:18 +00:00 |
|
Laurenz
|
cfde809feb
|
New realization / Text show rules now work across elements (#4876)
|
2024-09-02 18:43:59 +00:00 |
|
Max
|
c644dce81b
|
Add warnings when labels are ignored or unattached (#4783)
|
2024-09-02 12:58:33 +00:00 |
|
Malo
|
c43997de0a
|
Move calc.nan to float.nan and add float.inf (#4733)
|
2024-08-15 20:04:50 +00:00 |
|
Lingkang
|
0edd8ec93d
|
Improve repr for type(none) and type(auto) (#4730)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-08-15 19:53:59 +00:00 |
|
Malo
|
79fb2c3689
|
Fix calc.inf , -calc.inf , and calc.nan reprs and displays (#4724)
|
2024-08-11 20:18:57 +00:00 |
|
chico ferreira
|
bd72b95d9e
|
Conversion from int to bytes and back (#4490)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-07-22 12:10:59 +00:00 |
|
Laurenz
|
46ef8e1dfa
|
Deprecate some things (#4562)
|
2024-07-20 12:52:17 +00:00 |
|
Laurenz
|
0ef672c347
|
Refactor line building (#4497)
|
2024-07-04 10:57:40 +00:00 |
|
+merlan #flirora
|
781eea632f
|
Add message when trying to access a field that is not set (#4399)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-06-22 08:59:52 +00:00 |
|
astrale-sharp
|
ad4ef68a11
|
Lexer hint (#4346)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-06-12 12:00:22 +00:00 |
|
Yip Coekjan
|
ada0f5da65
|
Hint for labels in code mode (#4319)
|
2024-06-04 15:33:08 +00:00 |
|
Tobias Schmitz
|
b0306785d5
|
Add windows method to array (#4136)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
|
2024-05-22 15:58:06 +00:00 |
|
Laurenz
|
7f2b28ae2a
|
Fix mention of current version in test (#4169)
|
2024-05-17 13:12:10 +00:00 |
|
T0mstone
|
c4c53ab52e
|
Add exact argument to array.zip (#4030)
|
2024-05-06 14:02:27 +00:00 |
|
PgBiel
|
1247c6d8e1
|
Add std module for names in the standard library (#4038)
|
2024-04-30 12:49:18 +00:00 |
|
hardlydearly
|
6ba94c4518
|
Remove repetitive words (#3991)
Signed-off-by: hardlydearly <799511800@qq.com>
|
2024-04-30 12:22:59 +00:00 |
|
JustForFun88
|
d7838ab128
|
Add reduce method to array (#3911)
|
2024-04-30 12:21:40 +00:00 |
|
Laurenz
|
020294fca9
|
Better test runner (#3922)
|
2024-04-13 08:39:45 +00:00 |
|