Skip to content

Commit 69b0335

Browse files
committed
version bump to 0.4.10.
1 parent 6587c04 commit 69b0335

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
0.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

614
0.4.9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
setup(
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 = '[email protected]',

talib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from .common import _ta_get_unstable_period as get_unstable_period
99
from .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

0 commit comments

Comments
 (0)