1.0.0
The first stable release of Stock Indicators for Python has been released!!🎂🎉
Updated Features
- Rename
get_sma_extended
toget_sma_analysis
(#264) - Several property type changes in CandleProperties(#279)
- Several return type changes(#260, #264)
- ADL
- Alligator
- ALMA
- Aroon
- ATR
- Bollinger Bands®
- CMF
- Chaikin Oscillator
- Chandelier Exit
- DEMA
- DPO
- Elder-ray Index
- EMA
- EPMA
- HMA
- HTL
- Keltner Channels
- MACD
- MA Envelopes
- MAMA
- MFI
- SMA
- SMI
- SMMA
- STARC Bands
- Stdev Channels
- T3
- TEMA
- TRIX
- Volatility Stop
- VWAP
- VWMA
- Williams %R
- WMA
- Average Directional Movement Index (ADX) - Add result value(#262)
- Williams Fractal - Add parameter(#258)
- Parabolic SAR - Add parameter(#256)
- Ichimoku Cloud - Add parameter(#252)
- Support
IntEnum
to enable comparison with integer(#257) - Beta Coefficient - Change parameters location(#264)
⚠️ - Price Relative Strength (PRS) - Change parameters location(#264)
⚠️ - Drop Mono support - Use .NET 6 instead(#275)
⚠️ - Remove warning for deprecated features - No longer available (#281)
⚠️
Bug Fix
- Fix accessing
CandleProperties
(#278)
Performance
- Approx. 60% improvement in runnning time. See here.
Dependency
- Bump DLL version from v1.23.1 to v2.4.0(#264)
- Bump .NET version of DLL from .NET Standard 2.1 to .NET 6.0(#242)
- Bump pythonnet from 3.0.0a1 to 3.0.0.post1(#241, #267)
⚠️ may cause incompatibility.
For more information, see the:
Full Changelog: 0.8.0+19...1.0.0