-
Notifications
You must be signed in to change notification settings - Fork 664
Home
Daniel Goldfarb edited this page Jan 9, 2020
·
46 revisions
- README: use absolute (vs relative) links in "Contents" section, so links will work on PyPI.
- keep in mind this will mean links on PyPI will send user back to analogous place in README on GitHub, due to the limitations described here: https://github.com/pypa/warehouse/issues/4064
- README: near bottom, link to examples folder (not to a specific example notebook).
Better yet remove this section and create an Examples section (with its own internal link) near the top of the README.- clean up examples folder (create
scratch
subfolder).
- clean up examples folder (create
- Release Notes: fix typo in date 2019-13-20 -> 2019-12-20
- Add a "deprecation" warning for
mpl-finance
APIs. (Can these be coded to write out only once after import?)
- Customizing the Appearance of Plots
- Technical Studies
-
noshow=True
and return fig and [axes].
or, alternatively, acceptaxis=ax
on which to plot OHLC or candlestick data. - fix and/or replace old matplotlib finance documentation:
https://matplotlib.org/api/finance_api.html