tensorstore 0.1.78


pip install tensorstore

  Latest version

Released: Oct 06, 2025


Meta
Author: TensorStore Team
Requires Python: >=3.10

Classifiers

Development Status
  • 5 - Production/Stable

License
  • OSI Approved :: Apache Software License

Topic
  • Software Development :: Libraries

TensorStore

License PyPI Build Docs

TensorStore is an open-source C++ and Python software library designed for storage and manipulation of large multi-dimensional arrays that:

  • Provides advanced, fully composable indexing operations and virtual views.

  • Provides a uniform API for reading and writing multiple array formats, including zarr and N5.

  • Natively supports multiple storage systems, such as local and network filesystems, Google Cloud Storage, Amazon S3-compatible object stores, HTTP servers, and in-memory storage.

  • Offers an asynchronous API to enable high-throughput access even to high-latency remote storage.

  • Supports read caching and transactions, with strong atomicity, isolation, consistency, and durability (ACID) guarantees.

  • Supports safe, efficient access from multiple processes and machines via optimistic concurrency.

Documentation and installation instructions are at https://google.github.io/tensorstore.

Getting Started

To get started using the TensorStore Python API, you can install the tensorstore PyPI package using:

pip install tensorstore

Refer to the tutorials and API documentation, or the announcement on the Google Research Blog for more details.

This is not an officially supported Google product.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0.1.78 Oct 06, 2025
0.1.77 Sep 20, 2025
0.1.76 Jul 02, 2025
0.1.75 May 14, 2025
0.1.74 Apr 24, 2025
0.1.73 Mar 29, 2025
0.1.72 Feb 21, 2025
0.1.71 Dec 11, 2024
0.1.69 Nov 25, 2024
0.1.68 Nov 14, 2024
0.1.67 Oct 25, 2024
0.1.66 Sep 26, 2024
0.1.65 Sep 06, 2024
0.1.64 Aug 01, 2024
0.1.63 Jun 22, 2024
0.1.62 Jun 17, 2024
0.1.61 Jun 10, 2024
0.1.60 May 29, 2024
0.1.59 May 07, 2024
0.1.58 Apr 26, 2024
0.1.57 Apr 25, 2024
0.1.56 Mar 16, 2024
0.1.55 Mar 14, 2024
0.1.54 Feb 24, 2024
0.1.53 Feb 04, 2024
0.1.52 Jan 05, 2024
0.1.51 Dec 04, 2023
0.1.50 Nov 15, 2023
0.1.49 Nov 12, 2023
0.1.48 Nov 09, 2023
0.1.47 Nov 02, 2023
0.1.46 Oct 18, 2023
0.1.45 Sep 29, 2023
0.1.44 Sep 21, 2023
0.1.43 Sep 15, 2023
0.1.42 Sep 08, 2023
0.1.41 Aug 09, 2023
0.1.40 Jul 01, 2023
0.1.39 Jun 22, 2023
0.1.38 Jun 16, 2023
0.1.37 May 24, 2023
0.1.36 Apr 20, 2023
0.1.35 Mar 28, 2023
0.1.33 Feb 28, 2023
0.1.32 Feb 14, 2023
0.1.31 Feb 02, 2023
0.1.30 Jan 07, 2023
0.1.28 Nov 08, 2022
0.1.27 Oct 07, 2022
0.1.26 Sep 26, 2022
0.1.25 Sep 22, 2022
0.1.24 Sep 16, 2022
0.1.23 Aug 31, 2022
0.1.22 Aug 02, 2022
0.1.21 Jul 07, 2022
0.1.20 Apr 27, 2022
0.1.19 Apr 23, 2022
0.1.18 Feb 28, 2022
0.1.17 Jan 21, 2022
0.1.16 Jan 05, 2022
0.1.15 Dec 15, 2021
0.1.14 Dec 05, 2021
0.1.13 Jul 26, 2021
0.1.12 Jun 09, 2021
0.1.11 May 28, 2021
0.1.10 Jan 30, 2021
0.1.9 Jan 13, 2021
0.1.8 Dec 01, 2020
0.1.7 Oct 10, 2020
0.1.6 Aug 26, 2020
0.1.5 Jul 31, 2020
0.1.4 Jul 31, 2020
0.1.3 Jul 29, 2020
0.1.2 May 28, 2020
0.1.1 Apr 29, 2020
0.1.0 Apr 03, 2020

Wheel compatibility matrix

Platform CPython 3.10 CPython 3.11 CPython 3.12 CPython 3.13
macosx_10_14_x86_64
macosx_11_0_arm64
manylinux_2_27_aarch64
manylinux_2_27_x86_64
manylinux_2_28_aarch64
manylinux_2_28_x86_64
win_amd64

Files in release

Extras: None
Dependencies:
numpy (>=1.22.0)
ml_dtypes (>=0.5.0)