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 1
1
0.4.10
2
2
======
3
3
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
+
4
12
- [NEW]: Support for TA_SetUnstablePeriod and TA_GetUnstablePeriod
5
13
6
14
0.4.9
Original file line number Diff line number Diff line change 93
93
94
94
setup (
95
95
name = 'TA-Lib' ,
96
- version = '0.4.9 ' ,
96
+ version = '0.4.10 ' ,
97
97
description = 'Python wrapper for TA-Lib' ,
98
98
author = 'John Benediktsson' ,
99
99
author_email = '[email protected] ' ,
Original file line number Diff line number Diff line change 8
8
from .common import _ta_get_unstable_period as get_unstable_period
9
9
from .func import *
10
10
11
- __version__ = '0.4.9 '
11
+ __version__ = '0.4.10 '
12
12
13
13
# In order to use this python library, talib (i.e. this __file__) will be
14
14
# imported at some point, either explicitly or indirectly via talib.func
You can’t perform that action at this time.
0 commit comments