Skip to content

2.2.1

Compare
Choose a tag to compare
@BoboTiG BoboTiG released this 12 Aug 14:45
· 42 commits to main since this release
0b804ae

Added

  • constants.PRECISION, and constants.PRECISION_SMALL to control the number of decimals to keep when formatting numbers with fnum() (defaults to 2, and 4, respectively)
  • constants.MIN_DIFF_THRESHOLD, and constants.MAX_DIFF_THRESHOLD to control candle top, and bottom, thickness fnum() (defaults to 0.25, and 0.75, respectively)

Changed

  • Fixed formatting of 1.0 number within fnum()
  • Fixed imports using isort