
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Rust implementation of domain-specific geometrical operations for Bilby to mirror the functionality in bilby-cython using PyO3.
Rust implementation of domain-specific geometrical operations for Bilby to mirror the functionality in bilby-cython using PyO3.
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
:
numpy
ufuncs
using PyO3
so the vectorized version of greenwich_mean_sidereal_time
is implemented as bilby_rust.time.greenwich_mean_sidereal_time_vectorized
.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
.bilby_rust.geometry.zenith_azimuth_to_theta_phi_optimized
.bilby_rust.geometry.{antenna_response,antenna_response_all_model,antenna_response_tensor_modes}
.FAQs
Rust implementation of domain-specific geometrical operations for Bilby to mirror the functionality in bilby-cython using PyO3.
We found that bilby-rust demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.