Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 3.71 KB

RELEASE_NOTES.md

File metadata and controls

67 lines (54 loc) · 3.71 KB

  • v0.12.3a3      Released 2020-03-04

    • linecolor kwarg for line plots     (Thank you Caleb Coffin @coffincw)
    • implement save figure to in-memory buffer     (Thank you Caleb Coffin @coffincw)

  • v0.12.3a2      Released 2020-02-21

    • implement custom markers (issue#30)     (Thank you Amir Atashin @amiaty)
    • fix minor issue with chart type validator     (Thank you Amir Atashin @amiaty)
    • add internal functions: _bypass_kwarg_validation() and _kwarg_not_implemented()

  • v0.12.3a1      Released 2020-02-16

    • fix issue#28: math.log crash on zero in data
    • remove "Implemented" field from kwarg dicts
    • yahoo style show colors for ohlc bars

  • v0.12.3a0      Released 2020-02-12

    • kwarg block=False for non-blocking call to mpf.plot()
    • customize aspect ratio, figure title, y-labels
    • customize colors and other style aspects of plot
    • no_xgaps now defaults to True: use show_nontrading=True to set no_xgaps to false
    • secondary y-axis available to make_addplot()
    • bug fix for volume widths

  • v0.12.0a3      Released 2020-01-16

    • Increase mav limit from 3 to 7 different mavs

  • v0.12.0a2      Released 2020-01-14

    • Ability to save plot to a file (pdf, svg, png, jpg, ...)

  • v0.12.0a1      Released 2020-01-09

    • Ability to plot arbitrary user data (in addition to basic OHLCV data).
    • both line and scatter plots available.
    • optionally plot on either the "main" or "lower" (aka "volume") axis.

  • v0.11.x      Released 2019-12-20

    • Basic Plotting from Pandas DataFrame of OHLC bars and candlesticks.
    • optional display of volume
    • optional display of (up to 3 different) moving averages.
    • old API still available by importing from "mplfinance/original_flavor"

  • v0.10.x      Released 2016-09-08

    • Old mpl-finance API set up as its own package
      (i.e. removed from the matplotlib package).