Skip to content

Releases: facioquo/stock-indicators-python

1.3.3

30 Jan 01:05
230f49e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.3.3

Note

Apologies y'all, @DaveSkender forgot to turn off debug logging in v1.3.2. Fixed!

1.3.2

29 Jan 04:04
080dcde
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.3.2

1.3.1

16 Aug 16:57
3b747ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

06 May 11:39
bd24d59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

07 Mar 13:33
696b101
Compare
Choose a tag to compare

What's Changed

Special thanks to:

  • @hmuhdkamran for identifying missing ROC momentum values in #353
  • @rafalsza for supporting additional error handling for Pandas DataFrame users in #348
  • @imgbot for making their first contribution in #350

Full Changelog: 1.2.0...1.2.1

1.2.0

23 Jan 12:12
9119a69
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

1.1.0

29 Dec 04:04
e80b1b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.1

01 Jan 02:34
3e23e4c
Compare
Choose a tag to compare

Maintenance update

  • Bump DLL version from 2.4.0 to 2.4.7 (#296)
  • Bump Python.NET from 3.0.0.post1 to 3.0.1 (#290)

For more information:

Full Changelog: 1.0.0...1.0.1+7

1.0.0

20 Oct 03:22
6d69b11
Compare
Choose a tag to compare

The first stable release of Stock Indicators for Python has been released!!🎂🎉

Updated Features

  • Rename get_sma_extended to get_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

0.8.1

16 Aug 13:17
24f42eb
Compare
Choose a tag to compare

The Stock Indicators for Python has been updated with minor patch for the better user experience.

This library is a Python wrapper of the Stock Indicators for .NET library.
Please treat all versions before 1.0.0 as previews.

Updated Feature

  • Enums can now be imported with shortcut path. (#246)
    from stock_indicators.indicators.common.enums import PivotPointType
    from stock_indicators import PivotPointType        # version >= 0.8.1
  • The documentation also has been updated for this feature. (#247)
    (Before there was lack of information for enums😖)

For more information, see the:

Full Changelog: 0.8.0+19...0.8.1+2