Vitor Grando Eller
Results
2
issues of
Vitor Grando Eller
Add a coverage tool to ensure the repository is covered by existing tests We could use Pypi modules such as `coverage` and `figleaf`, or automated tools such as codecov.
**Which version are you running? The lastest version is Github. Pip is for major releases.** ```python import pandas_ta as ta print(ta.version) ``` **Upgrade.** ```sh $ pip install -U git+https://github.com/twopirllc/pandas-ta ```...
enhancement