Skip to content

Commit ef8aed9

Browse files
Update RELEASE_NOTES.md
1 parent f16a1b1 commit ef8aed9

File tree

1 file changed

+39
-4
lines changed

1 file changed

+39
-4
lines changed

RELEASE_NOTES.md

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
1-
### <a name="v0.12.5a0"></a>v0.12.5a0 &nbsp;&nbsp;&nbsp;&nbsp; Released Date 2020-06-08
1+
### <a name="v0.12.6a0"></a>v0.12.6a0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-06-07
237
#### Enhancements
338
- **[Subplots: Create up to 10 "panels"](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md)**
439
- Can modify relative sizes of panels
@@ -35,7 +70,7 @@
3570
---
3671
---
3772

38-
### v0.12.4a0 &nbsp;&nbsp;&nbsp;&nbsp; Release Date 2020-05-01
73+
### v0.12.4a0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-05-01
3974

4075
- regression tests for new API
4176
- **[Renko plots](https://github.com/matplotlib/mplfinance/blob/master/examples/price-movement_plots.ipynb)** [(issue #11)](https://github.com/matplotlib/mplfinance/issues/11) &nbsp;&nbsp;&nbsp;&nbsp;(Thank you [Caleb Coffin @coffincw](https://github.com/coffincw))
@@ -52,12 +87,12 @@
5287

5388

5489
---
55-
- **v0.12.3a3 &nbsp;&nbsp;&nbsp;&nbsp; Released 2020-03-04**
90+
- **v0.12.3a3 &nbsp;&nbsp;&nbsp;&nbsp; released 2020-03-04**
5691

5792
- `linecolor` kwarg for line plots &nbsp;&nbsp;&nbsp;&nbsp;(Thank you Caleb Coffin @coffincw)
5893
- implement save figure to in-memory buffer &nbsp;&nbsp;&nbsp;&nbsp;(Thank you Caleb Coffin @coffincw)
5994
---
60-
- **v0.12.3a2 &nbsp;&nbsp;&nbsp;&nbsp; Released 2020-02-21**
95+
- **v0.12.3a2 &nbsp;&nbsp;&nbsp;&nbsp; released 2020-02-21**
6196

6297
- implement custom markers (issue#30) &nbsp;&nbsp;&nbsp;&nbsp;(Thank you Amir Atashin @amiaty)
6398
- fix minor issue with chart `type` validator &nbsp;&nbsp;&nbsp;&nbsp;(Thank you Amir Atashin @amiaty)

0 commit comments

Comments
 (0)