Skip to content

Commit b182c11

Browse files
Update RELEASE_NOTES.md
1 parent 9bc1c6c commit b182c11

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.7a4"></a>v0.12.7a4 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-12-22
5+
6+
- fix [timezone bug](https://github.com/matplotlib/mplfinance/issues/236).
7+
- set kwarg `tz=localize=False` for legacy timezone behavior
8+
9+
- <a name="v0.12.7a3"></a>v0.12.7a3 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; merged 2020-12-21
10+
- calculate volume exponent ( more efficient than extra call to `draw()`)
11+
- support `volume_exponent` kwarg to allow user to manually choose volume exponent.
12+
- add version information to pytest logs
13+
14+
- <a name="v0.12.7a2"></a>v0.12.7a2 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; merged 2020-10-21
15+
- Add "[growing candle animation](https://github.com/matplotlib/mplfinance/blob/master/examples/mpf_animation_growingcandle.py)" to examples.
16+
- Bug fix for [issue #279](https://github.com/matplotlib/mplfinance/issues/279) `Mpf_Figure.subplots()` not working (always raising exception).
17+
18+
- <a name="v0.12.7a1"></a>v0.12.7a1 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; merged 2020-08-16
19+
- Support passing `dict` for kwarg `title=` (instead of just string) to allow modification of title font and all other kwargs available to matplotlib's [`Figure.suptitle()`](https://matplotlib.org/3.3.4/api/_as_gen/matplotlib.figure.Figure.html#matplotlib.figure.Figure.suptitle): The dict must include `title=<string>`. Then just add whatever `Figure.suptitle()` kwargs to the dict that is passed to mplfinance's kwarg `title=`. [Thank you Teddy Rowan](https://github.com/matplotlib/mplfinance/pull/237)
20+
21+
---
22+
423
### <a name="v0.12.7a0"></a>v0.12.7a0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; released 2020-08-09
524
#### Enhancements
625

0 commit comments

Comments
 (0)