Skip to content

Commit 221c1cc

Browse files
Update RELEASE_NOTES.md
1 parent 511a639 commit 221c1cc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

RELEASE_NOTES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### <a name="v0.12.7a0"></a>v0.12.7a0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-08-07
2+
#### Enhancements
3+
4+
- [**External Axes Mode**](https://github.com/matplotlib/mplfinance/blob/master/markdown/subplots.md#the-matplotlib-method)
5+
- [Issue #114: Display multiple plots in a row](https://github.com/matplotlib/mplfinance/issues/114).
6+
- [Issue #209: Allow plotting on the existing AXIS](https://github.com/matplotlib/mplfinance/issues/209).
7+
8+
- [**Animation Support**](https://github.com/matplotlib/mplfinance/blob/master/markdown/animation.md):
9+
- [Issue #25: Support animation/live updating of OHLCV data plots](https://github.com/matplotlib/mplfinance/issues/25).
10+
11+
---
12+
### <a name="v0.12.6a3"></a>v0.12.6a3 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-06-28
13+
- accept lower case column names in dataframe (i.e. 'close' is the same as 'Close') ([Issue #197](https://github.com/matplotlib/mplfinance/issues/197))
14+
---
15+
### <a name="v0.12.6a2"></a>v0.12.6a2 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-06-28
16+
- `tight_layout` now supports adjusting Figure borders (padding) around plot. ([Issue #196](https://github.com/matplotlib/mplfinance/issues/196))
17+
---
18+
### <a name="v0.12.6a1"></a>v0.12.6a1 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-06-25
19+
- `make_mpf_style()` may set `y_on_right=None`: prevent crash by treating `None` the same as `False`. ([Issue #190](https://github.com/matplotlib/mplfinance/issues/190))
20+
21+
---
22+
123
### <a name="v0.12.6a0"></a>v0.12.6a0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-06-24
224
#### Enhancements
325
- **`make_addplot()`** enhancements:

0 commit comments

Comments
 (0)