klongpy 0.6.5__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.
Files changed (79) hide show
  1. {klongpy-0.6.5/klongpy.egg-info → klongpy-0.6.7}/PKG-INFO +22 -3
  2. {klongpy-0.6.5 → klongpy-0.6.7/klongpy.egg-info}/PKG-INFO +22 -3
  3. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy.egg-info/requires.txt +8 -8
  4. {klongpy-0.6.5 → klongpy-0.6.7}/setup.py +5 -5
  5. {klongpy-0.6.5 → klongpy-0.6.7}/LICENSE +0 -0
  6. {klongpy-0.6.5 → klongpy-0.6.7}/MANIFEST.in +0 -0
  7. {klongpy-0.6.5 → klongpy-0.6.7}/README.md +0 -0
  8. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/__init__.py +0 -0
  9. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/adverbs.py +0 -0
  10. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/backend.py +0 -0
  11. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/core.py +0 -0
  12. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/db/__init__.py +0 -0
  13. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/db/df_cache.py +0 -0
  14. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/db/file_cache.py +0 -0
  15. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/db/helpers.py +0 -0
  16. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/db/sys_fn_db.py +0 -0
  17. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/db/sys_fn_kvs.py +0 -0
  18. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/dyads.py +0 -0
  19. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/interpreter.py +0 -0
  20. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/csv.kg +0 -0
  21. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/edt.kg +0 -0
  22. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/eigenv.kg +0 -0
  23. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/help.kg +0 -0
  24. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/huffman.kg +0 -0
  25. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/math.kg +0 -0
  26. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/nstat.kg +0 -0
  27. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/print.kg +0 -0
  28. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/set.kg +0 -0
  29. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/spline.kg +0 -0
  30. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/time.kg +0 -0
  31. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/lib/util.kg +0 -0
  32. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/monads.py +0 -0
  33. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/sys_fn.py +0 -0
  34. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/sys_fn_ipc.py +0 -0
  35. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/sys_fn_timer.py +0 -0
  36. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/sys_var.py +0 -0
  37. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/utils.py +0 -0
  38. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/web/__init__.py +0 -0
  39. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/web/sys_fn_web.py +0 -0
  40. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/ws/__init__.py +0 -0
  41. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy/ws/sys_fn_ws.py +0 -0
  42. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy.egg-info/SOURCES.txt +0 -0
  43. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy.egg-info/dependency_links.txt +0 -0
  44. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy.egg-info/not-zip-safe +0 -0
  45. {klongpy-0.6.5 → klongpy-0.6.7}/klongpy.egg-info/top_level.txt +0 -0
  46. {klongpy-0.6.5 → klongpy-0.6.7}/scripts/kgpy +0 -0
  47. {klongpy-0.6.5 → klongpy-0.6.7}/setup.cfg +0 -0
  48. {klongpy-0.6.5 → klongpy-0.6.7}/tests/__init__.py +0 -0
  49. {klongpy-0.6.5 → klongpy-0.6.7}/tests/gen_join_over.py +0 -0
  50. {klongpy-0.6.5 → klongpy-0.6.7}/tests/gen_py_suite.py +0 -0
  51. {klongpy-0.6.5 → klongpy-0.6.7}/tests/gen_test_fn.py +0 -0
  52. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_async.py +0 -0
  53. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_avg.py +0 -0
  54. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_duckdb.py +0 -0
  55. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_gen.py +0 -0
  56. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_ipc_overhead.py +0 -0
  57. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_join.py +0 -0
  58. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_load.py +0 -0
  59. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_prog.py +0 -0
  60. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_serdes.py +0 -0
  61. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_sys_fn_db.py +0 -0
  62. {klongpy-0.6.5 → klongpy-0.6.7}/tests/perf_vector.py +0 -0
  63. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_accel.py +0 -0
  64. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_df_cache.py +0 -0
  65. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_examples.py +0 -0
  66. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_extra_suite.py +0 -0
  67. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_file_cache.py +0 -0
  68. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_interop.py +0 -0
  69. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_kgtests.py +0 -0
  70. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_known_bugs.py +0 -0
  71. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_prog.py +0 -0
  72. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_suite.py +0 -0
  73. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_suite_file.py +0 -0
  74. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_sys_fn.py +0 -0
  75. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_sys_fn_db.py +0 -0
  76. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_sys_fn_ipc.py +0 -0
  77. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_sys_fn_timer.py +0 -0
  78. {klongpy-0.6.5 → klongpy-0.6.7}/tests/test_util.py +0 -0
  79. {klongpy-0.6.5 → klongpy-0.6.7}/tests/utils.py +0 -0
@@ -1,27 +1,46 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: klongpy
3
- Version: 0.6.5
3
+ Version: 0.6.7
4
4
  Summary: High-Performance Klong array language with rich Python integration.
5
5
  Author: Brian Guarraci
6
6
  License: MIT
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
9
- Requires-Python: <3.12,>=3.9
9
+ Requires-Python: <3.13,>=3.9
10
10
  Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: numpy~=1.26.4
11
13
  Provides-Extra: cupy
14
+ Requires-Dist: cupy; extra == "cupy"
12
15
  Provides-Extra: cuda12x
16
+ Requires-Dist: cupy-cuda12x; extra == "cuda12x"
13
17
  Provides-Extra: cuda11x
18
+ Requires-Dist: cupy-cuda11x; extra == "cuda11x"
14
19
  Provides-Extra: cuda111
20
+ Requires-Dist: cupy-cuda111; extra == "cuda111"
15
21
  Provides-Extra: cuda110
22
+ Requires-Dist: cupy-cuda110; extra == "cuda110"
16
23
  Provides-Extra: cuda102
24
+ Requires-Dist: cupy-cuda102; extra == "cuda102"
17
25
  Provides-Extra: rocm-5-0
26
+ Requires-Dist: cupy-rocm-5-0; extra == "rocm-5-0"
18
27
  Provides-Extra: rocm-4-3
28
+ Requires-Dist: cupy-rocm-4-3; extra == "rocm-4-3"
19
29
  Provides-Extra: repl
30
+ Requires-Dist: colorama==0.4.6; extra == "repl"
20
31
  Provides-Extra: web
32
+ Requires-Dist: aiohttp==3.9.4; extra == "web"
21
33
  Provides-Extra: db
34
+ Requires-Dist: pandas==2.2.2; extra == "db"
35
+ Requires-Dist: duckdb==1.0.0; extra == "db"
22
36
  Provides-Extra: ws
37
+ Requires-Dist: websockets==12.0; extra == "ws"
23
38
  Provides-Extra: full
24
- License-File: LICENSE
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"
25
44
 
26
45
 
27
46
  ![Unit Tests](https://github.com/briangu/klongpy/workflows/Unit%20Tests/badge.svg)
@@ -1,27 +1,46 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: klongpy
3
- Version: 0.6.5
3
+ Version: 0.6.7
4
4
  Summary: High-Performance Klong array language with rich Python integration.
5
5
  Author: Brian Guarraci
6
6
  License: MIT
7
7
  Classifier: Programming Language :: Python :: 3
8
8
  Classifier: License :: OSI Approved :: MIT License
9
- Requires-Python: <3.12,>=3.9
9
+ Requires-Python: <3.13,>=3.9
10
10
  Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: numpy~=1.26.4
11
13
  Provides-Extra: cupy
14
+ Requires-Dist: cupy; extra == "cupy"
12
15
  Provides-Extra: cuda12x
16
+ Requires-Dist: cupy-cuda12x; extra == "cuda12x"
13
17
  Provides-Extra: cuda11x
18
+ Requires-Dist: cupy-cuda11x; extra == "cuda11x"
14
19
  Provides-Extra: cuda111
20
+ Requires-Dist: cupy-cuda111; extra == "cuda111"
15
21
  Provides-Extra: cuda110
22
+ Requires-Dist: cupy-cuda110; extra == "cuda110"
16
23
  Provides-Extra: cuda102
24
+ Requires-Dist: cupy-cuda102; extra == "cuda102"
17
25
  Provides-Extra: rocm-5-0
26
+ Requires-Dist: cupy-rocm-5-0; extra == "rocm-5-0"
18
27
  Provides-Extra: rocm-4-3
28
+ Requires-Dist: cupy-rocm-4-3; extra == "rocm-4-3"
19
29
  Provides-Extra: repl
30
+ Requires-Dist: colorama==0.4.6; extra == "repl"
20
31
  Provides-Extra: web
32
+ Requires-Dist: aiohttp==3.9.4; extra == "web"
21
33
  Provides-Extra: db
34
+ Requires-Dist: pandas==2.2.2; extra == "db"
35
+ Requires-Dist: duckdb==1.0.0; extra == "db"
22
36
  Provides-Extra: ws
37
+ Requires-Dist: websockets==12.0; extra == "ws"
23
38
  Provides-Extra: full
24
- License-File: LICENSE
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"
25
44
 
26
45
 
27
46
  ![Unit Tests](https://github.com/briangu/klongpy/workflows/Unit%20Tests/badge.svg)
@@ -19,15 +19,15 @@ cupy-cuda12x
19
19
  cupy
20
20
 
21
21
  [db]
22
- pandas==2.0.3
23
- duckdb==0.9.2
22
+ pandas==2.2.2
23
+ duckdb==1.0.0
24
24
 
25
25
  [full]
26
26
  colorama==0.4.6
27
- aiohttp==3.8.5
28
- pandas==2.0.3
29
- duckdb==0.9.2
30
- websockets==11.0.3
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.8.5
42
+ aiohttp==3.9.4
43
43
 
44
44
  [ws]
45
- websockets==11.0.3
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.8.5"],
20
- 'db': ["pandas==2.0.3","duckdb==0.9.2"],
21
- 'ws': ["websockets==11.0.3"],
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.5',
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.12,>=3.9',
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