Skip to main content
https://img.shields.io/pypi/pyversions/arraykit.svg https://img.shields.io/pypi/v/arraykit.svg https://img.shields.io/conda/vn/conda-forge/arraykit.svg https://img.shields.io/github/actions/workflow/status/static-frame/arraykit/ci.yml?branch=master&label=build&logo=Github

arraykit

The ArrayKit library provides utilities for creating and transforming NumPy arrays, implementing performance-critical StaticFrame operations as Python C extensions.

Code: https://github.com/static-frame/arraykit

Packages: https://pypi.org/project/arraykit

Dependencies

ArrayKit requires the following:

  • Python>=3.10

  • numpy>=1.24.3

What is New in ArrayKit

1.12.0

Added map_object() and prepare_iter_for_array().

1.11.0

Added group_reduce().

1.10.0

Added TriMap.register_pairs().

1.9.0

Added FrozenAutoMap.get_all_fill() and TriMap.register_many_from_one().

1.8.0

Added fill_directional().

1.7.0

Added group_ordering().

1.6.0

Added factorize().

1.5.0

Added transition_slices_from_group().

1.4.0

Added write_array_to_file().

1.3.1

Improved slice_to_unit() integer extraction.

1.3.0

Added slice_to_unit().

1.2.1

Minor improvement in efficiency of string-to-float conversion in delimited_to_arrays().

1.2.0

Now building wheels for Python 3.14 and 3.14t.

1.1.0

Now building free-threaded compatible wheels for Python 3.13.

Added is_objectable() and is_objectable_dt64().

Added astype_array().

1.0.9

Updated types in pyi file.

1.0.8

NumPy datetime64 scalar lookups in AutoMap and FrozenAutoMap explicitly require matching units.

1.0.7

Updated build configuration.

1.0.6

Updated build configuration.

1.0.5

Updated build configuration.

1.0.4

Updated build configuration.

1.0.3

Updated build configuration.

1.0.2

Updated build configuration.

1.0.1

Updated build configuration.

1.0.0

Integrated AutoMap and FrozenAutoMap from arraymap.

Removed global integer cache from AutoMap and FrozenAutoMap for thread safety.

0.10.0

Now building wheels for Python 3.13.

0.9.0

Added TriMap.map_merge().

0.8.3

Corrected incorrect component of _TLabel in __init__.pyi.

0.8.2

Updated build configuration.

0.8.1

Updated build configuration.

0.8.0

Now building with NumPy 2.0.

0.7.2

Improved array_to_tuple_array() and array_to_tuple_iter() to preserve tuple in 1D arrays.

0.7.1

Extended array_to_tuple_array() and array_to_tuple_iter() to support 1D arrays.

0.7.0

Added array_to_tuple_array().

Added array_to_tuple_iter().

0.6.3

Optimized memory allocation strategy for nonzero_1d().

0.6.2

Extended nonzero_1d() to support non-contiguous arrays.

Optimizations to TriMap when mapping to object and flexible dtypes.

0.6.1

Enhancements and optimizations to TriMap.

Added nonzero_1d().

0.6.0

Added TriMap utility class for join optimization.

0.5.1

Restored functional wheels for Mac OS x86_64.

0.5.0

Now building wheels for 3.12.

Now building functional wheels for Mac OS arm64 / Apple Silicon.

0.4.11

Updated types in pyi file.

0.4.10

Updated types in pyi file.

Minimum supported Python set to 3.8.

Minimum supported NumPy set to 1.19.5.

0.4.9

Improved performance of first_true_1d() and first_true_2d().

0.4.8

Restored behavior of Blockndex.rows to return -1 when BlockIndex has zero rows.

0.4.7

Added BlockIndex.iter_block().

Corrected issue in BlockIndex.shape when the BlockIndex has zero rows.

0.4.6

Corrected handling of empty selections in BlockIndex.iter_contiguous().

0.4.5

Corrected handling of ascending in BlockIndex.iter_contiguous() with Boolean arrays.

0.4.4

Corrected deallocation routines in BlockIndex.iter_contiguous().

0.4.3

Added BlockIndex.iter_contiguous() with options for ascending and reduce sequences.

0.4.2

Added slice_to_ascending_slice().

Updated BlockIndex.shape to internally cache the shape tuple.

Corrected BlockIndex.iter_select() handling of negative integers in sequences.

0.4.1

Updated BlockIndex.register() to handle 0-column 2D arrays and return False.

Added BlockIndex.rows, BlockIndex.columns properties.

Updated unset BlockIndex.dtype to return a float dtype.

0.4.0

Added BlockIndex, a tool to be used by TypeBlocks for mapping realized column positions to arrays.

Corrected potential issue in AK_CPL_resize_buffer that could segfault for very large offsets.

0.3.4

Simplified implementation of NaTType identification in isna_element().

0.3.3

Corrected potential memory leak in isna_element().

0.3.2

Optimization to delimited_to_arrays() character reading per line.

0.3.1

Improvements to delimited_to_arrays(), including proper loading of float16 types.

Extended deepcopy_array() to permit memo as None.

Corrected all compiler warnings on Windows.

0.3.0

Added first_true_1d(), first_true_2d(). Added tools for performance graphing.

0.2.9

Corrected segmentation fault resulting from attempting to parse invalid datetime64 strings in AK_CPL_to_array_via_cast.

0.2.8

Added include_none argument to isna_element(); implemented identification of Pandas pd.Timestamp NaT.

0.2.7

Updated most-recent NumPy references to 1.23.5.

0.2.6

Maintenance release.

0.2.5

Optimization to numerical array creation in delimited_to_arrays().

0.2.4

Set NumPy minimum version at 1.18.5.

0.2.3

Extended arguments to and functionality in split_after_count() to support the complete CSV dialect interface.

Now building wheels for 3.11.

0.2.2

Refinements to ensure typed-parsed ints are always int64 in delimited_to_arrays().

0.2.1

Implemented count_iteration, split_after_count.

0.2.0

Implemented delimited_to_arrays, iterable_str_to_array_1d.

0.1.13

Now building Python 3.10 wheels.

0.1.12

Added get_new_indexers_and_screen.

0.1.10

Updated minimum NumPy to 1.18.5

0.1.9

Improvements to performance of array_deepcopy.

Added dtype_from_element.

0.1.8

Revised cross compile releases.

0.1.7

Added dtype_from_element().

0.1.6

Explicit imports in __init__.py for better static analysis.

0.1.5

Added isna_element().

0.1.3

Redesigned package structure for inclusion of py.typed and __init__.pyi.

array_deepcopy now accepts kwargs and makes the memo dict optional.

0.1.2

Maintenance release of the following interfaces:

immutable_filter mloc shape_filter column_2d_filter column_1d_filter row_1d_filter array_deepcopy resolve_dtype resolve_dtype_iter

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

arraykit-1.12.0.tar.gz (137.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

arraykit-1.12.0-cp314-cp314t-win_amd64.whl (182.9 kB view details)

Uploaded CPython 3.14tWindows x86-64

arraykit-1.12.0-cp314-cp314t-win32.whl (174.3 kB view details)

Uploaded CPython 3.14tWindows x86

arraykit-1.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl (695.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

arraykit-1.12.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (707.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arraykit-1.12.0-cp314-cp314t-macosx_11_0_arm64.whl (188.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

arraykit-1.12.0-cp314-cp314t-macosx_10_13_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

arraykit-1.12.0-cp314-cp314-win_amd64.whl (176.7 kB view details)

Uploaded CPython 3.14Windows x86-64

arraykit-1.12.0-cp314-cp314-win32.whl (168.9 kB view details)

Uploaded CPython 3.14Windows x86

arraykit-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl (641.8 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

arraykit-1.12.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (649.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arraykit-1.12.0-cp314-cp314-macosx_11_0_arm64.whl (184.7 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

arraykit-1.12.0-cp314-cp314-macosx_10_13_x86_64.whl (197.8 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

arraykit-1.12.0-cp313-cp313-win_amd64.whl (174.9 kB view details)

Uploaded CPython 3.13Windows x86-64

arraykit-1.12.0-cp313-cp313-win32.whl (167.6 kB view details)

Uploaded CPython 3.13Windows x86

arraykit-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl (642.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

arraykit-1.12.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (650.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arraykit-1.12.0-cp313-cp313-macosx_11_0_arm64.whl (184.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

arraykit-1.12.0-cp313-cp313-macosx_10_13_x86_64.whl (197.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

arraykit-1.12.0-cp312-cp312-win_amd64.whl (174.9 kB view details)

Uploaded CPython 3.12Windows x86-64

arraykit-1.12.0-cp312-cp312-win32.whl (167.6 kB view details)

Uploaded CPython 3.12Windows x86

arraykit-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl (642.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

arraykit-1.12.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (651.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arraykit-1.12.0-cp312-cp312-macosx_11_0_arm64.whl (184.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

arraykit-1.12.0-cp312-cp312-macosx_10_13_x86_64.whl (197.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

arraykit-1.12.0-cp311-cp311-win_amd64.whl (174.4 kB view details)

Uploaded CPython 3.11Windows x86-64

arraykit-1.12.0-cp311-cp311-win32.whl (167.0 kB view details)

Uploaded CPython 3.11Windows x86

arraykit-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl (626.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

arraykit-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (633.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arraykit-1.12.0-cp311-cp311-macosx_11_0_arm64.whl (184.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

arraykit-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl (196.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

arraykit-1.12.0-cp310-cp310-win_amd64.whl (174.9 kB view details)

Uploaded CPython 3.10Windows x86-64

arraykit-1.12.0-cp310-cp310-win32.whl (167.3 kB view details)

Uploaded CPython 3.10Windows x86

arraykit-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl (610.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

arraykit-1.12.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (616.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

arraykit-1.12.0-cp310-cp310-macosx_11_0_arm64.whl (185.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

arraykit-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl (197.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file arraykit-1.12.0.tar.gz.

File metadata

  • Download URL: arraykit-1.12.0.tar.gz
  • Upload date:
  • Size: 137.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0.tar.gz
Algorithm Hash digest
SHA256 72fb4a16188186b69a77a9b53b212ec102c0081db5c41108017b9f15b7f84520
MD5 d71155da1339b093d80dd88e540e3808
BLAKE2b-256 33db4a6e55e7c5f85bc9024679f47f5199ccc84782d8ea49f746c3cb1fca6ca1

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 182.9 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 35d87531939e08185ea54e3313c3bff14f4e06c59db1baf3533537bfc5b7571c
MD5 d56a842cbe13e2c77da869479c83555d
BLAKE2b-256 b84cbd4b48cec1667efd8030ce21dd75fb0f0cf615ada0035e3aef86578f36f9

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 174.3 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ed94cc4e41f3826ec63648ac5aa0681ddce85de600865db6b542818788ff3146
MD5 a6f2e95aa96bbb11bb72f1357e17d94d
BLAKE2b-256 272cf5a042ab2b5b6f2e8a0fed91a06adb673c684c083ca41d57ceebe0337db8

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 29b74d335014ab14941a3c86bd0fc7f0bb11ae5bf293f0399f44b42bb4810638
MD5 60f3772348c5d1bd76040d2d43870d22
BLAKE2b-256 c210e6a73a745e54c74a41c2e84934de9cbf003cfc1f22b2dff67333600d87c9

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7b089f36621b41ecbff15c49f8109756130713c9f43a223f257c4d4f1d9eb1f8
MD5 67e85e24594d48cec8eabf12680db6e3
BLAKE2b-256 e89d9bb1bb684ffb8d30fc6837b8e50be09c67261d9cb10839e1023bdab58337

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 412dee77de57b4358a825ce817d1eadcae12605517e4a38f2ccdcfdb36bd8318
MD5 c29c2b103a1847fd5d2c24bc83393cb2
BLAKE2b-256 50e13dfec55f0909e14f9df704a599e6ed79cc906bce68977fc22a38f7cd8830

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dd46e83bc8f637c8c0a4e39c0951ad18e81884f76915560f2b1f2b7fc6eed225
MD5 407aae754ada2c0f2f3737ab1ea492b2
BLAKE2b-256 005cbca4ad3eb280e057549fe081539fad4fb02cd1626abef9887932364caf86

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 176.7 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5fd70892ccc13ac36a5eac5fa97097b9acd7bd04c73154acb5f221d03a109377
MD5 de414f67c9028a5311aa74fb3e780e08
BLAKE2b-256 31730582da749cceb239d7093c8cb5d63a1b8913257d59ecff7983e68078364a

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 168.9 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 500dcee09567c2f7ae8db82e2440b93efbcfe782066177db5f5950c16a565cac
MD5 2784d4b87a3c9f73cce998928b91a1bf
BLAKE2b-256 859a022994eb53287298e7c52e5e0d6f0bc5526346370f5322b08b2f9b5bf60f

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1a9c1359696faaaae0771139043e14410fe70e7df733dc1ea34a5943c7a47a1
MD5 290e911a57422c36024d0c4b358021e8
BLAKE2b-256 4810fcd50ba28b6d1ce4b8f97a3c255ced7070353b57b2c9046d07ffc9ade7b9

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b931ea100dff0a078bb561d9e7932c521e885968f35ded5b26b4085531a96fd3
MD5 87bc56adb709626849dc0df8e5069dac
BLAKE2b-256 d36c5235d21036fa57b8d1c6c62be2489ed4d7c8319586dbc246df33ca8e4ad4

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b698c5397151c25b8cdd6c8ccc8b4401205109d8fbe709949669db37523b78d9
MD5 d0320bed697f5886299db1bd83f93070
BLAKE2b-256 14f7454db6708da868b67ba5366fc2d01f907c117ba5aff00b079f15316be341

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp314-cp314-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d69dc771809d4797e0a3e4466061281cedc460cc3b1152fb54c8101540874760
MD5 e4ab9874b5a1c22587e68b31344f5dc0
BLAKE2b-256 8d7b3eba2240046da9f97ebff13775c3ea366a9a07942d9087b5d658f41e84a5

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 174.9 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a7f7118e84c2a6e5f2081419e40ae3ecd7477a427c30f9a0fb6b499942212f7b
MD5 83de026f5967e55db8119d6e47bdf731
BLAKE2b-256 8d5c403b99f6a99d0f888bb99cc65bec211a93c1a7e4362e273e0a9280c60f68

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 167.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 bf94171c9ed5c2a9eb413ba8e3415ccd3926f3419ace072223a40e9608e10ec8
MD5 9166644f71068d1305319299f501a7b8
BLAKE2b-256 39a8065c84510d2b2103fd8ea33c2231126d1cc2223f8a36b22cad3e80b20c2b

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b471c5582c6200d4b0ecdc77340d8724505c4a92bac750d2a09d2670336c9b1
MD5 0a482f4350b14809015395d1c91e1cea
BLAKE2b-256 a27211bf357a94ebd6eeb862c58423895d41ccf0f6bd6a577698a28b24c74e16

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9749f9dd48824e625e60f3b09a2cc5bb62b5060931ee3bf24e6c1af543888557
MD5 cf40544a6b0bc3cb4981fb5c6dd46c17
BLAKE2b-256 b7b6b5fd404fe27476a53dd85776bcd5b2c87a43a4488c6bef2d2f35f61c2bd0

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76b4938d4296d6e0e4ace5a112197910e6661479150849d923dbce7009f5b1b0
MD5 d0bfb98872a23c982c9463bf1ecc8bad
BLAKE2b-256 b12f60fb1973a93d74eb9c897965596c2b08289b944bc895c059ab877516910d

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 33d529aad9701e40c2c4711e36cc2a1bd568eb765f9314cd80706d54a6bf5908
MD5 20dd8a65185c4d92680d7d8767d1aaa5
BLAKE2b-256 ff7ff742a01094581e7873b963175c85ec5a32959bc7f09916de93f9824c983c

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 174.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d98578418cece428fcaa3fec86286c9cae9332b61084dd58ab3f8ab97cad0773
MD5 07e5db5d77b9571ea04f42f7d1d1c4d9
BLAKE2b-256 9e112154a5686a1c39c4396ef47bf0c1e91fe31e6e770045ec175ea57bfe62c6

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 167.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9e4a148f075d8a6e76c8797d04868614f093b77cc36f4fb920dfb8d8989c200f
MD5 9f9eaf004ff645082c416c9f7a3212de
BLAKE2b-256 8e466c934600dcc26c215de311f69605059299805f034db8557bb70186e9db90

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1bbb7b06f42dda2c052ebb555f67d986b35c6a6873c6797eace7310a29c35b83
MD5 41b08988d40fb6980eb126f131834a95
BLAKE2b-256 2dd4f117c82b71d7343769df3661e7cc143560a0f421eb67fb4daedc65a1cc83

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1cc49d349338db1b5cedacdcc598e4f999c32d8ed4e7c38335afbc21c103b3cb
MD5 039ec4b294882a5c17f72d27c0c887da
BLAKE2b-256 afe05afe31a801872c5328a36c3b844c69972e778bbf24600100a467a76c4c39

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2ca6bb3ba6696645d6fed4607dd5e566601558ae9a1f1936a72cc36e5b45803
MD5 15964c14d1219cc1b2de8efbb61bfc0d
BLAKE2b-256 8de93b8e098d557d1bbc0f5efa173c540b880d8221b06a8e2e568dcf065303e1

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 12de1753babd0b6bd85961707370da5d8eca70ea79422c751afe49c0fbd057f7
MD5 50022c74fa674d02da05eb80b1f546e6
BLAKE2b-256 1e35237d54b588f6dcde61eadc07b3fc214e50b036f71b83ce49a3a14fbf148e

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 174.4 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9d8071830f3d2973bb3d5bb34a4eecd8304aad5569f6d7da5a4e2a0b77dc2ad7
MD5 0ea753b8cbd4774b4e916a8fa0f8b312
BLAKE2b-256 5b52dddb500caa052d33a50beebabb5d80842530a60200fa3bf06af503faa9cf

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 167.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 67e75d0f7497792b5364aed5b88217c318898caa1bea75def315edf5223d2e78
MD5 3d006fbd2ead7789faf541fe56166dba
BLAKE2b-256 f9626df84f77c7215103d7336f157e4bd83c13ce997f169b7511d4d9c514a25f

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 914e58b7c0cf6e029e70bc55600e3b30532acd30433d7493f766c87f22ad6a2c
MD5 f0f101c538978a7bf0a611ef885b97f8
BLAKE2b-256 c9ceb961df3aa4ce9dbfb2a710556509cb65bf3ca7144d11cb3d8027e8c5a022

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14bd6d18517cc67ba7b58e52198d10b5ad8cc03e301ec60c4c0de1de0d5f83aa
MD5 40defdf2ea0838fac70c612aeab8f22e
BLAKE2b-256 4369797f8af2c584bf196a55dabed634c2b5b69bd41d6cf1c8a4a862418f11f2

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bc29661a827438c29c662314bd02bb755f555f89507a2cd6c2583d088b5240d
MD5 191cc5040a1dbd12817ebcca19a4a9a4
BLAKE2b-256 2d248afec5f6d83e40cf94b62eff86da98fcded279d7010dfda261cc9fabd0b1

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fda4ad891253607fe3661ab00a64d1a42070a6c823c3c861320e039d5964064
MD5 00e7f49b621b6ca1f6cc18ca8eddef7f
BLAKE2b-256 c9021ddf24dfcda02bfb6b00ebe8cf5911a5eb95dc74939f76530d5418f36827

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 174.9 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bc8f1afb468fa3b023a031e10ace063aed6632cd47d5a480d0ed58f25a2866dc
MD5 679aa44dcc13c915e4ec800e5816024d
BLAKE2b-256 10e3b07d8506230dc0323c77415ae771dd567dcf64be74dbe6376848c0349eec

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: arraykit-1.12.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 167.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for arraykit-1.12.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4605b364d39bae8ab174edb87b216fec595502b51199f70b36681afafe1b1fd4
MD5 3f6bbfc49b2670411023389bd56f05ab
BLAKE2b-256 a7466ce30e1454f481cb218d7a218a604ef423fc01019fb77455f24258f92728

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ea13d1bb669a539c101ce2d177f258c745e8d571e515f4a1f697276d00476920
MD5 4fe511c2e2998d87e10ba52b9968ae56
BLAKE2b-256 64cbc697526f251333bce7b97dc3f1bfc21a412a79d1a57f8b50ddfa25baa223

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13f227e6fdfdcfe391314f2e09b45d0bb0d7a82a5960a8e0aef7d19a8888437f
MD5 7e6427ceba3f125350c93b9236b7f00a
BLAKE2b-256 3f39bcf362562da19b8f92c6059b2fbf3ab1a73d4983cfd779e69a9d53675e7b

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9fee6d973ed1486f9e953ae908134d7e6c905a1193ac34576bc85750b8233179
MD5 1991dfb41474190b8599c6b7fb9c4d09
BLAKE2b-256 d6bd91e96a92ba1be6fc901f3355d46513d2f0042569ec2f0b2df08e7f0472bf

See more details on using hashes here.

File details

Details for the file arraykit-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for arraykit-1.12.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 71cdf29c426ae12922a8075bfe2f1db5e0bdf30538422caef1c02f81019ffb5e
MD5 4d48d37a4d61dc254b5f8d96c49c8a74
BLAKE2b-256 fa516d0a7e1e8e8beb010ea4f7b40a3b8226958780db88040a56be4e76cb5a70

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page