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.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.9.0.tar.gz (127.4 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.9.0-cp314-cp314t-win_amd64.whl (174.5 kB view details)

Uploaded CPython 3.14tWindows x86-64

arraykit-1.9.0-cp314-cp314t-win32.whl (165.8 kB view details)

Uploaded CPython 3.14tWindows x86

arraykit-1.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl (662.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

arraykit-1.9.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (675.1 kB view details)

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

arraykit-1.9.0-cp314-cp314t-macosx_11_0_arm64.whl (180.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

arraykit-1.9.0-cp314-cp314t-macosx_10_13_x86_64.whl (192.1 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

arraykit-1.9.0-cp314-cp314-win_amd64.whl (168.4 kB view details)

Uploaded CPython 3.14Windows x86-64

arraykit-1.9.0-cp314-cp314-win32.whl (161.0 kB view details)

Uploaded CPython 3.14Windows x86

arraykit-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl (613.0 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

arraykit-1.9.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (621.2 kB view details)

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

arraykit-1.9.0-cp314-cp314-macosx_11_0_arm64.whl (176.1 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

arraykit-1.9.0-cp314-cp314-macosx_10_13_x86_64.whl (188.8 kB view details)

Uploaded CPython 3.14macOS 10.13+ x86-64

arraykit-1.9.0-cp313-cp313-win_amd64.whl (166.8 kB view details)

Uploaded CPython 3.13Windows x86-64

arraykit-1.9.0-cp313-cp313-win32.whl (159.4 kB view details)

Uploaded CPython 3.13Windows x86

arraykit-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (613.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

arraykit-1.9.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (622.0 kB view details)

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

arraykit-1.9.0-cp313-cp313-macosx_11_0_arm64.whl (176.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

arraykit-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl (188.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

arraykit-1.9.0-cp312-cp312-win_amd64.whl (166.8 kB view details)

Uploaded CPython 3.12Windows x86-64

arraykit-1.9.0-cp312-cp312-win32.whl (159.4 kB view details)

Uploaded CPython 3.12Windows x86

arraykit-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (613.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

arraykit-1.9.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (622.4 kB view details)

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

arraykit-1.9.0-cp312-cp312-macosx_11_0_arm64.whl (176.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

arraykit-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl (188.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

arraykit-1.9.0-cp311-cp311-win_amd64.whl (166.4 kB view details)

Uploaded CPython 3.11Windows x86-64

arraykit-1.9.0-cp311-cp311-win32.whl (158.9 kB view details)

Uploaded CPython 3.11Windows x86

arraykit-1.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (597.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

arraykit-1.9.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (605.5 kB view details)

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

arraykit-1.9.0-cp311-cp311-macosx_11_0_arm64.whl (175.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

arraykit-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl (188.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

arraykit-1.9.0-cp310-cp310-win_amd64.whl (166.7 kB view details)

Uploaded CPython 3.10Windows x86-64

arraykit-1.9.0-cp310-cp310-win32.whl (159.0 kB view details)

Uploaded CPython 3.10Windows x86

arraykit-1.9.0-cp310-cp310-musllinux_1_2_x86_64.whl (582.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

arraykit-1.9.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (587.9 kB view details)

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

arraykit-1.9.0-cp310-cp310-macosx_11_0_arm64.whl (176.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

arraykit-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl (188.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for arraykit-1.9.0.tar.gz
Algorithm Hash digest
SHA256 9686e9b7972dc488bfe94d1989c2bf861360c43175e9a6eb3ed861a274643c46
MD5 267d898f1bd80a4789ddfc1495d37fdd
BLAKE2b-256 3807aed44e8396511952c3e8eb2a8812be9b537eaa4325d43af81a241340bdaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 174.5 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.9.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 51d7e5240954a0ee0290534e84e590162bcd25c408dcfc2933cbc3773e35b74e
MD5 977381d5363e574b3e700ec8c6f72421
BLAKE2b-256 4ed351762d4abd93a90b694cfa4c95f641fee83832c227b23b364e7616dfbe44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 165.8 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.9.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 7ce7ef5a14d3a87c74dfcb5e3c4899f013a84b14dab005e2fc24b91b2b9fff47
MD5 e067bc523d5e036a6077adc8caf8331d
BLAKE2b-256 c58d427e15bbc8deb132ce547f26f9282c9aa2ccaa1b307f39fa21db7e91b48b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a0dc51e997816667566912ecd1f30156ae9d7690b753e85017ac93d884ed5bc
MD5 c1eabbbf2c8405bc0039931239ec6368
BLAKE2b-256 dbcbedd4dde3d802943bcebcc70f431e6301692666a1ec142f3901444183fd7c

See more details on using hashes here.

File details

Details for the file arraykit-1.9.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.9.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91bb5e22dd537408f6931bb2ea4d472641b7e526cf3965c435a1a302454e640e
MD5 c1c5d121b7c04c86c61a72e9d0d58701
BLAKE2b-256 a437678b9cef2212c6f6c150fc5cdf12d5446a83c47e8ea93a7db2ad6e672e86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92a1337e17335eec3ddfc11fec08bea04a923962fdb5a12fef36241017d78409
MD5 84bf0525cc0c8ad06770cfaea0fdc814
BLAKE2b-256 677c5406038330f898309c5614a46d531d64f13196bff8bc8a17a6d5155bd9c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6db7f308ca428971757589582c557bb0b049c66bd221919b2c9f653dabb5c1be
MD5 df78e6c9883b36dd6e638da2e77b03ee
BLAKE2b-256 5dbb0e38944630888e86af5cf0b5271a7d5a91902aa2d32edabbcdb7faff9cac

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 168.4 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.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 414243fad09165c82e9f4abadaa710cf05f17624bd16a274f5077071b532e4ab
MD5 333300efa97c139a7d03404b85f05dd4
BLAKE2b-256 86888d86f8b3b062259aa575db374bdeac87ec27441c123eb9c0867615de9079

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 161.0 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.9.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3a28216628b025fdf0df965cf55e79fbf6be8e86cb2fcd63c37c4e6bd5639341
MD5 9010d497011d32169883404b3be99879
BLAKE2b-256 1efe1388517cce9f269e78c7c21ca49c6dd7316c0b64e9f736e4b53c5c8b4b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 af271c8b866ee74eefd50ce0f67031f921105a2d1e6157be272d913db2eb2e89
MD5 9b857586b65cf8e67810c6c24ba16f66
BLAKE2b-256 98a493ee680e15b8da96f08df01583944c33fdf8f2c3c160a1d40645fda7fd8d

See more details on using hashes here.

File details

Details for the file arraykit-1.9.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.9.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab8f6039783a1d5a33c2a015b7139aafdbe6d032f336b2beef295f1354603fe6
MD5 8e997505cc7179465d6f8917573a54d7
BLAKE2b-256 4471527146c898708db8dc5fc0cea82bc2dff15de577d7bff51d076e8dc7887d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5598425bb1c9c3631b13ff2f42a476942464f9cf52b3cc2c89f72f7da9ad9ae4
MD5 145ff696ef5f70ed462eb0a744658c23
BLAKE2b-256 c4d2576462ab113158552bd68b31fb7d529d7f2589815e56e9a724fd89ce1d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp314-cp314-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 d7e75561d1f20bbc168f506e3eb770e826293eb9794406e4a3e966ec41ee40fc
MD5 4417a58551134e061c143767aee13b18
BLAKE2b-256 ea5ced6bf5afc523b946640443ae8927a0e3020ccdce88e259c28dda47dbd330

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 166.8 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.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f423083716ec9c2e0cb5a380bf9beb2a2535cfb784a7ed583d11dd5d92e30ac0
MD5 5c0294ef880355a3e42f14ff1e0d0d6e
BLAKE2b-256 4626cde91ececc37ed77aa6816e12b379c0dd25d8c0b6b27c7ccd6dba9376e37

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 159.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.9.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 300e9a5b283d2124e39609cd61e3b7150a5ced4b1765987dfddc7b01d0467442
MD5 48fca9bab7336733b562d49594173c6b
BLAKE2b-256 5c73ee5a7d11b9ba5e45ae555cb769427c0a55307db9b2f4666bb96326dc68e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a529eb5f2e4ee118285aa49d3f593872276d0ab709921cb16fe41c333a5186b0
MD5 39e59977d86839fb19f338eaee219cd2
BLAKE2b-256 ef882fe12f8b1dba9c1789bbef1dd76b9d575e88b3cc87da7f732fc9961a2ce3

See more details on using hashes here.

File details

Details for the file arraykit-1.9.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.9.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1c766e72c4b134f8906fb11dc0ad0ec041e1125dc668a195adf518146ce9d5f
MD5 1121227ca69ffe4a7e4a7cfb7ab508ff
BLAKE2b-256 47f656cc498b2aaf125e13d7acd6f7af82c12f7daf0e81deade9f8dd3ef33d85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 864aaa4265eb24a55dfbcf75b1d15825ddf25e89a1d1d0913e7b65dc79cfcbf1
MD5 5824b105bb811eb516179a03fd43b66a
BLAKE2b-256 737fcc6474891eab9ffb8518211e562c44ab85f743bab3a920c99323e54c66cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 18a149e7551abd0256845e3e8766dfb9da376c34b20ecc871ce2e31ae19ce325
MD5 0487de83d0bbfdb29401774d26301741
BLAKE2b-256 7840c5cb5e117335b86e3ea42351ad107743866606c7e121ce5e60e9a21a72e3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 166.8 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.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 028e3d50a1b2408e311c867ce0d76d8186fe9623c85ca046a1006abfe48efc5c
MD5 78a2643b3c47e6c40b5330cbb63a7e57
BLAKE2b-256 8b187706ff570502fd2ec3579559d613336b3233fa9b104cb5555eb6482a0695

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 159.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.9.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9902388e95fd53c0e799913fbdd651eced9cd58afd6bb343f7e1a04ea681cdc4
MD5 fd3a89b12ae8f2988d7abf21e44641a8
BLAKE2b-256 be4663564c7e4f507aabe61cafc1dad0847ea93a4c62e36156c4266ef4c40072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3e025ae2e5e9e29b430fae78bf176bb8b85e184b12ea7cc287cc5fe5b0d3561e
MD5 a748a4595c8aa2300e9e56c777ccdc20
BLAKE2b-256 9db497dca62bf659bc98c04faece4f0fb9daaab7991eb199fa7a7d247b703c90

See more details on using hashes here.

File details

Details for the file arraykit-1.9.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.9.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3645c1393e9c99f63930adf09504f62cfadeb38f50c07bcf57c9eb1a9a24d4ca
MD5 d7b951d4f40ace39b835a6541786670f
BLAKE2b-256 7418af33272ddc111e1a6eb4f12af1fc9f8a69a18bfd8bf8d3135171c275642c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70e981664a2f7c6132a2f5ff2d2c4f19f882a864be98580b5f71b5ac29a93f77
MD5 7400302caa743e1b5db8870b7d90442b
BLAKE2b-256 de12eef8a6704484d1574b0c5e7e596f3db9d345f982f106318c979ad8da227f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a5d9657015e629861e12c484d5efc24ccc6f32b8de33e4480e54310f0633758f
MD5 b956f5793446364d025d1d5612c4aa54
BLAKE2b-256 ec287b91c19a25d6a0a8790d94fe74d6bb8e97046804464f8d15a0f57345149a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 166.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.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7b073516c7dc42ea26046e2ebc8da095eeba475eee85d532d5a0db13d91faa17
MD5 6b750e7326a000cc359ab81844824f30
BLAKE2b-256 b304454f5c845ca283d55fcc24ea3d632af9c0450b2de7ffa487212c427cf7a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 158.9 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.9.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d2651e44cf955e940db022db074c4edcd0f5c923a8a5b66b3191e3041dd54200
MD5 5d948f721c87f94ad68f2e98fdb644c8
BLAKE2b-256 1a90632da6a05777419ebe20f5202d9143acdac0830ac938bc708c4b57aa7ee5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5dd991d61c01a66650c53be46e5dcb26ee2c7132895096d4db6bfe7d997a84e
MD5 6adaa162ec20d3688642986bb60f52f9
BLAKE2b-256 79e6564b3fa54980e0dc2033cb0f059283a3c013dd38d37ea85ff310dc0f0dec

See more details on using hashes here.

File details

Details for the file arraykit-1.9.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.9.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77ad56b668c700ffc5c72a2c4c9930e066b8ea226b52907d0808cbf03214e56b
MD5 6e06851bebb8cceb5e1e38d64be5ecfd
BLAKE2b-256 7fa84cb9f6b795fa104b5c9afda560347292059b2d680a795e4933735de72f05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c952599f2ebd9fc11fab51bd7514e915d10f65a33a3c0a8bc36a3f112a7455e
MD5 2960678f864b9772e67fdcd3a8e17502
BLAKE2b-256 b72e938974dfbe5a4f52037ceea1843042a73f0c70b8512d7798abb20e763c02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5adf42a5b8761e49cd402bd0b53b379bf25106cfd2dd51f949a6197a7e33229d
MD5 6ac43eedcde3ff2a7fbbc1e15e5b53e0
BLAKE2b-256 d0e0e7043795322061b4792cf345b2d409d1db327d15bad225150fc9cfa3124e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 166.7 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.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 99e31f2ecb1bbb14ab088379597beee85fb080d6ffbac587a360be3324fb924d
MD5 a11ab0facde68bcf7bbf91c4891da7f7
BLAKE2b-256 871626608d503dbe78f62cda524d64cf1a6b8f129c1b43ceebee53b574b4ac04

See more details on using hashes here.

File details

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

File metadata

  • Download URL: arraykit-1.9.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 159.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.9.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6a6c613fbdb8fafccafbe9c5e33a640a57e8e20a64b725e9d4c6c378f178b7e5
MD5 b08a6a4ff1305482288e4fa64a5d5b10
BLAKE2b-256 feb56f6382f4a4ef6d8f595ba61bbb7099e8e45efa05c6202e49f296276b6b94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e00195139a2f6bfd3e988aa0c32ab992c00c81f781fb074899453b7146ea1f80
MD5 d12f72aa521b3aa181a861862b9e30f3
BLAKE2b-256 5bcebcdf3e671d4842730c9a1b0153a757c91bc3f274a2ddcddc96b51d3b78bb

See more details on using hashes here.

File details

Details for the file arraykit-1.9.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.9.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94bbd87e5dc91e095b7a6b43e2e33d9e09553e0621e033ea09a6985af0f39e6e
MD5 131a63f880aaa57ca48d41fd4e052f59
BLAKE2b-256 91fd2dce73828997fcc960c0dac3e03e7c0dbed1084733916a03e7ecaf601e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c693c49c5ebae71f7ff79c48d5074aa2c762e2b1bbf9a45ee7894b4792eb50c3
MD5 cde1078a57c3459089a8835770556bc8
BLAKE2b-256 80af6d3a861e0fe954afeeaf68d4e0a3049af819df8c4510d6648cc670c3da4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for arraykit-1.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eedc09146769a868e8930213efeb86875eb7b4006d8752c2e940dbe540da84c4
MD5 9adfc6aa781dd507a4328fb790534bb0
BLAKE2b-256 04bdcb82fed0f58186695661b3eda256b8e108e821e89e48d196651688c213ee

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