|
1 |
| -### <a name="v0.12.5a0"></a>v0.12.5a0 Released Date 2020-06-08 |
| 1 | +### <a name="v0.12.6a0"></a>v0.12.6a0 released 2020-06-24 |
| 2 | +#### Enhancements |
| 3 | +- **`make_addplot()`** enhancements: |
| 4 | + - **support `type=` ` ohlc ` and ` candle ` (issue [#168](https://github.com/matplotlib/mplfinance/issues/168))** |
| 5 | + - support ` mav ` kwarg |
| 6 | + - support `y_on_right` kwarg |
| 7 | + - support `ylim` kwarg |
| 8 | + - expand impact of `width` and `alpha` kwargs (originally affected only `make_addplot(data,type='bar')` plots). |
| 9 | + - use `alpha` also on `scatter` plots. |
| 10 | + - use `width` and `alpha` also on `line` plots (issue [#185](https://github.com/matplotlib/mplfinance/issues/185)) |
| 11 | +- improve default line-widths algorithm |
| 12 | +- rename `set_ylim` kwarg to `ylim` to be consistent with `ylabel` kwarg. |
| 13 | +- deprecate `set_ylim_panelB` (use `ylim` in `make_addplot()` instead). |
| 14 | +#### Bug fixes |
| 15 | +- `axisoff` and `tight_layout` should be independent of each other (issue [#180](https://github.com/matplotlib/mplfinance/issues/180)) |
| 16 | +- fix Spyder console block/hang when _not inline_ call `mpf.plot()`. (issues [#151](https://github.com/matplotlib/mplfinance/issues/151) and [#183](https://github.com/matplotlib/mplfinance/issues/183)) |
| 17 | +- fix incorrect linestyles character for dotted (issue [#186](https://github.com/matplotlib/mplfinance/issues/186)) |
| 18 | +--- |
| 19 | + |
| 20 | +### <a name="v0.12.5a3"></a>v0.12.5a3 released 2020-06-16 |
| 21 | +#### Enhancements |
| 22 | +- improvements to width adjustment algorithm (issue [#174](https://github.com/matplotlib/mplfinance/issues/174)) |
| 23 | +- automatic width adjustment now also adjusts `mav` lines widths. (issue [#171](https://github.com/matplotlib/mplfinance/issues/171)) |
| 24 | + |
| 25 | +--- |
| 26 | + |
| 27 | +### <a name="v0.12.5a2"></a>v0.12.5a2 released 2020-06-08 |
| 28 | +#### Enhancements |
| 29 | +- Support setting `ylabel` in `make_addplot()` (Thank you [Andy Sum](https://github.com/AndySum) for coding.) |
| 30 | +- Add `saxbelow` kwarg to `set_axisbelow()`, defaults to `True` so grid lines do not show through candles, etc. |
| 31 | +#### Buf Fixes |
| 32 | +- fix `tight_layout` issue [#156](https://github.com/matplotlib/mplfinance/issues/156) (`tight_layout` not affecting Figure Title; Thank you [Markus Schulze](https://github.com/fxhuhn) for pointing this out.) |
| 33 | + |
| 34 | +--- |
| 35 | + |
| 36 | +### <a name="v0.12.5a1"></a>v0.12.5a1 released 2020-06-07 |
2 | 37 | #### Enhancements
|
3 | 38 | - **[Subplots: Create up to 10 "panels"](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md)**
|
4 | 39 | - Can modify relative sizes of panels
|
|
35 | 70 | ---
|
36 | 71 | ---
|
37 | 72 |
|
38 |
| -### v0.12.4a0 Release Date 2020-05-01 |
| 73 | +### v0.12.4a0 released 2020-05-01 |
39 | 74 |
|
40 | 75 | - regression tests for new API
|
41 | 76 | - **[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))
|
|
52 | 87 |
|
53 | 88 |
|
54 | 89 | ---
|
55 |
| -- **v0.12.3a3 Released 2020-03-04** |
| 90 | +- **v0.12.3a3 released 2020-03-04** |
56 | 91 |
|
57 | 92 | - `linecolor` kwarg for line plots (Thank you Caleb Coffin @coffincw)
|
58 | 93 | - implement save figure to in-memory buffer (Thank you Caleb Coffin @coffincw)
|
59 | 94 | ---
|
60 |
| -- **v0.12.3a2 Released 2020-02-21** |
| 95 | +- **v0.12.3a2 released 2020-02-21** |
61 | 96 |
|
62 | 97 | - implement custom markers (issue#30) (Thank you Amir Atashin @amiaty)
|
63 | 98 | - fix minor issue with chart `type` validator (Thank you Amir Atashin @amiaty)
|
|
0 commit comments