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](https://github.com/DaveSkender/Stock.Indicators.Python/issues) 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](https://daveskender.github.io/Stock.Indicators/).
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:
- [documentation site](https://daveskender.github.io/Stock.Indicators.Python/)
- [PyPI project page](https://pypi.org/project/stock-indicators/)
**Full Changelog**: https://github.com/DaveSkender/Stock.Indicators.Python/compare/0.7.0+24...0.8.0+19