klongpy 0.6.6__tar.gz → 0.6.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {klongpy-0.6.6/klongpy.egg-info → klongpy-0.6.7}/PKG-INFO +31 -16
- {klongpy-0.6.6 → klongpy-0.6.7/klongpy.egg-info}/PKG-INFO +31 -16
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy.egg-info/requires.txt +8 -8
- {klongpy-0.6.6 → klongpy-0.6.7}/setup.py +5 -5
- {klongpy-0.6.6 → klongpy-0.6.7}/LICENSE +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/MANIFEST.in +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/README.md +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/__init__.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/adverbs.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/backend.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/core.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/db/__init__.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/db/df_cache.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/db/file_cache.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/db/helpers.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/db/sys_fn_db.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/db/sys_fn_kvs.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/dyads.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/interpreter.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/csv.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/edt.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/eigenv.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/help.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/huffman.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/math.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/nstat.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/print.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/set.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/spline.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/time.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/lib/util.kg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/monads.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/sys_fn.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/sys_fn_ipc.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/sys_fn_timer.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/sys_var.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/utils.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/web/__init__.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/web/sys_fn_web.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/ws/__init__.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy/ws/sys_fn_ws.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy.egg-info/SOURCES.txt +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy.egg-info/dependency_links.txt +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy.egg-info/not-zip-safe +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/klongpy.egg-info/top_level.txt +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/scripts/kgpy +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/setup.cfg +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/__init__.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/gen_join_over.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/gen_py_suite.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/gen_test_fn.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_async.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_avg.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_duckdb.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_gen.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_ipc_overhead.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_join.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_load.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_prog.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_serdes.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_sys_fn_db.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/perf_vector.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_accel.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_df_cache.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_examples.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_extra_suite.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_file_cache.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_interop.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_kgtests.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_known_bugs.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_prog.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_suite.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_suite_file.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_sys_fn.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_sys_fn_db.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_sys_fn_ipc.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_sys_fn_timer.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/test_util.py +0 -0
- {klongpy-0.6.6 → klongpy-0.6.7}/tests/utils.py +0 -0
|
@@ -1,29 +1,46 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: klongpy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.7
|
|
4
4
|
Summary: High-Performance Klong array language with rich Python integration.
|
|
5
|
-
Home-page: UNKNOWN
|
|
6
5
|
Author: Brian Guarraci
|
|
7
6
|
License: MIT
|
|
8
|
-
Platform: UNKNOWN
|
|
9
7
|
Classifier: Programming Language :: Python :: 3
|
|
10
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Requires-Python: <3.
|
|
9
|
+
Requires-Python: <3.13,>=3.9
|
|
12
10
|
Description-Content-Type: text/markdown
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Provides-Extra: cuda111
|
|
16
|
-
Provides-Extra: cuda11x
|
|
17
|
-
Provides-Extra: cuda12x
|
|
11
|
+
License-File: LICENSE
|
|
12
|
+
Requires-Dist: numpy~=1.26.4
|
|
18
13
|
Provides-Extra: cupy
|
|
19
|
-
|
|
20
|
-
Provides-Extra:
|
|
21
|
-
|
|
22
|
-
Provides-Extra:
|
|
14
|
+
Requires-Dist: cupy; extra == "cupy"
|
|
15
|
+
Provides-Extra: cuda12x
|
|
16
|
+
Requires-Dist: cupy-cuda12x; extra == "cuda12x"
|
|
17
|
+
Provides-Extra: cuda11x
|
|
18
|
+
Requires-Dist: cupy-cuda11x; extra == "cuda11x"
|
|
19
|
+
Provides-Extra: cuda111
|
|
20
|
+
Requires-Dist: cupy-cuda111; extra == "cuda111"
|
|
21
|
+
Provides-Extra: cuda110
|
|
22
|
+
Requires-Dist: cupy-cuda110; extra == "cuda110"
|
|
23
|
+
Provides-Extra: cuda102
|
|
24
|
+
Requires-Dist: cupy-cuda102; extra == "cuda102"
|
|
23
25
|
Provides-Extra: rocm-5-0
|
|
26
|
+
Requires-Dist: cupy-rocm-5-0; extra == "rocm-5-0"
|
|
27
|
+
Provides-Extra: rocm-4-3
|
|
28
|
+
Requires-Dist: cupy-rocm-4-3; extra == "rocm-4-3"
|
|
29
|
+
Provides-Extra: repl
|
|
30
|
+
Requires-Dist: colorama==0.4.6; extra == "repl"
|
|
24
31
|
Provides-Extra: web
|
|
32
|
+
Requires-Dist: aiohttp==3.9.4; extra == "web"
|
|
33
|
+
Provides-Extra: db
|
|
34
|
+
Requires-Dist: pandas==2.2.2; extra == "db"
|
|
35
|
+
Requires-Dist: duckdb==1.0.0; extra == "db"
|
|
25
36
|
Provides-Extra: ws
|
|
26
|
-
|
|
37
|
+
Requires-Dist: websockets==12.0; extra == "ws"
|
|
38
|
+
Provides-Extra: full
|
|
39
|
+
Requires-Dist: colorama==0.4.6; extra == "full"
|
|
40
|
+
Requires-Dist: aiohttp==3.9.4; extra == "full"
|
|
41
|
+
Requires-Dist: pandas==2.2.2; extra == "full"
|
|
42
|
+
Requires-Dist: duckdb==1.0.0; extra == "full"
|
|
43
|
+
Requires-Dist: websockets==12.0; extra == "full"
|
|
27
44
|
|
|
28
45
|
|
|
29
46
|

|
|
@@ -395,5 +412,3 @@ python3 -m unittest
|
|
|
395
412
|
# Acknowledgement
|
|
396
413
|
|
|
397
414
|
HUGE thanks to Nils M Holm for his work on Klong and providing the foundations for this interesting project.
|
|
398
|
-
|
|
399
|
-
|
|
@@ -1,29 +1,46 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: klongpy
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.7
|
|
4
4
|
Summary: High-Performance Klong array language with rich Python integration.
|
|
5
|
-
Home-page: UNKNOWN
|
|
6
5
|
Author: Brian Guarraci
|
|
7
6
|
License: MIT
|
|
8
|
-
Platform: UNKNOWN
|
|
9
7
|
Classifier: Programming Language :: Python :: 3
|
|
10
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Requires-Python: <3.
|
|
9
|
+
Requires-Python: <3.13,>=3.9
|
|
12
10
|
Description-Content-Type: text/markdown
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
Provides-Extra: cuda111
|
|
16
|
-
Provides-Extra: cuda11x
|
|
17
|
-
Provides-Extra: cuda12x
|
|
11
|
+
License-File: LICENSE
|
|
12
|
+
Requires-Dist: numpy~=1.26.4
|
|
18
13
|
Provides-Extra: cupy
|
|
19
|
-
|
|
20
|
-
Provides-Extra:
|
|
21
|
-
|
|
22
|
-
Provides-Extra:
|
|
14
|
+
Requires-Dist: cupy; extra == "cupy"
|
|
15
|
+
Provides-Extra: cuda12x
|
|
16
|
+
Requires-Dist: cupy-cuda12x; extra == "cuda12x"
|
|
17
|
+
Provides-Extra: cuda11x
|
|
18
|
+
Requires-Dist: cupy-cuda11x; extra == "cuda11x"
|
|
19
|
+
Provides-Extra: cuda111
|
|
20
|
+
Requires-Dist: cupy-cuda111; extra == "cuda111"
|
|
21
|
+
Provides-Extra: cuda110
|
|
22
|
+
Requires-Dist: cupy-cuda110; extra == "cuda110"
|
|
23
|
+
Provides-Extra: cuda102
|
|
24
|
+
Requires-Dist: cupy-cuda102; extra == "cuda102"
|
|
23
25
|
Provides-Extra: rocm-5-0
|
|
26
|
+
Requires-Dist: cupy-rocm-5-0; extra == "rocm-5-0"
|
|
27
|
+
Provides-Extra: rocm-4-3
|
|
28
|
+
Requires-Dist: cupy-rocm-4-3; extra == "rocm-4-3"
|
|
29
|
+
Provides-Extra: repl
|
|
30
|
+
Requires-Dist: colorama==0.4.6; extra == "repl"
|
|
24
31
|
Provides-Extra: web
|
|
32
|
+
Requires-Dist: aiohttp==3.9.4; extra == "web"
|
|
33
|
+
Provides-Extra: db
|
|
34
|
+
Requires-Dist: pandas==2.2.2; extra == "db"
|
|
35
|
+
Requires-Dist: duckdb==1.0.0; extra == "db"
|
|
25
36
|
Provides-Extra: ws
|
|
26
|
-
|
|
37
|
+
Requires-Dist: websockets==12.0; extra == "ws"
|
|
38
|
+
Provides-Extra: full
|
|
39
|
+
Requires-Dist: colorama==0.4.6; extra == "full"
|
|
40
|
+
Requires-Dist: aiohttp==3.9.4; extra == "full"
|
|
41
|
+
Requires-Dist: pandas==2.2.2; extra == "full"
|
|
42
|
+
Requires-Dist: duckdb==1.0.0; extra == "full"
|
|
43
|
+
Requires-Dist: websockets==12.0; extra == "full"
|
|
27
44
|
|
|
28
45
|
|
|
29
46
|

|
|
@@ -395,5 +412,3 @@ python3 -m unittest
|
|
|
395
412
|
# Acknowledgement
|
|
396
413
|
|
|
397
414
|
HUGE thanks to Nils M Holm for his work on Klong and providing the foundations for this interesting project.
|
|
398
|
-
|
|
399
|
-
|
|
@@ -19,15 +19,15 @@ cupy-cuda12x
|
|
|
19
19
|
cupy
|
|
20
20
|
|
|
21
21
|
[db]
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
pandas==2.2.2
|
|
23
|
+
duckdb==1.0.0
|
|
24
24
|
|
|
25
25
|
[full]
|
|
26
|
-
aiohttp==3.8.5
|
|
27
26
|
colorama==0.4.6
|
|
28
|
-
|
|
29
|
-
pandas==2.2.
|
|
30
|
-
|
|
27
|
+
aiohttp==3.9.4
|
|
28
|
+
pandas==2.2.2
|
|
29
|
+
duckdb==1.0.0
|
|
30
|
+
websockets==12.0
|
|
31
31
|
|
|
32
32
|
[repl]
|
|
33
33
|
colorama==0.4.6
|
|
@@ -39,7 +39,7 @@ cupy-rocm-4-3
|
|
|
39
39
|
cupy-rocm-5-0
|
|
40
40
|
|
|
41
41
|
[web]
|
|
42
|
-
aiohttp==3.
|
|
42
|
+
aiohttp==3.9.4
|
|
43
43
|
|
|
44
44
|
[ws]
|
|
45
|
-
websockets==
|
|
45
|
+
websockets==12.0
|
|
@@ -16,9 +16,9 @@ extra_requires = {
|
|
|
16
16
|
'rocm-5-0': ["cupy-rocm-5-0"],
|
|
17
17
|
'rocm-4-3': ["cupy-rocm-4-3"],
|
|
18
18
|
'repl': ["colorama==0.4.6"],
|
|
19
|
-
'web': ["aiohttp==3.
|
|
20
|
-
'db': ["pandas==2.2.
|
|
21
|
-
'ws': ["websockets==
|
|
19
|
+
'web': ["aiohttp==3.9.4"],
|
|
20
|
+
'db': ["pandas==2.2.2","duckdb==1.0.0"],
|
|
21
|
+
'ws': ["websockets==12.0"],
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
# full feature set extras
|
|
@@ -27,7 +27,7 @@ extra_requires['full'] = extra_requires['repl'] + extra_requires['web'] + extra_
|
|
|
27
27
|
setup(
|
|
28
28
|
name='klongpy',
|
|
29
29
|
packages=find_packages(),
|
|
30
|
-
version='0.6.
|
|
30
|
+
version='0.6.7',
|
|
31
31
|
description='High-Performance Klong array language with rich Python integration.',
|
|
32
32
|
author='Brian Guarraci',
|
|
33
33
|
license='MIT',
|
|
@@ -38,7 +38,7 @@ setup(
|
|
|
38
38
|
"License :: OSI Approved :: MIT License"
|
|
39
39
|
],
|
|
40
40
|
install_requires=['numpy~=1.26.4'],
|
|
41
|
-
python_requires='<3.
|
|
41
|
+
python_requires='<3.13,>=3.9',
|
|
42
42
|
extras_require=extra_requires,
|
|
43
43
|
include_package_data=True,
|
|
44
44
|
zip_safe=False,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|