Releases: matplotlib/mplfinance
Releases · matplotlib/mplfinance
v0.12.10b0
What's Changed
- markersize validator extended by @ugorsahin in #580
- add ticks_issue_573.ipynb by @DanielGoldfarb in #589
- saving a few examples and experiments into the repository by @DanielGoldfarb in #599
- Ploting Example Added With Data by @DrChandrakant in #612
- add scratch work from issue436 and stackoverflow 75737197 by @DanielGoldfarb in #631
- move indicator examples into indicator directory by @DanielGoldfarb in #632
- Style Enhancements, and add styles from Chandrakant by @DanielGoldfarb in #634
- API for adding Legend labels:
mpf.make_addplot(..., label="myLabel")
by @alexpvpmindustry in #605- Many thanks to @alexpvpmindustry for implementing Legend Labels.
- Click here to see code examples for adding legend labels
New Contributors
- @ugorsahin made their first contribution in #580
- @DrChandrakant made their first contribution in #612
- @alexpvpmindustry made their first contribution in #605
Full Changelog: v0.12.9b7...v0.12.10b0
Point and Figure rewrite
-
Rewrite Point and Figure code to fix problems noted in #568
-
also includes assorted changes to fix various deprecation warnings that otherwise appeared when mplfinance ran with newer versions of matplotlib and pandas.
What's Changed
- Fix a few deprecation warnings by @DanielGoldfarb in #571
- Rewrite (fix/correct) Point and Figure algorithm by @DanielGoldfarb in #575
Full Changelog: v0.12.9b5...v0.12.9b7
Hacktoberfest
What's Changed
- Change maximum panels to 32 in docs & examples, in regards to completion of #377 by @Animeshz in #555
- mpf now accepts alpha parameter as list for [hvat]lines so it is possible to set a different alpha for each line.
- Script additions for 'ema' plotting by @andrewrgarcia in #563
- Added xlabel= kwarg to mpf.plot() by @vedant-gawande in #564
- Check for whitespace in column names when column not found. by @DanielGoldfarb in #567
New Contributors
- @Animeshz made their first contribution in #555
- @nijek made their first contribution in #558
- @andrewrgarcia made their first contribution in #563
- @vedant-gawande made their first contribution in #564
Full Changelog: v0.12.9b1...v0.12.9b5
v0.12.9b1
What's Changed (PR #530)
- Handle OHLC and Volume on same panel, by ...
- placing Volume on the panel's secondary axes
- using Axes.zorder to make sure OHLC is draw on top of volume
- Also add the following kwargs to
mpf.plot()
:volume_alpha
to set alpha of volume barsvolume_ylim
to set ylim values of the Volume axis
Full Changelog: v0.12.9b0...v0.12.9b1
v0.12.9b0
What's Changed
- tweak multicursor, and add ginput example by @DanielGoldfarb in #501
- Removing a TODO comment in
plotting.py
by @anbarief in #504 - Removed
if (plottype not in _valid_types_all) ...
and alsonum_panels = config['num_panels']
by @anbarief in #507 - allow a list to be passed as
mpl_base_style
kwarg by @donbing in #516 - Assorted cleanup and minor fixes. by @DanielGoldfarb in #526
- fill_between support for addplot, and for list of fill_between. by @DanielGoldfarb in #529
New Contributors
- @anbarief made their first contribution in #504
- @wgong made their first contribution in #511
- @donbing made their first contribution in #516
- @jubapa made their first contribution in #519
Full Changelog: v0.12.8b9...v0.12.9b0
v0.12.8b9
What's Changed
- completed kwarg descriptions for
mpf.kwarg_help()
by @DanielGoldfarb in #498
Full Changelog: v0.12.8b8...v0.12.8b9
v0.12.8b8
What's Changed
- Ability to sort kwargs alphabetically when calling
kwarg_help()
by @DanielGoldfarb in #491
Full Changelog: v0.12.8b7...v0.12.8b8
v0.12.8b7
v0.12.8b6
What's Changed
- addplot
type='scatter'
now supportsedgecolors
andlinewidths
kwargs (to modify scatter markers) by @fxhuhn in #405 make_addplot()
now supportsmarketcolors
kwarg. This greatly simplifies plotting multiple ohlc/candle data sets, each with their own marketcolors, all within a singlestyle
. by @miya779 in #471- minor changes to README, to workflow, and change setup dev status from alpha to beta by @DanielGoldfarb in #482
New Contributors
Full Changelog: v0.12.8b4...v0.12.8b6
v0.12.8b4
What's Changed
- GitHub Actions workflows to deploy package to PyPI and TestPyPI by @DanielGoldfarb in #479
- add status badge for mplfinance checks by @DanielGoldfarb in #480
- Set single candle color by @AurumnPegasus in #451
New Contributors
- @AurumnPegasus made their first contribution in #451
Full Changelog: v0.12.8b3...v0.12.8b4