astrogilda / tsbootstrap

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

Update docstrings, typehints, package versions in pyproject and precommit, verify private validation methods #137

Closed astrogilda closed 2 months ago

astrogilda commented 2 months ago

Describe the bug

  1. Several docstrings in various modules still reflect the older paradigm where the config classes were directly exposed to the user.
  2. Ensure that all parameters have the right type hints and sensible defaults.
  3. Update package versions in precommig yaml file.
  4. Add autoflake to remove unused imports and variables.