Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@BoboTiG BoboTiG released this 02 Nov 16:55
· 11 commits to main since this release
bb0d745

Added

  • Support for Python 3.14.
  • 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.