Skip to main content

A repository containing some experimental packages and enhancements for yt

Project description

yt_experiments

The yt_experiments package is a home for rapid prototyping of ideas that don't quite fit into the existing yt-Project ecosystem or would benefit from some community testing before being merged to yt.

Current experimental features:

OctTree conversion tools

OctTree, imported with

from yt_experiments.octree.converter import OctTree

can be used to create an Octree of cells then convert it into a format yt can ingest.

Tiled Arbitrary Grids and Image Pyramids

The YTTiledArbitraryGrid, YTArbitraryGridOctPyramid and YTArbitraryGridPyramid data objects allow creation of larger-than-memory fixed resolution arrays for fields from yt datasets by tiling together YTArbitraryGrid objects.

Import with

from yt_experiments.tiled_grid import (
    YTArbitraryGridOctPyramid,
    YTArbitraryGridPyramid,
    YTTiledArbitraryGrid,
)

and see the example notebook here for usage demonstrating how to convert yt field data to on-disk zarr arrays, including generation of a zarr image pyramid.

Contributing

Contributions are welcome and generally follow the same principles as main yt, including the Community Code of Conduct.

We'll try to review contributions quickly and cut new releases as new features are merged to make them accesible to the community as soon as possible.

Not sure your idea fits here or in one of the other yt Project packages? Reach out on slack (instructions for joining are here) or open an issue.

Project details


Download files

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

Source Distribution

yt_experiments-0.2.2.tar.gz (13.3 kB view details)

Uploaded Source

Built Distributions

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

yt_experiments-0.2.2-cp313-cp313-win_amd64.whl (107.3 kB view details)

Uploaded CPython 3.13Windows x86-64

yt_experiments-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

yt_experiments-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (685.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.2-cp313-cp313-macosx_11_0_arm64.whl (113.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

yt_experiments-0.2.2-cp313-cp313-macosx_10_13_x86_64.whl (121.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

yt_experiments-0.2.2-cp312-cp312-win_amd64.whl (107.6 kB view details)

Uploaded CPython 3.12Windows x86-64

yt_experiments-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

yt_experiments-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (688.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.2-cp312-cp312-macosx_11_0_arm64.whl (114.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

yt_experiments-0.2.2-cp312-cp312-macosx_10_13_x86_64.whl (123.5 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

yt_experiments-0.2.2-cp311-cp311-win_amd64.whl (106.7 kB view details)

Uploaded CPython 3.11Windows x86-64

yt_experiments-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

yt_experiments-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (690.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.2-cp311-cp311-macosx_11_0_arm64.whl (113.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

yt_experiments-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl (121.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

yt_experiments-0.2.2-cp310-cp310-win_amd64.whl (106.5 kB view details)

Uploaded CPython 3.10Windows x86-64

yt_experiments-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

yt_experiments-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (641.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.2-cp310-cp310-macosx_11_0_arm64.whl (113.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

yt_experiments-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl (121.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file yt_experiments-0.2.2.tar.gz.

File metadata

  • Download URL: yt_experiments-0.2.2.tar.gz
  • Upload date:
  • Size: 13.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for yt_experiments-0.2.2.tar.gz
Algorithm Hash digest
SHA256 3156943caed95f8aa4268a5d723cb605d45b9363486728f52439a369f7d5a7b6
MD5 0fd3405b1296dc959182081379f7edae
BLAKE2b-256 fe8a34f739dd6d41535c130b2292b91f0fc4724f62f04613b3fd5d3b3856bf46

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2.tar.gz:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 28ac60453c58e685b26865d0e17e732a4b2fb809ff7ae06737567bccb83823f0
MD5 2b819967f0291cb508916d7471434d6c
BLAKE2b-256 482b866d81799f0e9ab50e980a9529bd05ab58b7e1ab74feeb5fa2707e5c889a

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp313-cp313-win_amd64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbc6e5f208932500345c25d93a9d33f1ff33a685c18739c50aced9452e04987d
MD5 20f4f022ecd113da6876774ec13e51e0
BLAKE2b-256 eadaf558161f3a710aaf9b67969cad72470715a417f7533162be5ec9a0ccef32

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56cc65841ad31bc805b4989dbeabcbf500310db5123170880c6622d2c5ab7b49
MD5 e56bf8c739d2c989aa38ea9168826e41
BLAKE2b-256 e556cd96dc2d9b3fe5c1e8be1ff401ca7d28379a3d92de054a678addffa3e9d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d7c10d729a679788b797fe1ac6e255b81cef539cf4a43fc5a27faaa4bbee1a2c
MD5 9310d4a5d921ea5c0ab0a0a14cd78f8b
BLAKE2b-256 258bbe3de5287fd915d5b2813b137e9420782e6a883026a16715dd95574410ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 c714e7f87ddeabcdd6d5dbad82dd0beb40a16a9115cf302cd66bb14e9cb6e08d
MD5 acf63e99b1878b7e5c843720ad373921
BLAKE2b-256 531249b2809899f578ab288248101bb7125fd4cb71758312ef5ae77cd110c5f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 95f99ee8966514c85b93b0266f315440ac38c9b5237d59aa7e792d4c679567c0
MD5 78009951dd9e9a339cda08d1630ded3e
BLAKE2b-256 b9ea136f398ad3e02e6672fc057e5c8bed5507acd5c4bde7de06e201b28e5049

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp312-cp312-win_amd64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e089025cd09c8e558c47e689489bbbfc862c64d7b00ebeafb456fe7537f2c955
MD5 8d1aa25e9398bb0242f0bd1f0ca81411
BLAKE2b-256 3b72064a9baff022e6a05093c64b4e004162fd6e7e12007ed0d1c82f834f3891

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6a88cd59a998352177ad67ce6b652cbc470f5ab16f4ab26d389932d89bac1c3
MD5 277b377e8291048678dd849d3230f670
BLAKE2b-256 cf6a835c75fb110d1c76c5dba2241f42c299f3cd022ea29bfb62b2e683d171df

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e6eedab119060d33796b7b4cfd719c970a623abe264d78de2a73b1f72529290
MD5 a4be6191f5767f031029b85e5c21e45a
BLAKE2b-256 9824a73257f23d2e0245c4c264267a30c221bf260b7b05824a2797ab327e63f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 86e411c3d149735bc5d92d96cbf0af58d4362a6acb740642ee83baf406afb3d2
MD5 1048787115d6d7b7a728f8abd286a4a0
BLAKE2b-256 d18c53a61659186f9718d6716406754c91f44caafd74692681cc7baf53ff5d91

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 532c29609a3154f62724d91ec529add7256a12648c4b6da2fba99dc52a6a527e
MD5 9a9d72e8207ff70085374db54e7eb143
BLAKE2b-256 daed54411157789e32cf0d33606fc3f2266b448ed690f3990f72f8c09391dc0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp311-cp311-win_amd64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d263a92392be6448f619cacd16c640f00e7e137e9bc4f7ff8ac5bfd1c449a2f
MD5 bc2af0a9fd40a4186213d3c2565f139b
BLAKE2b-256 a5c8452c83fa051aaf649b48edbf7d9ed7a39311d259badbbf96371d2b490be0

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f275c74c2a110ec939fdf001136e7d8b5b8f377b3e511555dfb2e62005310abc
MD5 2b0469e1259153649b7cbb6c425f704c
BLAKE2b-256 bacf99dc1b16c93fd9fec5d39da759ca11c97caf9e18a46f62d16f24c24f0f11

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03d7aace112fc78e1364843e6653845d5e259005fc66b3cdf983264391d4381b
MD5 b563d441856f7e4c2132ca4ce9389965
BLAKE2b-256 17147257b5432956034f6ef01fdd8d8633670927eef7154bb999bb05ad4995b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d94ef0fc8f6cb5538b4ceb343808d31b3ea4c91d2c5d4aa0783d2ada51ab0746
MD5 59b620be84e7f6c44323fbdbecd74611
BLAKE2b-256 32828ac1793c7141549b711958c1673f9528b8d0d0d4b1ed9de526b680948bf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c677208b6af503eebe12ec064e097db44fabf7294420edf4dfbe2d2714b42f40
MD5 27bb666d3918202508ab586de13dc50c
BLAKE2b-256 6b136055fd15d8a2d1a14766e96abf19b9c0642c4ed60878420048d5ee38484f

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp310-cp310-win_amd64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19f9bc28a2a7b912eca01dd6cbe8b90f2a9ff2fcee3160453499c36a05a3c76a
MD5 d5df372c99af19b0269b4c5c35abb4cf
BLAKE2b-256 d8d42f4080534b9be1edf2a74219760cc8525b663122dad7b53f167c9964b958

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c06d8f7207e961a9ed5d578f245f44ad2d47323405a17041ccedcdd40afbf69
MD5 6d00227b7ad8eb0a996de89e7fbad583
BLAKE2b-256 d712420ac1dc79c3d7a63a77f24a0cb7094e5450e1a28cf76bc7d93e39c11d48

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27af8cde26453d3211b8e0aa46e50dcd2615b22352d233103eb8e68579132232
MD5 590e6997099ee6e1ff64bc250e13bf8b
BLAKE2b-256 6405d305b059834beb6de244b7e7414fb49d43cb17a9c013beb5a27e317dd749

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file yt_experiments-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 38982d448d45c9df68f509e9cd9a010c308a7985cf3a1b4dde26487d7726e04f
MD5 f1c74ffa0ae066e13fc9c3b808050978
BLAKE2b-256 a217f0edcf10372da42dbcd0fd9cd611d668aec218de3945c500f3accece2162

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yaml on yt-project/yt_experiments

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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