We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4e8dc commit f5bba20Copy full SHA for f5bba20
CHANGELOG
@@ -7,6 +7,12 @@
7
8
- [FIX]: Fix missing key error when inputs are not default names.
9
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
16
0.4.7
17
=====
18
setup.py
@@ -66,7 +66,7 @@
66
author = 'John Benediktsson',
67
author_email = 'mrjbq7@gmail.com',
68
url = 'https://github.com/mrjbq7/ta-lib',
69
- download_url = 'https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.7.zip',
+ download_url = 'https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.8.zip',
70
classifiers = [
71
"License :: OSI Approved :: BSD License",
72
"Development Status :: 4 - Beta",
0 commit comments