Skip to content

Releases: xgboosted/pandas-ta-classic

0.3.59

25 Nov 17:19
8c3852d

Choose a tag to compare

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

22 Nov 17:09
31d6638

Choose a tag to compare

What's Changed

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 RSI
    • test_po / test_po_ext – Projection Oscillator
    • test_trixh / test_trixh_ext – TRIX Histogram
    • test_vwmacd / test_vwmacd_ext – Volume Weighted MACD
  • Overlap (2):
    • test_mmar / test_mmar_ext – Madrid Moving Average Ribbon
    • test_rainbow / test_rainbow_ext – Rainbow Charts
  • Performance (1):
    • test_drawdown / test_drawdown_ext – Drawdown
  • Trend (3):
    • test_pmax / test_pmax_ext – Price Max
    • test_tsignals / test_tsignals_ext – Trend Signals
    • test_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

12 Nov 12:33
688070d

Choose a tag to compare

What's Changed

Full Changelog: 0.3.36...0.3.37

0.3.36

01 Oct 10:34

Choose a tag to compare

What's Changed

Full Changelog: 0.3.15...0.3.36

0.3.15

29 Sep 18:13
24f0ed5

Choose a tag to compare

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

Full Changelog: 0.3.14b2...0.3.15

Pandas TA Classic 0.3.14b2

03 Aug 10:38
8622d3d

Choose a tag to compare

Pre-release

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