arraykit 1.0.0__tar.gz → 1.0.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 (44) hide show
  1. {arraykit-1.0.0/arraykit.egg-info → arraykit-1.0.7}/PKG-INFO +3 -1
  2. {arraykit-1.0.0 → arraykit-1.0.7}/README.rst +42 -0
  3. {arraykit-1.0.0 → arraykit-1.0.7/arraykit.egg-info}/PKG-INFO +3 -1
  4. {arraykit-1.0.0 → arraykit-1.0.7}/setup.py +2 -1
  5. {arraykit-1.0.0 → arraykit-1.0.7}/LICENSE.txt +0 -0
  6. {arraykit-1.0.0 → arraykit-1.0.7}/MANIFEST.in +0 -0
  7. {arraykit-1.0.0 → arraykit-1.0.7}/arraykit.egg-info/SOURCES.txt +0 -0
  8. {arraykit-1.0.0 → arraykit-1.0.7}/arraykit.egg-info/dependency_links.txt +0 -0
  9. {arraykit-1.0.0 → arraykit-1.0.7}/arraykit.egg-info/requires.txt +0 -0
  10. {arraykit-1.0.0 → arraykit-1.0.7}/arraykit.egg-info/top_level.txt +0 -0
  11. {arraykit-1.0.0 → arraykit-1.0.7}/setup.cfg +0 -0
  12. {arraykit-1.0.0 → arraykit-1.0.7}/src/__init__.py +0 -0
  13. {arraykit-1.0.0 → arraykit-1.0.7}/src/__init__.pyi +0 -0
  14. {arraykit-1.0.0 → arraykit-1.0.7}/src/_arraykit.c +0 -0
  15. {arraykit-1.0.0 → arraykit-1.0.7}/src/array_go.c +0 -0
  16. {arraykit-1.0.0 → arraykit-1.0.7}/src/array_go.h +0 -0
  17. {arraykit-1.0.0 → arraykit-1.0.7}/src/array_to_tuple.c +0 -0
  18. {arraykit-1.0.0 → arraykit-1.0.7}/src/array_to_tuple.h +0 -0
  19. {arraykit-1.0.0 → arraykit-1.0.7}/src/auto_map.c +0 -0
  20. {arraykit-1.0.0 → arraykit-1.0.7}/src/auto_map.h +0 -0
  21. {arraykit-1.0.0 → arraykit-1.0.7}/src/block_index.c +0 -0
  22. {arraykit-1.0.0 → arraykit-1.0.7}/src/block_index.h +0 -0
  23. {arraykit-1.0.0 → arraykit-1.0.7}/src/delimited_to_arrays.c +0 -0
  24. {arraykit-1.0.0 → arraykit-1.0.7}/src/delimited_to_arrays.h +0 -0
  25. {arraykit-1.0.0 → arraykit-1.0.7}/src/methods.c +0 -0
  26. {arraykit-1.0.0 → arraykit-1.0.7}/src/methods.h +0 -0
  27. {arraykit-1.0.0 → arraykit-1.0.7}/src/py.typed +0 -0
  28. {arraykit-1.0.0 → arraykit-1.0.7}/src/tri_map.c +0 -0
  29. {arraykit-1.0.0 → arraykit-1.0.7}/src/tri_map.h +0 -0
  30. {arraykit-1.0.0 → arraykit-1.0.7}/src/utilities.h +0 -0
  31. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_array_go.py +0 -0
  32. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_auto_map.py +0 -0
  33. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_auto_map_property.py +0 -0
  34. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_block_index.py +0 -0
  35. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_delimited_to_arrays.py +0 -0
  36. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_delimited_to_arrays_integration.py +0 -0
  37. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_delimited_to_arrays_property.py +0 -0
  38. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_nonzero_1d.py +0 -0
  39. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_nonzero_1d_property.py +0 -0
  40. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_pyi.py +0 -0
  41. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_split_after_count.py +0 -0
  42. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_tri_map.py +0 -0
  43. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_type_discovery.py +0 -0
  44. {arraykit-1.0.0 → arraykit-1.0.7}/test/test_util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arraykit
3
- Version: 1.0.0
3
+ Version: 1.0.7
4
4
  Summary: Array utilities for StaticFrame
5
5
  Home-page: https://github.com/static-frame/arraykit
6
6
  Author: Christopher Ariza, Brandt Bucher, Charles Burkland
@@ -21,11 +21,13 @@ Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Typing :: Typed
23
23
  Requires-Python: >=3.10
24
+ Description-Content-Type: text/plain
24
25
  License-File: LICENSE.txt
25
26
  Requires-Dist: numpy>=1.24.3
26
27
  Dynamic: author
27
28
  Dynamic: classifier
28
29
  Dynamic: description
30
+ Dynamic: description-content-type
29
31
  Dynamic: home-page
30
32
  Dynamic: keywords
31
33
  Dynamic: license
@@ -35,6 +35,48 @@ ArrayKit requires the following:
35
35
  What is New in ArrayKit
36
36
  -------------------------
37
37
 
38
+ 1.0.7
39
+ ............
40
+
41
+ Updated build configuration.
42
+
43
+
44
+ 1.0.6
45
+ ............
46
+
47
+ Updated build configuration.
48
+
49
+
50
+ 1.0.5
51
+ ............
52
+
53
+ Updated build configuration.
54
+
55
+
56
+ 1.0.4
57
+ ............
58
+
59
+ Updated build configuration.
60
+
61
+
62
+ 1.0.3
63
+ ............
64
+
65
+ Updated build configuration.
66
+
67
+
68
+ 1.0.2
69
+ ............
70
+
71
+ Updated build configuration.
72
+
73
+
74
+ 1.0.1
75
+ ............
76
+
77
+ Updated build configuration.
78
+
79
+
38
80
  1.0.0
39
81
  ............
40
82
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arraykit
3
- Version: 1.0.0
3
+ Version: 1.0.7
4
4
  Summary: Array utilities for StaticFrame
5
5
  Home-page: https://github.com/static-frame/arraykit
6
6
  Author: Christopher Ariza, Brandt Bucher, Charles Burkland
@@ -21,11 +21,13 @@ Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Typing :: Typed
23
23
  Requires-Python: >=3.10
24
+ Description-Content-Type: text/plain
24
25
  License-File: LICENSE.txt
25
26
  Requires-Dist: numpy>=1.24.3
26
27
  Dynamic: author
27
28
  Dynamic: classifier
28
29
  Dynamic: description
30
+ Dynamic: description-content-type
29
31
  Dynamic: home-page
30
32
  Dynamic: keywords
31
33
  Dynamic: license
@@ -4,7 +4,7 @@ import typing as tp
4
4
  from setuptools import Extension # type: ignore
5
5
  from setuptools import setup
6
6
 
7
- AK_VERSION = '1.0.0'
7
+ AK_VERSION = '1.0.7'
8
8
 
9
9
  def get_long_description() -> str:
10
10
  return '''The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.
@@ -52,6 +52,7 @@ setup(
52
52
  version=AK_VERSION,
53
53
  description='Array utilities for StaticFrame',
54
54
  long_description=get_long_description(),
55
+ long_description_content_type='text/plain', # use text/x-rst
55
56
  python_requires='>=3.10',
56
57
  install_requires=['numpy>=1.24.3'],
57
58
  url='https://github.com/static-frame/arraykit',
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