You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce constants.UNICODE_Y_AXIS, constants.UNICODE_Y_AXIS_LEFT, and constants.UNICODE_Y_AXIS_RIGHT, constants to control the Unicode character printed next to prices on the Y-axis (defaults to │, ┤, and ├, respectively).
New color: gray (which is an alias to the misspelled "grey").
New utils.round_price() function to either round down, or up, the price on the Y-axis. Previously, it was a private method of the YAxis class.
100% coverage with tests!
Changed
Fixed CandleSet.min_volume being always 0.0 (commit 6975d7f).
Those functions now also accept a pathlib.Path argument, in addition to the original str: utils.parse_candles_from_csv(), and utils.parse_candles_from_json().
Updated the pypa/gh-action-pypi-publish GitHub action from master to release/v1.