Hezekiah M. Carty
|
94c67437a8
|
Add typing.(override, TypeIs, TypeGuard)
|
2026-04-04 09:27:33 -06:00 |
|
Steve
|
37780ed884
|
feat: implement itemgetter and typing placeholders #486
|
2026-03-25 23:17:43 -04:00 |
|
kushagra-1809
|
7614bdcc4a
|
Wrong formulas (#470)
The correct formulas for complex trigonometry require
cos(z) = (exp(iz) + exp(-iz)) / 2
sin(z) = (exp(iz) - exp(-iz)) / (2i)
|
2026-03-18 14:58:23 +08:00 |
|
blueloveTH
|
5845d0e938
|
up
|
2026-02-19 18:41:32 +08:00 |
|
blueloveTH
|
d5b711f50c
|
fix #447
|
2026-02-05 11:27:12 +08:00 |
|
blueloveTH
|
2fa14c5884
|
fix #455
|
2026-01-30 14:42:45 +08:00 |
|
blueloveTH
|
64ec1ed313
|
backup
|
2025-12-16 17:31:07 +08:00 |
|
blueloveTH
|
7903d06394
|
add NotRequired
|
2025-09-18 16:02:41 +08:00 |
|
blueloveTH
|
62491dd99a
|
reimpl str.format
|
2025-09-17 14:10:26 +08:00 |
|
blueloveTH
|
985bc29998
|
add TypedDict
|
2025-09-16 19:26:43 +08:00 |
|
blueloveTH
|
f12a379760
|
add maxlen for deque
|
2025-09-08 20:07:54 +08:00 |
|
blueloveTH
|
51ff280e7f
|
Update typing.py
up
|
2025-05-10 00:09:21 +08:00 |
|
blueloveTH
|
0cb3684fa6
|
improve dict and add lru_cache
|
2025-05-06 14:17:44 +08:00 |
|
blueloveTH
|
94ce95c74d
|
rename linalg to vmath
|
2025-04-17 15:10:48 +08:00 |
|
Hezekiah M. Carty
|
a3fd6fa4ba
|
Add typing.(TypeAlias, NewType, Never, assert_never) for type checkers
|
2025-04-06 11:07:54 -06:00 |
|
blueloveTH
|
1260987ead
|
fix https://github.com/pocketpy/pocketpy/issues/329
|
2025-02-03 16:01:10 +08:00 |
|
blueloveTH
|
4b292abb4e
|
...
|
2025-01-10 13:43:51 +08:00 |
|
blueloveTH
|
8bbdf734f9
|
use cpython % and // impl
|
2024-12-28 17:00:02 +08:00 |
|
blueloveTH
|
2986c6268f
|
fix type anno
|
2024-12-14 17:16:15 +08:00 |
|
blueloveTH
|
5e5f2525b4
|
add pickle module
|
2024-12-13 14:12:13 +08:00 |
|
blueloveTH
|
630a5d04fc
|
support vec* unpack
|
2024-11-14 19:16:27 +08:00 |
|
blueloveTH
|
9482909ee7
|
some fix
|
2024-11-02 22:12:56 +08:00 |
|
blueloveTH
|
378def9360
|
...
|
2024-10-12 21:42:35 +08:00 |
|
blueloveTH
|
888abaa027
|
update docs
|
2024-10-12 21:21:14 +08:00 |
|
blueloveTH
|
d717f9499f
|
fix min and max
|
2024-09-09 00:39:03 +08:00 |
|
blueloveTH
|
24a7e6f060
|
remove pkpy.next
|
2024-09-08 14:55:09 +08:00 |
|
blueloveTH
|
ef9c5c98cc
|
add enum module
|
2024-08-16 15:53:10 +08:00 |
|
blueloveTH
|
adf5fa5ac2
|
fix https://github.com/pocketpy/pocketpy/issues/296
|
2024-08-16 12:37:50 +08:00 |
|
blueloveTH
|
ec4ddc41fb
|
...
|
2024-08-13 12:57:40 +08:00 |
|
blueloveTH
|
04229f438f
|
...
|
2024-08-12 13:11:13 +08:00 |
|
blueloveTH
|
88f893ddd7
|
...
|
2024-08-10 20:21:40 +08:00 |
|
blueloveTH
|
3e99f46273
|
fix gc issues
|
2024-08-09 12:28:20 +08:00 |
|
blueloveTH
|
651bf997fc
|
...
|
2024-08-08 20:14:59 +08:00 |
|
blueloveTH
|
b6993532fa
|
...
|
2024-08-06 14:12:55 +08:00 |
|
blueloveTH
|
1c1e898950
|
...
|
2024-08-06 14:10:46 +08:00 |
|
blueloveTH
|
f9a1bd1d49
|
...
|
2024-08-06 12:58:11 +08:00 |
|
blueloveTH
|
0b649f3bef
|
...
|
2024-08-04 22:45:00 +08:00 |
|
blueloveTH
|
8e1e29ddd6
|
add py_import
|
2024-08-04 14:57:59 +08:00 |
|
blueloveTH
|
97d6f384f4
|
remove unused bc
|
2024-06-07 01:08:05 +08:00 |
|
blueloveTH
|
bb9c5c30df
|
some fix
|
2024-06-02 23:48:29 +08:00 |
|
blueloveTH
|
2f96712371
|
refactor deque
|
2024-06-01 21:47:27 +08:00 |
|
blueloveTH
|
cefa85afa4
|
some more update
|
2024-05-10 21:03:39 +08:00 |
|
blueloveTH
|
8745f323b8
|
re-add operator module
|
2024-05-10 20:29:23 +08:00 |
|
blueloveTH
|
518fa3ac07
|
rename Struct
|
2024-05-03 19:33:26 +08:00 |
|
blueloveTH
|
022e9c53fb
|
move min/max to cpp
|
2024-05-03 17:38:32 +08:00 |
|
blueloveTH
|
6189aaca94
|
use cpython style next()
|
2024-04-24 22:06:02 +08:00 |
|
blueloveTH
|
8ca0e0168c
|
add reduce and partial
|
2024-04-14 16:18:04 +08:00 |
|
BLUELOVETH
|
6bf645d738
|
add itertools (#239)
|
2024-04-13 23:44:07 +08:00 |
|
BLUELOVETH
|
ab96dbb028
|
Update typing.py
|
2024-04-13 23:34:29 +08:00 |
|
blueloveTH
|
10ca25f6b0
|
add enum module
|
2024-04-06 17:00:50 +08:00 |
|