Skip to main content

Rust implementation of domain-specific geometrical operations for Bilby to mirror the functionality in bilby-cython using PyO3.

Project description

bilby-rust

Rust implementation of domain-specific geometrical operations for Bilby to mirror the functionality in bilby-cython using PyO3.

Usage

To compile the project and install the python bindings you can use maturin

$ maturin develop

This will install an unoptimized version, if you want to test benchmarking, be sure to install with

$ maturin develop --release

On MacOS, you may need to install additional dependencies:

rustup target add x86_64-apple-darwin
mamba install -c conda-forge clang

The python code can then be used directly in python

>>> from bilby_rust.time import greenwich_mean_sidereal_time
>>> greenwich_mean_sidereal_time(1e9)
26930.069103915423

The API doesn't completely match bilby-cython:

  • there is currently no support for writing numpy ufuncs using PyO3 so the vectorized version of greenwich_mean_sidereal_time is implemented as bilby_rust.time.greenwich_mean_sidereal_time_vectorized.
  • additional functionality for dealing with time- and frequency-dependent antenna response functions is additionally implemented using, e.g., bilby_rust.geometry.{time_dependent_polarization_tensor,time_delay_from_geocenter_vectorized,frequency_dependent_detector_tensor}. This was translated from an implementation by @jacobgolomb for bilby-cython.
  • the convention for the detector-based reference frame from Roulet+ is included as bilby_rust.geometry.zenith_azimuth_to_theta_phi_optimized.
  • calculation of the antenna response that projects the detector pattern against the polarization tensors using bilby_rust.geometry.{antenna_response,antenna_response_all_model,antenna_response_tensor_modes}.

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

bilby_rust-0.1.1.tar.gz (19.6 kB view details)

Uploaded Source

Built Distributions

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

bilby_rust-0.1.1-cp313-cp313-win_amd64.whl (170.2 kB view details)

Uploaded CPython 3.13Windows x86-64

bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (350.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (374.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (319.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (311.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

bilby_rust-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (335.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

bilby_rust-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (274.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bilby_rust-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl (281.8 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

bilby_rust-0.1.1-cp312-cp312-win_amd64.whl (170.2 kB view details)

Uploaded CPython 3.12Windows x86-64

bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (312.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (350.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (374.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (319.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (311.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

bilby_rust-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (335.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

bilby_rust-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (274.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bilby_rust-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl (281.7 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

bilby_rust-0.1.1-cp311-cp311-win_amd64.whl (171.5 kB view details)

Uploaded CPython 3.11Windows x86-64

bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (350.5 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (374.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (320.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

bilby_rust-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (337.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

bilby_rust-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (277.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bilby_rust-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl (285.2 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

bilby_rust-0.1.1-cp310-cp310-win_amd64.whl (171.8 kB view details)

Uploaded CPython 3.10Windows x86-64

bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (351.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (374.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (320.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

bilby_rust-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (337.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

bilby_rust-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (277.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bilby_rust-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl (285.3 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

bilby_rust-0.1.1-cp39-cp39-win_amd64.whl (172.3 kB view details)

Uploaded CPython 3.9Windows x86-64

bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (314.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (353.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (375.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

bilby_rust-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (338.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

bilby_rust-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (278.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bilby_rust-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl (285.6 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

bilby_rust-0.1.1-cp38-cp38-win_amd64.whl (173.3 kB view details)

Uploaded CPython 3.8Windows x86-64

bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (315.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (353.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (375.2 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (321.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

bilby_rust-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (338.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

bilby_rust-0.1.1-cp38-cp38-macosx_11_0_arm64.whl (278.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

bilby_rust-0.1.1-cp38-cp38-macosx_10_12_x86_64.whl (286.1 kB view details)

Uploaded CPython 3.8macOS 10.12+ x86-64

File details

Details for the file bilby_rust-0.1.1.tar.gz.

File metadata

  • Download URL: bilby_rust-0.1.1.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for bilby_rust-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0e75978a10753c569b1c1d3f169203ea1868a3f230899b5c62a9bfbd9a84a3b3
MD5 95a8671bbfdcdf70ad3cdd157e2ec3fe
BLAKE2b-256 ea2a1e1266d3aae72add5bc155952ad396b52baebdc3603540350629eac789fd

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bilby_rust-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 170.2 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7c0d45a8d64a85566cb12d07b7da2866ba259c5d097667b6e9117f06ea3455d6
MD5 c155bf88e1818be1b9d470eb6236e6c8
BLAKE2b-256 4887458111ea57abfb37c7f4bf731aeaafbadf13b6012f3f3396bfad61467599

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2810bab79520c551909081943af4688a0bad9c0906f16599f9486f9d830349d
MD5 a10d8277b4e558b40146104655705bfc
BLAKE2b-256 3a59147265e80799d3fe86036d8233207bfe42a0aeeb04b53237d52497d840b3

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2883b40bf0e6e0d11576ed4867c0503c31738ada76e4ed919066901f0f8e95d0
MD5 ef633306a42766fe2ad70da7cbccd88f
BLAKE2b-256 b4626c069e607f12a85a4904fc14aa1d6f101e642ae28cc8551d7e618c20d546

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4e826971408beff5512139a12e21b877424e9f8d50ece5c0335d2b4decddc016
MD5 292a080c8badaf99af84f13315306568
BLAKE2b-256 9383f6a30394ed4cfc2f55a26c00800d5ad06aec79fa454b6d1df018f054175c

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 bf146c9c5525bc9d8b5825240e0d924b451ee2a4c624b072bb07ce917e78418b
MD5 ff63b64760aa74521e1f2ea417a2bc35
BLAKE2b-256 f3b2d14d3d3b8b8a819fda978521c6bbc305b734ac3213178ddf1eb9dfafb0fc

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b1194c4c3ff31f10a6162ca0e8d1db4850fa10728de8965a84b84c83c4d12c8
MD5 7fd788510505d29c101ca268c6033645
BLAKE2b-256 8d70e7504f246fe276c2f154224f7202e6956b594f9cb0632629c1c3f9b72700

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de699d3dcb98739d8f429afc8199384b49e1dc23251862ec90beaf62aa5b2e45
MD5 4c17819e547663d6e4d3f7fb658bcdbd
BLAKE2b-256 83df511965a4b36b6430cebeee438e4c87b6f7f989c7d57ff719f31668714a0f

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d50343b8ae86637133824e79fbd44c6e81509dd071fbd86288856cbe766ea0d
MD5 c96e75d41fb591c36f2c2c421cdac45e
BLAKE2b-256 bb24aec76818bd0390b4ec0572c84112d5827ae56ca80331f20377d5552ce4f9

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b5db5d67ad4dd8f5323bc766d295f2364df4ed9f9082073443fa2f6a6b748844
MD5 4f6c9ddeceb9b7fefb56ea7ec9f13c42
BLAKE2b-256 dc3d6c8c0a17e4eff81088986cd85f70211d941bb26d6db7e963d8a5379ca646

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bilby_rust-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 170.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 27c77f9cda7db14326d5567ade6afd316b74f5c76a87a74e3942014f160c55e2
MD5 b848472a510f0ef85ac920a228cb4770
BLAKE2b-256 3677caa5c83e33ff4209b6e2a12dc9895df92504068c74a508fcbaf73451fb2d

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1fdecb699c784cce8e8bf4d9a20f317e36ec418ee8b2a0b9204e87d8a9893827
MD5 0d9979b04460f3bae021a5d5d041a19b
BLAKE2b-256 8f0c13bba9f2affeb25ca136a7cff912655db4494c6e969b706c41530a4bb3dc

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6555595e1b795c4d95d020c06af49f4e6d664160a4c6a97d61a6ee593b6704c1
MD5 496c6f84e058efcf817bedb90a3b69b7
BLAKE2b-256 fea13880fd1e636309eae4c25f91915ea1c3b5335a02365679f166e53152422f

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 71bd3b23b8c663230a648e98113f876e88472bc878e50a6db4078d11e8ac0dd6
MD5 1aeee3fc45cd38291a1aa61263f6d913
BLAKE2b-256 e19c9be1970ee594fdae2347e183de6dbac905aff61296830c076f810a8d1fb3

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21599542131e29a1d318bab57ca4c6c0aed6fb321ffc787ca03fd135840a177f
MD5 891d2e12bf996f5c7cef3ba1f6c8a089
BLAKE2b-256 3e232ee42c826d7ba64879fe74f69f484c02b43400b052c52511e31e37408554

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 daee25fc17bc6a1ae7c60678a75ca6b10f499846a5de5a4253e892c29d7edec5
MD5 631c4c8e057043b27c0402d305c7d1ad
BLAKE2b-256 07825abe12206cd3413a739c0c992be06f60aefd8bdfb11062f686f25dd351f8

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ef291389efa732fa2a677bf018e316c3a1a8a7140aad5e320e4fb12c062277d6
MD5 0f560db90eaa970ce1458d6497a655bc
BLAKE2b-256 c9d8df9e61768301212b7d5b1966d08186f6c876f1e612cf3cca73320f1044d6

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 345c2857249aae06e0faefe8fcc271d8011fee257e0c49f9b423bf552a12c4ac
MD5 5a6a58f489fc6f9c42b753d91ca4ff3a
BLAKE2b-256 a74eabc024ac868eb1675ae123971f756bccbb108c714bbe838216ed26377b69

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b5db68e2f27f0f37468a2b54eb3a37d1970ac28067aa5b80e001083a191a6c6
MD5 954961148b947ac99e4a6a5e1f338181
BLAKE2b-256 1137ef962a6742274f3a317b14f8e1eff8a63fc311b996f747519f0bfecdb223

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: bilby_rust-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 171.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4af5c6074c22eaa982059544acae99f61d47910a1061d80751d870d84e844b39
MD5 cd9b096737d7cbe38cdfb67e967d2034
BLAKE2b-256 263a191853bd7175eb5428bc37142c45f55dab5c941207769828f179bff584ba

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfa0921be237d12aaef63fb70e6ab5ded85cdf8df8ab46446af9b584fff1d325
MD5 e7b98327aa98cbaa4c334807ed60b90c
BLAKE2b-256 e2282adca1cde16352ffe758315246a5a2187e4ed1cbb0278adaf878f4346801

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c0895b4d3cbbaf969101d8fceed99045dd4e64f47e483c4bd313f8b38907e154
MD5 fff7b0df7bb8c41ab4b853f3bcaed9eb
BLAKE2b-256 7a2c41d2c6416a10745e9989320331d020062cb4b565a902105c5a51414884e0

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 04afd24138a52aa91aeebab0af04e1801a4704ff9611f1885d9ce54a8f285eed
MD5 e6b814669b64fff16d7567c27e3efe4b
BLAKE2b-256 b222b28dc524a641c736ed125797f2d6330b81958cbb63170266445e5882f351

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 8350e6298bd9c173f65e266d58ff981b5df0bb926664502469ff3570e68e695c
MD5 c363c551eb6608e9c7f93060f036a459
BLAKE2b-256 17d8ab046a3f676ce2a2432f4b720c116bd5bbfcab548ed7a05818cbaaefdca7

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8170b2b2e4317fe55a9dfd52bc5aca5c24e8b04c5eeabe3a113a5ecc6d88473
MD5 d5a2ea3a3c7527fe9526a938a094e2e3
BLAKE2b-256 77582bd7e49134b249cfa3a42931d1067ae513ad8ee4b363ae98e431b9db89c1

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68325593efc6174302969066bb81010bea7b99de826013b73bee84780000c400
MD5 2e3cc999418fe220f21bbeb353a12b80
BLAKE2b-256 3eaff3a01fc2879a6cd5255112faaefc233d888a52af9ba57299c893ecb01ade

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24c415c26191b14cbc6ce47cac2533b7b9fcd30eb01465341a00899c7d88c1ae
MD5 08e55e35ae1c343fdfffa7a7df2e10ea
BLAKE2b-256 0d280b7218b988b4d7c5561ba3f8a6a34b8e5eb5a40c0f73bf6e9bdeb95ec144

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 492ab3348686be8d0d979d88d69bc0e088b43c563a71fbbaa83dd9a9c00b9775
MD5 de23bd669801a4dc24edb04116739f06
BLAKE2b-256 2615816587c6fd78b4fe556c07245429ad0b5503910e9a4885e4910c2d08004b

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: bilby_rust-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 171.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c5fb8bc294239cc8da8f197b2ae3c779f4c954717441b2f298525da712c2bf12
MD5 242f7fdf4a353ef41bdca86048b1f9d7
BLAKE2b-256 46dac311d6ae20802901c59ad2049842e3add368a1607d868203f8e2a9208108

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc6a4896658706d5beff41fa707a4e701ac8ff9321db0ea8a80c318a4bfd5f3c
MD5 96958d581d99512e6c179310685e75c2
BLAKE2b-256 c7205fa2ca6907f620918c8d8ec9073434c8c8e1c951d7c71f26c75e67868a9b

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3584ec3d071604c706773a057e32bae3e216ce79fc06c49bd65a5e48bb9aa4d3
MD5 bfa54267245037809520928c186ccdca
BLAKE2b-256 19c9e6208854fb645e56edd79d0455ce6dc6964b9748985b4f0e9f18eed907d5

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2752bf12d74b4b2963a391bfaedaca4477df6d69ebe8f9973549339894e49e87
MD5 77d5e374511c8f832e64b36935bec199
BLAKE2b-256 d7ec44f5b439c193b3f3348bffc69afed484cd7e4a289b6665401518306d51e2

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1a82f53c1f04a55ffd0b0a1f38b1704bce38bb1ccb60268f46902f1fd2dd1835
MD5 2f422daa1f4094c31a5650f4f4de6a14
BLAKE2b-256 0c1c23ab6ea3c78137d940c8dbe497e160ff3d4306fb5b2c0da6b97a8e72e82a

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 501234fc8e1946b0813dee37932de40295e4b180bd14ce62cabe9bde208bf7cd
MD5 536aa16d04f293d99f3bc22754311969
BLAKE2b-256 cfaa2798ca77235a58da5d495be153a300dc6eb223c3d3d4ee414c754c9e4ee3

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7f2886e8d0a1086b3ee53c40d9dc7f7245c135626df07c5bbdfe88190d34b772
MD5 8fcaee72ae38e92da58eeb8ea770c07f
BLAKE2b-256 5ca85721a3c3f9d006529436d427e5553b1255d34db30a3de02a55aac3c88e9a

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecf0fb96440100815201951db318eaae17c3e343936c4fed0ca9c6cde2725f90
MD5 46bd73817cc1e84f1222917d98059ade
BLAKE2b-256 f12479373c2901f1d75538e2a50eb53e07e5ce4d707b3e53714807f82990b11a

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 21f792a35ac12dff7576832d5eed7027f34fbc35401298cb7f0c66cd5d88b093
MD5 e0db5c5452186df288edfd4f65ddb5c2
BLAKE2b-256 d69022fb45a9447dc927bb5d1ceac18c624325c24975030ccc90ce5409da0b93

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: bilby_rust-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 172.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 733bf8f825cc27ea40d890170344c44c0638ebbe89b71530f8b3a3a9a83bebcc
MD5 49e904295e734ceda6f0afb04219f10e
BLAKE2b-256 3e0d995d51efc853b8dcb360f6ff7bce1b62472f7616e8109b0d7b769ad5533c

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1488df9815a835ad244e2c8b1ed0eb9b52c549248312df5e18498b6ca3ea845
MD5 030401cac469a686346c73006e2be18c
BLAKE2b-256 2d63644bb054cf4e7763e6529231f0aae5fa55817395b805c1de42a68634398d

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 70648cec6154a8dde3d342718a66162e2df9aaa6b30046639f60b5ca3a788ce5
MD5 8f77efe7fff13ce8d3c76d9248d0835c
BLAKE2b-256 bb26ce5835b77abadf7e190e0937ebe399cf21f38043c79bb18b4c1d778cb3a7

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a340208b7fa6e82b42b08e8de60ba78ad3c4d04d2e3f9828c1bf2464ffc1dbdb
MD5 3065427c97a9199ed16638d876d6049c
BLAKE2b-256 d919c8eaeb4e309a9040b26600c9a63a9232cd84a9c86ea2c5097637305fcd01

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5d137743a54082fff99f42577aef5f158edd030bf6b2aba92c0b6a642b97ef6c
MD5 1ebc314c138ba9e0743292b0ad49aea1
BLAKE2b-256 ba959c7dda63319c02e5fb4caa5cf4dc1867bf5ac9abb0afb55260cc9d3d95f7

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16531c820a27d25568abd1ce7d37a768b7c0497d761bfb89170d964fa4e54706
MD5 c7686d5e6c8a7ac9b8c6c30f86bd2d65
BLAKE2b-256 945c30416a259f61de71b2f76469505d5ad40c7dfddf5c93b9088d820b5037fe

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2c591bf0483bbfe9c9a2962207b6f116d889623bbb21ca7ebfb94c6d6a4d59b5
MD5 c9716a407ece020522263665cf00a3ad
BLAKE2b-256 a5719b8f920b570217b76b920b991364ade6751ad0424463a6483ea77e47bf80

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dc96cf7e8f6d7feec211c9ca4793473a43e25e3f698a33c953bd436f888e5d7
MD5 342ce49bb628d34f80e97a76574b699f
BLAKE2b-256 97b15636939a19af72a0019441edf8c2d16269dccd63af2efc36e3f80294e511

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8fb854adb65d03ee984d4ed0c70694cfee218755fff18e77b75a339227babc57
MD5 1c42c9b988eb736e5575f31420b80029
BLAKE2b-256 f698f9d60ce9600663b1097512f956b7ad5dd25205a7da93f48eb8148954b887

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: bilby_rust-0.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 173.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e520e6217e0164a5ecbffa2df6203e7a5e6798089a9e225e8b5b993ffef47f7d
MD5 d5daec29505ea39543be641f71f55d27
BLAKE2b-256 9f82b4ef70c8883eea99ca247fb485dba0cab64e57ad8ea73a60119ee43f1758

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80224d195a40c75bf751004e73890462e59d352d4be435d21f7fe601b9f1776f
MD5 7161ad4c68d6b5e04b78a2b892fdc9da
BLAKE2b-256 0190388ae16571691d2e6f2264690f0dd9132849fab9ede76b5ab2aee2d9613f

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c36d7d6111d051623eab9c795c230f1c83a2ffeab02476df0021b8de015e4da7
MD5 ce1ca7110a5716dcd831a01b12fd061f
BLAKE2b-256 094253a97cc1b7032dc0f76e36132ced7dcbd4e623da672912a58d6fb07c884b

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1fbb24bb1b834c28d037aa3d12438747d0bc1daf2ef68fb0a599afd626a086dd
MD5 9c035ebf81aac7b6ee9d9fc1b4261158
BLAKE2b-256 db24a43afda91922376cd8162276be93f906c695c1bb14d7f157379855b13cf4

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ecc3ff79d674627a688063488f0f56d7dc3493cfa2c4f30930fcc57211fe16ac
MD5 d5f363df0c9e443937638f81595b4bd5
BLAKE2b-256 0defd90c89d65350ae064088a86edbf4e4217420fcdedf37042e67cc6cadbe76

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fce008ec7f38358ece83cc0e48855a4aa99b06f737cb375a854f0346f09c6738
MD5 f1936e0a5b5d3bd24d042491c58a7943
BLAKE2b-256 6fe5e2570ab1d835b4eb664b2cdd9b2ea20fce03ac496136028277792ba70a95

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a533b87ffaf4edf2693351ad5edff46c2adf72e0200a6975d1ca49a563640f3d
MD5 d31d6855e0370d3b574eb8aa7243b1ec
BLAKE2b-256 67bc62c53f838e76182f65d0e9a16d513f23a8917adf0fe828196d23d5b3dd93

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1addb9d8d21bfe526239f3f281c09a041b8f99a28941e604f83cfb72c8f51d3
MD5 1f148357e9179c6b8b9774d754bd3a2e
BLAKE2b-256 ac5634948eec87509a02c4fc54386fcd79fbc831ae9a3e0f64d2ec73677231ef

See more details on using hashes here.

File details

Details for the file bilby_rust-0.1.1-cp38-cp38-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for bilby_rust-0.1.1-cp38-cp38-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1314f742ab69cd573337dfac28fe47233fd8cae0bb14640667b468ca14816f7e
MD5 62b1309f754d9a61b64019ba03024d79
BLAKE2b-256 741767836d995e3f4afaff6c7d27677841fd5d3919f37ed17a2a0d34b3f3bea9

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 Pingdom Monitoring Sentry Error logging StatusPage Status page