Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
``real`` and ``integer``; they are ``supertrend`` and ``trend``, the names
``abstract.Function('SUPERTREND').output_names`` already reported.

- [FIX]: An empty array given to a function whose lookback is zero, such as
``talib.ACOS`` or ``talib.MA(x, timeperiod=1)``, made TA-Lib read and write
one element outside the buffers, which could crash the interpreter later or
corrupt memory silently. An empty input now returns empty outputs without
calling TA-Lib, whatever the function and its parameters. The bug dates from
0.4.27.

0.8.0
=====

Expand Down
Loading
Loading