astrogilda / tsbootstrap

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

[BUG] No version dunder set for tsbootstrap #76

Closed benHeid closed 7 months ago

benHeid commented 7 months ago

The following is failing:

import tsbootstrap
tsbootstrap.__version__

However, sktime is using this to check if a compatible tsbootstrap version is installed.