Skip to content

Commit f5bba20

Browse files
committed
fix download link and changelog.
1 parent de4e8dc commit f5bba20

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
- [FIX]: Fix missing key error when inputs are not default names.
99

10+
- [NEW]: Upgrade to Cython 0.20.
11+
12+
- [FIX]: Check all input array lengths are same.
13+
14+
- [FIX]: Check all input arrays for NaN elements.
15+
1016
0.4.7
1117
=====
1218

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
author = 'John Benediktsson',
6767
author_email = 'mrjbq7@gmail.com',
6868
url = 'https://github.com/mrjbq7/ta-lib',
69-
download_url = 'https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.7.zip',
69+
download_url = 'https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.8.zip',
7070
classifiers = [
7171
"License :: OSI Approved :: BSD License",
7272
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)