-
-
Notifications
You must be signed in to change notification settings - Fork 193
396 convert regressors to num power #411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 74 commits
c80d278
13acae6
3b65a47
d7404f8
d538799
f333c67
1583ee3
57037c6
22df3e0
b79ddb6
cab6925
b920665
b99d65b
e04867b
36a282e
9bc5107
2a69709
76093fd
0d35e60
289b822
4e19926
f18ceaa
f22c58c
8a24b57
5052675
4c31a38
b6f3665
41b144c
7017b0f
60a1100
cfbd391
f730d69
a700418
320871f
5412c79
d1e9a6d
6016eef
2e627c0
8cb3a16
83d0a63
252003c
95516c4
a932a92
17e6bce
aa1553b
2b0cbb3
5c79fa1
6b1af3d
d558360
0de66d5
12aee96
d79f7a8
293837c
5372b35
61f8204
43a6c97
e396c04
c7e6448
e8197a9
3d92727
080006a
adb2d51
67673cc
02ca4eb
84bc347
72f08e7
bd0c461
0a395a4
7e64e6f
42664e1
2cc5ff4
269d17f
eaede75
aac88da
a49cc3e
e179684
9daa783
75636f8
b1289eb
f675d0f
6193dae
8036cbd
4d041f3
d69c40a
46ba110
8606a44
e5d3a13
e4717dc
cd94934
a0abae9
85cf6e8
5372410
b4b57f1
fe9a0ee
ab1336d
08f4935
83d69c6
672ea2e
abd0ba7
4b3379f
b002bd4
f69abf9
9f0e753
a07b170
5f588dd
8a20671
2a9bd5b
d42a559
a620663
7dc7916
02da7c5
dcce7a4
606589a
e6312a9
96a9f60
fc4615e
026e458
5969c95
f0d5523
83017fe
f20d657
1c453d4
fa270dd
3bc982b
22cbdb1
f807756
a1cea51
140a2c0
de02f53
31214ad
df521a7
1067d2f
312948f
74d9833
6e31689
1c5b3d3
a67a941
9f6123a
543fc96
042d1ea
1a5940d
8acf3cd
a0194e1
394d4b9
037d7ae
ce12de9
61116c5
0624dd8
128f31f
a1d5330
97a3348
b58fea1
78897fe
b0347c5
d0804d4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -38,6 +38,7 @@ | |||||||
| "andrewdalpino/okbloomer": "^1.0", | ||||||||
| "psr/log": "^1.1|^2.0|^3.0", | ||||||||
| "rubix/tensor": "^3.0", | ||||||||
| "rubixml/numpower": "dev-main", | ||||||||
| "symfony/polyfill-mbstring": "^1.0", | ||||||||
| "symfony/polyfill-php80": "^1.17", | ||||||||
| "symfony/polyfill-php82": "^1.27", | ||||||||
|
|
@@ -52,7 +53,8 @@ | |||||||
| "phpstan/phpstan": "^2.0", | ||||||||
| "phpstan/phpstan-phpunit": "^2.0", | ||||||||
| "phpunit/phpunit": "^12.0", | ||||||||
| "swoole/ide-helper": "^5.1" | ||||||||
| "swoole/ide-helper": "^5.1", | ||||||||
| "apphp/pretty-print": "^0.6.0" | ||||||||
|
Comment on lines
+52
to
+53
|
||||||||
| "swoole/ide-helper": "^5.1", | |
| "apphp/pretty-print": "^0.6.0" | |
| "swoole/ide-helper": "^5.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apphp/pretty-print removed.
Uh oh!
There was an error while loading. Please reload this page.