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.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.11.0.tar.gz (132.1 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.11.0-cp314-cp314t-win_amd64.whl (178.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

arraykit-1.11.0-cp314-cp314t-win32.whl (169.9 kB view details)

Uploaded CPython 3.14tWindows x86

arraykit-1.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl (673.3 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

arraykit-1.11.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (685.4 kB view details)

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

arraykit-1.11.0-cp314-cp314t-macosx_11_0_arm64.whl (184.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

arraykit-1.11.0-cp314-cp314t-macosx_10_13_x86_64.whl (196.5 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

arraykit-1.11.0-cp314-cp314-win_amd64.whl (172.3 kB view details)

Uploaded CPython 3.14Windows x86-64

arraykit-1.11.0-cp314-cp314-win32.whl (164.8 kB view details)

Uploaded CPython 3.14Windows x86

arraykit-1.11.0-cp314-cp314-musllinux_1_2_x86_64.whl (622.7 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

arraykit-1.11.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (631.5 kB view details)

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

arraykit-1.11.0-cp314-cp314-macosx_11_0_arm64.whl (180.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

arraykit-1.11.0-cp314-cp314-macosx_10_13_x86_64.whl (193.2 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

arraykit-1.11.0-cp313-cp313-win_amd64.whl (170.5 kB view details)

Uploaded CPython 3.13Windows x86-64

arraykit-1.11.0-cp313-cp313-win32.whl (163.4 kB view details)

Uploaded CPython 3.13Windows x86

arraykit-1.11.0-cp313-cp313-musllinux_1_2_x86_64.whl (623.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

arraykit-1.11.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (632.2 kB view details)

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

arraykit-1.11.0-cp313-cp313-macosx_11_0_arm64.whl (180.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

arraykit-1.11.0-cp313-cp313-macosx_10_13_x86_64.whl (192.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

arraykit-1.11.0-cp312-cp312-win_amd64.whl (170.5 kB view details)

Uploaded CPython 3.12Windows x86-64

arraykit-1.11.0-cp312-cp312-win32.whl (163.4 kB view details)

Uploaded CPython 3.12Windows x86

arraykit-1.11.0-cp312-cp312-musllinux_1_2_x86_64.whl (623.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

arraykit-1.11.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (632.5 kB view details)

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

arraykit-1.11.0-cp312-cp312-macosx_11_0_arm64.whl (180.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

arraykit-1.11.0-cp312-cp312-macosx_10_13_x86_64.whl (192.9 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

arraykit-1.11.0-cp311-cp311-win_amd64.whl (170.1 kB view details)

Uploaded CPython 3.11Windows x86-64

arraykit-1.11.0-cp311-cp311-win32.whl (162.8 kB view details)

Uploaded CPython 3.11Windows x86

arraykit-1.11.0-cp311-cp311-musllinux_1_2_x86_64.whl (608.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

arraykit-1.11.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (614.9 kB view details)

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

arraykit-1.11.0-cp311-cp311-macosx_11_0_arm64.whl (179.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

arraykit-1.11.0-cp311-cp311-macosx_10_9_x86_64.whl (192.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

arraykit-1.11.0-cp310-cp310-win_amd64.whl (170.4 kB view details)

Uploaded CPython 3.10Windows x86-64

arraykit-1.11.0-cp310-cp310-win32.whl (163.0 kB view details)

Uploaded CPython 3.10Windows x86

arraykit-1.11.0-cp310-cp310-musllinux_1_2_x86_64.whl (592.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

arraykit-1.11.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (598.1 kB view details)

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

arraykit-1.11.0-cp310-cp310-macosx_11_0_arm64.whl (180.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

arraykit-1.11.0-cp310-cp310-macosx_10_9_x86_64.whl (192.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for arraykit-1.11.0.tar.gz
Algorithm Hash digest
SHA256 dcb40b5cce41506650399057400d3178c235967ef1c2db07cd2ed473eced9e16
MD5 7f9bd7bbac7f55cdaa5b2575f5dbd65d
BLAKE2b-256 16a169b64db687cf7b126b8e405512b2f50ca1398b2cb02043127f49fea990cf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 178.4 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.11.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 13ce0a9a8bd56530633f6e3a92b7bdb6abaabd04b4443721fdf360088a9dadd5
MD5 f175a70ed1eff7548dcc588e5fcdad1d
BLAKE2b-256 26cfb60ce09ec9e28f9e02acc169f61990a35fce77836021fbff846652f1144d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 169.9 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.11.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 ccb587473119f25aaa32a4fdee158f06b547a75ef1edef1785862cdf76fbf87c
MD5 c812aed14ed12cd62d0667a536bebd34
BLAKE2b-256 b87493b73318bb823e4868fa06332fb1b57c097c1386b37cb463329999b14e4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67048a1aae7a21b02189ad115603afc168a6e42659c76ed46e93de794e186b1b
MD5 9e8147be3c155e5fd19f8cb196229e37
BLAKE2b-256 b57203dea239fc53ae0759f9a48a050d9055eadc3b740529f3ab09a9c2db987e

See more details on using hashes here.

File details

Details for the file arraykit-1.11.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.11.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb55670334996a21688c3537c1b370973dea9ff14281e7544f553209ed2c354c
MD5 2fb51fd0e34ae4210bcc338ca92c0c75
BLAKE2b-256 08850bcb01bd5f9e70f4b415f9d04f3139793f9c5811b61d8ad69a5305e949bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c16111ec40ac9f1a9fab236623ddf255c71c9b36a9bf8a62b0fe9831b26ee975
MD5 25e5898907590aed9dcab26a17276e90
BLAKE2b-256 1cd1696ef2a4d17cc6692b6c38c38120adeac0c8082883934d2167ba322b10f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fc55c25a7cfef77df8103cc05ec9ac3f4e74478f35939415a0bfc23a9920f37d
MD5 57950687f2fa341cb9033ba1d5a837cc
BLAKE2b-256 7b97a0ce7c79afcb93cf2225b65009c696d2baa837f19a7cc0652765a76eb239

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 172.3 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.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 716a4302261280862ce474997da94791933d29a05bc0bf32ffee59c6d8b7dd13
MD5 f26dc448ab0809ee571dc779b3274d6b
BLAKE2b-256 a6735677b0b4860b7aaf3d2ab835ce0d442d317216396adb35d9e83fcc02aa76

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 164.8 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.11.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 446f33020ea1c074f505c97c6576645d1ca38df7ca9ec636fad86088f7d2a26e
MD5 2b59eb65cc3048f32803537ccf6ea0c3
BLAKE2b-256 497f97c5eb8d63ef683acb4ad0683d1b3500a57270854f64450c717d09498bb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab1cb1cdf89b2ecc38de543b7e0dc3f2f302c313272aaa41a42b52bbe8984131
MD5 79afbc25c5a7d443b4de8f4d2b0df48e
BLAKE2b-256 cce975ea6d979d9cce1c7857d29c7330901d5a1db4133c80d87ae407808ed9c8

See more details on using hashes here.

File details

Details for the file arraykit-1.11.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.11.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b77daca896d9651f78ce52291a59d95b248318adadafce294c4d05eeeb800b83
MD5 48432e46a940518f37f0b60669d578aa
BLAKE2b-256 f76e10aeb232e140fb44ec7a87352011ce2a728a694993101a4d46f7fb4022f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 392574be49a874381ab7947f060f0eceef6cbdd9e721c8486ed601dd1b0edcf9
MD5 a907c05fa0cfca7404a4948dfc1be3ff
BLAKE2b-256 78f2540f04667c9cd4ff39b1d398ef8b283a693c7f5f8b38b76655db4dcb8708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5b23c12abaf65ec41a3d32c8c0eba102315304e7aefefd0d07b2f968a88b4eb3
MD5 81600b7f30452282e3466f23c6cf4288
BLAKE2b-256 a2a3680cf54a35ec4cba0d16416ff6edd7d38eff8cbb782d863730da60248f7a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 170.5 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.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1310401dec9e66ed455d7a47b30c58f7035d71c2a6913a40450c547317979034
MD5 53fc65bfbcdecdc4955d498dfebe914a
BLAKE2b-256 cc635fe5a8ba9e2a24bf9711792ab8b5bcc16e4b1b257888278476ae31494487

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 163.4 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.11.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 79c8610f2cbff09d1920bfec79c9d2c04d2b89e39ffff7bd1d3a69b4aac7c410
MD5 b9e2a3846683ea503c784827a04a6d49
BLAKE2b-256 f6398e05ec3c08c9daca44b93976aa96504122ebbe782a96e3597e6413238aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b57028ad69fc6c8d0fbad69f7c94c0ccdd059643efecf752dc8905afd2649511
MD5 9736f702e66f34d8d6f8129cbe78ef30
BLAKE2b-256 a34dce50840e65f7c2eb8ac10145d27fdf01df685844be765ef551fe5471c868

See more details on using hashes here.

File details

Details for the file arraykit-1.11.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.11.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c44ac04de05886d383cc06ea7a3d4d0f46f69c34b9f6f343e5a245fd31f0dd9
MD5 5046f55d7c4171f005a82708ddc64565
BLAKE2b-256 3c80e14c5218313930f6820acd6664dc33b696256d5f2d3c174e2265307571a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 648e06af4f04b7d11c0588b9b50a4ba100b33aa9c7f59e37bcaface6cd0cea1d
MD5 f6fabeb8203b054a3382b719cdae8b35
BLAKE2b-256 3e2d847db075ee2097b406767963c05f65efd5f42b0f288324448bb181af23bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ed55da5b99f3ace6688dc8776d2c56ce2cd3e97e2321e4a1c2539f10b0fcbbf4
MD5 f2f39220969ca80c6cd90c6a005efd6e
BLAKE2b-256 c1cc5c185e0cc7fe7506201c7fc41ffcfd7dc7d561ff0ce55540aeeee679604c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 170.5 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.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0a873b44b76d0817a105c1a4e4e04f65be92b40e2424b9b1f829f664ee97f6fc
MD5 f983c9ac3a605d845776b268b800d4aa
BLAKE2b-256 6bbb18ec76b3a29e7a23930f4cd326428f13019ad5151aa64dc166660c94f065

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 163.4 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.11.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e5a36e376d63097ae2012e1dda91bf9863846371d600d86cb2eb5a6f80304072
MD5 5ab82cca7d5f728200a21a70d6a9f7fd
BLAKE2b-256 bcf1bc9167080648de748f44fa9ce968783c8f1c887e09ecfc2bc994d7d5a131

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1a592b824f79ce6782d4ca782b79bef23df7ac17d1a5c4e7dfbeadbb81c0f32
MD5 480276b9b8e771971087acfb287db6c9
BLAKE2b-256 92462228baade1dd71a9afde7d435b3a019e36a49cc99bcd8a1a8801c9552e3b

See more details on using hashes here.

File details

Details for the file arraykit-1.11.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.11.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff2e8e6ac8ca315c7df38005e4cb1e9f186e888cf0d74fa171056bdfbaf02d5d
MD5 79716d32eacf19415045010f8cf777a2
BLAKE2b-256 82a08920b79ee46a7040784e856ed3b2e5a1ff1393178b3c80b4e2a8940b692d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9040ec8ec42c45d0ad30b5a6446c3301e8b4e2e59ade6516cbc8ea997412eec
MD5 180702e1c47e2bea25f9f01b553ccd05
BLAKE2b-256 7de566daa2f4756e621ed64ef4bf20c0da9d959c76e713e87d5412c33c38ebbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 82a051d83dd5b0b31915db079e3b1105e2b951768d66d7cd9c47d4a1ad5abe16
MD5 24743df1cd52478aa7de7ed4699067dc
BLAKE2b-256 607e892045d852f5162b580d694c8708ed7cf13af00ff0bf0fdb7aba09f16e71

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 170.1 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.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3011cb888f4fabb97080d9bcad522f47ad9ee27bdd356e4b05ec44af0db615ab
MD5 fa1b1e1b4bf64a81a8265616d3325a1d
BLAKE2b-256 96d3fdecf75ba933184e6b260dea23fed842c59e150ae8e991a90a24eae93501

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 162.8 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.11.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 ded012a6e3cd37c57f31aa178ce66097388570b50f0d1785aabc745abbea6083
MD5 023cf31b87a48a9730ca80ca9842434f
BLAKE2b-256 96734d9fc1192a38f79893276994dcc242b115d7a25e7bb63b39ea5fb374a047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0ac4ed4121570567918b1b2718ed1a3cdd15cb1f3b0e4c59849d1acfa4cc985
MD5 76e15c31fc67c488fb4cfbb008794745
BLAKE2b-256 6e5530f285e004248566478475b58b899f41d189b860a4b72e2b0b1b0e107149

See more details on using hashes here.

File details

Details for the file arraykit-1.11.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.11.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 10134c61184aa260b57bf3bfda2b3956ef4156ebe033402c78d11ee3b23b7dc7
MD5 0084ed5d9f54aa570fdabd27487cddf2
BLAKE2b-256 250b77e00cd3b86b644f78094d9a850c52c2a649bc8bc0d9229bc2642afb70be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e133e429381f9714fb07aa245371462c07050a8f5097381d4eb39cd9b96f4fb7
MD5 6a739d690273f0b634b5c0430d3ac1a7
BLAKE2b-256 e6b74da32275e318fbb950f4c1de54488f06c2bf5a185759abc598f68454f4ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5dfa9315deac7726399f494b8bfd3ebd0d5d1711ff6d2e72daee319960fd064
MD5 7d2505d5d9f758b269bd9e00f1b12fbf
BLAKE2b-256 fc7ef3dc2b46b8387b77bbb503d82615895ca499faa8ee79176cfce389c7f4b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 170.4 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.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c7204012553c3b32078f0bc9a667c636f29e6a6efc8d720a97691bdc1b04bd00
MD5 a49c48a09ea2fb5f8d7414180be81b31
BLAKE2b-256 5f145bd7c79db27c8fead55e6eb344fa4a254c095ffcfdb477aa1f04c94695a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.11.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 163.0 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.11.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d19ddae13648990f51ee4949cd0245e8d140ebee10be86609e335797d6e877b0
MD5 643102f9a749ebf8d360f7d244c8accd
BLAKE2b-256 11f8e6059a0b6d06b2e86ff641cf9c0ec79db30ffc4a57042955b229a303d8a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 865f7171b68841b673deb5bd3b2eadf8d3243d7760bce459743a5294f346bcc2
MD5 513a04d74004fbd175760fe34865c1ec
BLAKE2b-256 711c3e6927eceeb1827459c9a392b085176ba1ba5db742550c0b734090e43616

See more details on using hashes here.

File details

Details for the file arraykit-1.11.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.11.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 112b9b32f51c4ac5b0a4a016643997f45c86dd91535922742cd8d6b2a52edb3c
MD5 7e8221af55b5fdc99cf95e4d3b7b3263
BLAKE2b-256 0c5dfc241718720a3bb229c6a14b26e68d6606930fa617ed7663ff03e3c04143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 552368ecd3f40e92bef7026fc2de1a67a613f1b809b14b787ec117eacb8ef8e7
MD5 cb264870701957a70ea1cb09291395f7
BLAKE2b-256 ddf4ff4c5ec4435f440f04d8579423bcf053f01e390df6a27d01f09c7a5ffcde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.11.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4bcfe9be0addeaf0547d11f25b3e5aab060ba2d263e487f56ddb281b85aa0f4
MD5 4383ac57575e32a2de1dc2ac2ff24d4e
BLAKE2b-256 d071d8061674d29862ae1e8e183e72372cfaf3c8f571ef8e8ee81c5540b4e8b1

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