Skip to content

Commit eb06853

Browse files
Merge pull request #338 from DanielGoldfarb/master
Update RELEASE_NOTES.md
2 parents b182c11 + 8bb46f3 commit eb06853

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

RELEASE_NOTES.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
####
22
---
33

4+
### <a name="v0.12.7a7"></a>v0.12.7a7 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2021-02-22
5+
6+
- Support [**`type=hollow_and_filled` candles**](https://github.com/matplotlib/mplfinance/blob/master/examples/hollow_and_filled_candles.ipynb). &nbsp; (Thank you [Kenan Arik](https://github.com/KenanHArik))
7+
- Add example to show [10 years of daily data and how resampling affects candlesticks](https://github.com/matplotlib/mplfinance/blob/master/examples/resample10years.ipynb). &nbsp; (See also [issue 307](https://github.com/matplotlib/mplfinance/issues/307))
8+
- new function: **`mpf.write_style_file(style,filename)`** allows users to save their custom mpf styles.
9+
- support alias names for plot types. <br>(for example "candle" is the same as "candlestick", and "hollow" is the same as "hollow_and_filled").
10+
- new styles: "**ibd**" and "**kenan**".
11+
- kwarg `scale_widths_adjustment` now supports `volume_linewidth`, `ohlc_linewidth`, and `candle_linewidth`. <br>(see also [widths notebook/tutorial](https://github.com/matplotlib/mplfinance/blob/master/examples/widths.ipynb))
12+
13+
14+
---
15+
16+
### <a name="v0.12.7a5"></a>v0.12.7a5 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2021-01-23
17+
18+
- Add `style_name` kwarg to `mpf.make_mpf_style()`
19+
- Add `vcdopcod` kwarg to `mpf.make_marketcolors()` (volume color depends on price change-on-day).
20+
21+
---
22+
423
### <a name="v0.12.7a4"></a>v0.12.7a4 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-12-22
524

625
- fix [timezone bug](https://github.com/matplotlib/mplfinance/issues/236).

0 commit comments

Comments
 (0)