File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 110.4.10
22======
33
4+ - [NEW]: Upgrade to Cython 0.23.4.
5+
6+ - [NEW]: Adding an experimental Streaming API (talib.stream).
7+
8+ - [NEW]: Support for "sunos"
9+
10+ - [FIX]: Fix issue initializing library for use with candlestick functions.
11+
412- [NEW]: Support for TA_SetUnstablePeriod and TA_GetUnstablePeriod
513
6140.4.9
Original file line number Diff line number Diff line change 9393
9494setup (
9595 name = 'TA-Lib' ,
96- version = '0.4.9 ' ,
96+ version = '0.4.10 ' ,
9797 description = 'Python wrapper for TA-Lib' ,
9898 author = 'John Benediktsson' ,
9999 author_email = 'mrjbq7@gmail.com' ,
Original file line number Diff line number Diff line change 88from .common import _ta_get_unstable_period as get_unstable_period
99from .func import *
1010
11- __version__ = '0.4.9 '
11+ __version__ = '0.4.10 '
1212
1313# In order to use this python library, talib (i.e. this __file__) will be
1414# imported at some point, either explicitly or indirectly via talib.func
You can’t perform that action at this time.
0 commit comments