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.1.tar.gz (7.7 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.1-cp313-cp313-win_amd64.whl (100.6 kB view details)

Uploaded CPython 3.13Windows x86-64

yt_experiments-0.2.1-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.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (677.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.1-cp313-cp313-macosx_11_0_arm64.whl (106.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

yt_experiments-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl (114.8 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

yt_experiments-0.2.1-cp312-cp312-win_amd64.whl (100.9 kB view details)

Uploaded CPython 3.12Windows x86-64

yt_experiments-0.2.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (681.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.1-cp312-cp312-macosx_11_0_arm64.whl (107.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

yt_experiments-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl (116.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

yt_experiments-0.2.1-cp311-cp311-win_amd64.whl (100.1 kB view details)

Uploaded CPython 3.11Windows x86-64

yt_experiments-0.2.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (683.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.1-cp311-cp311-macosx_11_0_arm64.whl (106.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

yt_experiments-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl (114.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

yt_experiments-0.2.1-cp310-cp310-win_amd64.whl (99.9 kB view details)

Uploaded CPython 3.10Windows x86-64

yt_experiments-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

yt_experiments-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (634.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

yt_experiments-0.2.1-cp310-cp310-macosx_11_0_arm64.whl (106.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

yt_experiments-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl (114.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: yt_experiments-0.2.1.tar.gz
  • Upload date:
  • Size: 7.7 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.1.tar.gz
Algorithm Hash digest
SHA256 2e045abc093555a7a77bc35815edca9f859b09f8d0c562a8e31ab0cf2de74484
MD5 fbfdc2b47915670e34e8edca25e512e3
BLAKE2b-256 1aca76d6ece9faebb54595c37a8452cf9848ff0c67067846c9712dfd48cf737c

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1.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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ff8b532ff246a7e59fa801cbb5647616325b9aef05947aaaa18c35414febb0d4
MD5 61ac441208a3ffaa2c891a741e3e19f5
BLAKE2b-256 1667633fed887e07299bb42e441495e1a9833cd0f740000b17f654b8e234da2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77376ebd1976085417613b6d094ac07d0202478324ee7bd69980c72404b12025
MD5 4e281cab388f1de00cf6518925a69229
BLAKE2b-256 9d9e1f31d2b85d1d76d954c461d81a5a76b0c18c2db125ca9f57c96ad2154210

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a98fff91f741dabf2bb9062d92400268817fc1b9e2b13ed4ecd9840110be5d5
MD5 87659d119883d2886dac6182b819a0fd
BLAKE2b-256 ec56eae4f404c656d684c232fe4665d201a6f39fd03d38f1b300fc085abe61f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5c64fa3d44d22178078135cc2f3fcfcc4307f8cb093ef8666fdd7dc743986b50
MD5 3b316c55e61bf73bb885eee6dd760d93
BLAKE2b-256 156859216f2a9da1e6a00c23d9509c308a11b48fef4127cfa98978a25abdbb84

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5d67413c96316f470017aa4d2eaa7bbc0717c55b987abe7a605204affa7f7443
MD5 4042a8b12bad16df166733e81c7ee14c
BLAKE2b-256 91e6a1c6d12a3141a9fe3ae4b54987ff9a117f79655a4b78b802dddb6bf65594

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3d19e7c3ddca318690d11b7fbd796f6f6829a297c8d1ba3eecc5cf7dbca99c19
MD5 fc5468a1815a7d50ce7c161f700673d9
BLAKE2b-256 9800648b31861cf25f31de02e33707d8e4510aeff4518eac5776cde5d06ef5df

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2879740539537b829ccac1677a0b157850fce5ef2c594b9040f9e5c979ae5922
MD5 d784fc27085076e643f545992eee8774
BLAKE2b-256 f4694dc6063bf652888dc6a9511131148bf7a309acff7233ce2f3a08c14f11fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7a5243e81a8410d561c955608967e61a117d3f0df5a8507c4395f0a5d95392cc
MD5 e01a395d55ee2041b9e8eedf0780ec71
BLAKE2b-256 7f4ab8a987cd3ae7c4b392a7702ecb38593b757b0e12609d293b59b1f159e772

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4aa8d229465527abb7e17993d8cfc74596f08bff35e4beb4d31e1987fa3374db
MD5 d6ebdf99f6483606fdd58b42b8895447
BLAKE2b-256 c282cfd415fe2cebb0f84c133396740cf7327405a28903dd155a7457cafff7bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f11ace57a33c4b6c209e9e1a0110b1a5ab1bf931df659e75de09a5ec2294d12a
MD5 27beb6252719224c07c22e48fe5a2938
BLAKE2b-256 9f7a04b4b902265b67ca16a10377fc40ff34a603d3f377814b319b7be1c88db8

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fd820e3266b1999ea7f068944a89edcc89cd7e30d153edc1f45ad98f3505e365
MD5 44f2ae78653410b9e8536db6953e3810
BLAKE2b-256 c5535be0f7b8d025285e8c4ad5737de4a7d70c3cda73801d9e7cd41bb5a7b8c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d12eb12a7ed9f8d0e3b9474bec8ed6b7b10c32673f98cd7af785581ce82f2f03
MD5 015174bfa5debaf8c442ab24a8664e85
BLAKE2b-256 c777ef8fb572be85448c0f390dd9e34c5b6683fc97c5c9f493578ab7b8806f30

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 652e1f52fde5c1e5c84ad33212d9402496f22bca85aa2a8439ccff29f6fadf1a
MD5 9a189a0855f0abddcf2a54b6739bd1f5
BLAKE2b-256 2de0148d4f5f57f2169ad0037d9f9c04f4363ef1323f1caad9c7dc0641609781

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d68b39a7e408bbf046c786200b4b61e980a0533cd431c2e9c0280edafe214f90
MD5 4b3e041f5bd14c59270ecd695e66151f
BLAKE2b-256 393605643bc19d54869e54bf752af73e8807a4ddfa1cf8677629fc45934958e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f21332406cc850e32188ab63e5aed566f51d0bdfbd2088acdbef2c781e31243f
MD5 683eaf29526bb70b2c2c101f7271b030
BLAKE2b-256 8b4231567f0434c6c26ebb6766cbace79d93a7d15dd3ffe11ec1ab2d44ad24ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 20b9cb8cfff08876171df5338d3ebd11bd10d80961458bcbbdee714ae5b4d493
MD5 88e7fd06cc25d5c4e427901a38a88208
BLAKE2b-256 561d2b31b08d10ca56b3c2b76abfbac60c15547715d98aa5733737e11add1d60

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 871b36b99f482065156658a9869a4bde8400713cfe177598abcaecbfe2b8d9ce
MD5 942e213ae636469a6af4f59947224949
BLAKE2b-256 cce8d26203627f814b924b205ea49d97f1f108bbb2ffe95757013542a2763be8

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0312ec9ec2acd254b5465391b870ad5d72af9e0ea846896c24abced17484801
MD5 0b36a10efa4c214b9673fc1195b8ebcd
BLAKE2b-256 6d8626f2da94c7c36c8fdfbe062be59437c330289c19c409cf56c824ca3741c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4184517e71ee1a8159ebca0d8f10782bde6de86802726ea861ff29d5b558d39b
MD5 5bc8a423269bc38d502e0a6a352c1523
BLAKE2b-256 61426f334da15828f2489791f05c1b8e5599446927d981d4dc0d98cb9f07cc43

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for yt_experiments-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 33b14f02ecded16522cdff10487d9227fe76077c44d8944be7a87cdea2b89a0e
MD5 64f593756124badc90b4c35e2536d43d
BLAKE2b-256 30ebb85057c0f49dcea4f2a36d296757745352b0e665cb55525017f9a71202dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for yt_experiments-0.2.1-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