astrogilda / tsbootstrap

tsbootstrap: generate bootstrapped time series samples in Python
https://tsbootstrap.readthedocs.io/en/latest/
MIT License
65 stars 5 forks source link

Enable package installation via `uv` #129

Closed astrogilda closed 3 months ago

astrogilda commented 3 months ago

Is your feature request related to a problem? Please describe. Installing via pip can be quite slow. This might become a bigger problem in the future as we add more functionalities and likely more dependencies.

Describe the solution you'd like Leverage uv by astral, based on Rust, which has empirically been found to be significantly faster.