|
1 |
| -- **v0.12.4a0 Released 2020-05-01** |
| 1 | +### <a name="v0.12.5a0"></a>v0.12.5a0 Released Date 2020-06-10 |
| 2 | +#### Enhancements |
| 3 | +- **[Subplots: Create up to 10 "panels"](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md)** |
| 4 | + - Can modify relative sizes of panels |
| 5 | + - Can modify which is "main" panel |
| 6 | + - Can modify which is "volume" panel |
| 7 | + - addplot can plot to any panel |
| 8 | + - MACD example |
| 9 | +- support bar charts in make_addplot (`type=` 'line', 'scatter', or 'bar') |
| 10 | +- make_addplot scatter now supports *sequence of markers* and sequence of colors<br>(Thank you [Elan Ernest](https://github.com/ImportanceOfBeingErnest) for posting the [sequence of markers solution here](https://github.com/matplotlib/matplotlib/issues/11155#issuecomment-385939618)) |
| 11 | +- ability to custom format date/time labels ( ` datetime_format= `) (Thank you [Cam McLean](https://github.com/cammclean182)) |
| 12 | +- ability to rotate date/time labels (` xrotation= `) |
| 13 | +- ability to turn axis off (`axisoff=True`) (Thank you [Will Whitty](https://github.com/tavurth) for testing, code review, and contributing code changes) |
| 14 | +- support ` tight_layout=True ` |
| 15 | +- support ` fill_between= ` |
| 16 | +- new algorithm for adjustment of candle widths, line widths, volume widths, ohlc tick widths **default change** (Thank you [Charles](https://github.com/char101) for your help). |
| 17 | + - ability to scale the algorithm (up or down) |
| 18 | + - ability to override the algorithm (i.e. set width and linewidth of volume bars, candles, ohlc bars. (iss num 81)) |
| 19 | +- close plot when not needed to stay open **default change** |
| 20 | + - fixes "20 open plots" warning |
| 21 | + - removed code to close plots from regression tests: no longer needed |
| 22 | +- support NaNs in data to indicate missing data (also fix bug related to min/max and mav when NaNs in data) **default change** (Thank you [Charles](https://github.com/char101) for your help) |
| 23 | + - allows display low liquidity |
| 24 | + - remove support for -1 meaning missing data. -1 is now considered valid data. |
| 25 | +- Travis check to ensure each Pull Request has a new version (Thank you [Aaron Soellinger](https://github.com/free-soellingeraj)) |
| 26 | +- remove rcParams context: modifications made by mplfinance are now availabile after calling mplfinance. **default change** |
| 27 | + |
| 28 | +#### Bug Fixes |
| 29 | + - fix bug displaying a single candle |
| 30 | + - fix bug "StatisticsError" when only a single data point |
| 31 | + - fix poor choice of default color for ` type=line ` chart **default change** |
| 32 | + - fix `savefig` Figure Facecolor bug |
| 33 | + - fix ohlc bars color in "blueskies" style **default change** |
| 34 | + |
| 35 | +--- |
| 36 | +--- |
| 37 | + |
| 38 | +### v0.12.4a0 Release Date 2020-05-01 |
2 | 39 |
|
3 | 40 | - regression tests for new API
|
4 | 41 | - **[Renko plots](https://github.com/matplotlib/mplfinance/blob/master/examples/price-movement_plots.ipynb)** [(issue #11)](https://github.com/matplotlib/mplfinance/issues/11) (Thank you [Caleb Coffin @coffincw](https://github.com/coffincw))
|
|
0 commit comments