Skip to content

0.8.0

Compare
Choose a tag to compare
@LeeDongGeon1996 LeeDongGeon1996 released this 08 Jun 13:06
· 125 commits to main since this release
b706d00

The 0.8.0 version of Stock Indicators for Python has been released.

This library is a Python wrapper of the Stock Indicators for .NET library.

Please treat all versions before 1.0.0 as previews. Expect breaking changes as we get more community feedback and fine-tune everything. We will enumerate breaking changes in these release notes.

Our priorities going forward are to:

  1. add all of the indicators from Stock Indicators for .NET.
  2. work on performance tuning to improve library speed

New Features

  • Zig Zag - New Indicator(#222)

Updated Features

  • Exponential Moving Average (EMA) - Add parameter(#219)
  • Simple Moving Average (SMA) - Add parameter(#218)
  • Weighted Moving Average (WMA) - Add parameter(#225)
  • Moving Average Convergence/Divergence (MACD) - Add parameter(#234)
  • Triple Exponential Moving Average (TEMA) - API changed, Module name changed(#223, #229). ⚠️
  • Double Exponential Moving Average (DEMA) - API changed, Module name changed(#223, #229). ⚠️
  • CandlePart Enum - Add more options(#224)
  • to_quotes helper method - Deprecated(#235)⚠️

Dependency

  • Bump .NET DLL from 1.22.4 to 1.23.1(#221, #229)

⚠️ may cause incompatibility.


For more information, see the:

Full Changelog: 0.7.0+24...0.8.0+19