Releases: xgboosted/pandas-ta-classic
Releases · xgboosted/pandas-ta-classic
0.3.59
What's Changed
- docs: Improve indicator documentation for clarity and completeness by @xgboosted in #66
Full Changelog: 0.3.54...0.3.59
0.3.54
What's Changed
- Feature new indicators by @xgboosted in #64
Full Changelog: 0.3.37...0.3.54
🎉 What’s New in This Release?
- 100% Indicator Test Coverage
Every single indicator in the library is now covered by robust unit tests. This means greater reliability, easier maintenance, and more confidence for your trading strategies.
🆕 Newly Added Indicators
dsp()– Detrended Synthetic Price (Cycles)lrsi()– Linear Regression RSI (Momentum)po()– Projection Oscillator (Momentum)trixh()– TRIX Histogram (Momentum)vwmacd()– Volume Weighted MACD (Momentum)mmar()– Madrid Moving Average Ribbon (Overlap)rainbow()– Rainbow Moving Average (Overlap)pmax()– Price Max (Trend)vfi()– Volume Flow Indicator (Volume)
🧪 Newly Added Tests (Now Fully Covered by Unit Tests)
- Cycles (1):
test_dsp/test_dsp_ext– Detrended Synthetic Price
- Momentum (4):
test_lrsi/test_lrsi_ext– Laguerre RSItest_po/test_po_ext– Projection Oscillatortest_trixh/test_trixh_ext– TRIX Histogramtest_vwmacd/test_vwmacd_ext– Volume Weighted MACD
- Overlap (2):
test_mmar/test_mmar_ext– Madrid Moving Average Ribbontest_rainbow/test_rainbow_ext– Rainbow Charts
- Performance (1):
test_drawdown/test_drawdown_ext– Drawdown
- Trend (3):
test_pmax/test_pmax_ext– Price Maxtest_tsignals/test_tsignals_ext– Trend Signalstest_xsignals/test_xsignals_ext– Cross Signals
- Volatility (1):
test_hwc/test_hwc_ext– Holt-Winter Channel
- Volume (1):
test_vfi/test_vfi_ext– Volume Flow Indicator
0.3.37
What's Changed
- Fix numpy nan import by @xgboosted in #62
- feat: Add comprehensive quickstart guide and tutorials by @xgboosted in #63
Full Changelog: 0.3.36...0.3.37
0.3.36
0.3.15
What's Changed
- Add deployment environments for PyPI publish and documentation jobs by @Copilot in #24
- Update README badges and fix all example files to work with current dependencies by @Copilot in #26
- Feature doco by @xgboosted in #31
- Update documentation to reflect the increase in indicators and utilit… by @xgboosted in #57
New Contributors
- @xgboosted made their first contribution in #31
Full Changelog: 0.3.14b2...0.3.15
Pandas TA Classic 0.3.14b2
What's Changed
- Remove backward compatibility and change package structure to pandas_ta_classic by @Copilot in #2
- Setup CI pipeline and fix GitHub Pages deployment by @Copilot in #4
- Upgrade codebase to NumPy 2.0+ and pandas 2.0+ with Python 3.10-3.12 support by @Copilot in #6
- Refactor codebase for improved code quality and modernize ta-lib CI installation by @Copilot in #8
- Fix deprecated GitHub Actions in pages.yml workflow by @Copilot in #10
- Centralize Python version management in CI workflow with dynamic setup.py updates by @Copilot in #12
- Refactor workflow files into unified ci.yml with single runner execution and fix GitHub Pages deployment by @Copilot in #14
- Refactor CI workflow with dynamic Python matrix, consolidated PyPI publishing, main-branch-only documentation, and Python version support policy by @Copilot in #16
- Add Python version matrix as environment variable to downstream CI jobs, dynamically update setup.py classifiers, and implement dynamic version handling from release tags by @Copilot in #18
- Fix CI workflow release pipeline and modernize Python packaging by @Copilot in #20
- Fix circular import error by moving metadata to separate module by @Copilot in #22
New Contributors
- @Copilot made their first contribution in #2
Full Changelog: https://github.com/xgboosted/pandas-ta-classic/commits/0.3.14b2