Skip to content

Commit 61a45d4

Browse files
committed
Update changelog and index
1 parent 77e406a commit 61a45d4

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,12 @@ ProPlot v0.5.0 (2020-##-##)
3232
*or* `~proplot.subplots.subplots` (:pr:`50`). This is a major improvement!
3333
- `~proplot.subplots.GridSpec` now accepts physical units, rather than having
3434
`~proplot.subplots.subplots` handle the units (:pr:`50`).
35-
- Add `xlinewidth`, `ylinewidth`, `xgridcolor`, `ygridcolor` keyword
36-
args to `~proplot.axes.XYAxes.format` (:pr:`50`).
3735
- Allow "hanging" twin *x* and *y* axes as members of the `~proplot.subplots.EdgeStack`
3836
container. Arbitrarily many siblings are now permitted.
3937
- Use `~proplot.subplots.GeometrySolver` for calculating various automatic layout
4038
stuff instead of having 1000 hidden `~proplot.subplots.Figure` methods (:pr:`50`).
4139
- Use `~proplot.subplots.EdgeStack` class for handling
4240
stacks of colorbars, legends, and text (:pr:`50`).
43-
- `~proplot.rctools.rc` `~proplot.rctools.rc_configurator.__getitem__` always
44-
returns the setting; "caching" can only be used *explicitly* by passing ``cache=True`` to
45-
`~proplot.rctools.rc_configurator.get`, `~proplot.rctools.rc_configurator.fill`, and
46-
`~proplot.rctools.rc_configurator.category` (:pr:`50`).
47-
48-
.. rubric:: Bug fixes
49-
50-
- Fix `~proplot.rctools.rc_configurator.context` fatal bug (:issue:`80`).
5141

5242
.. rubric:: Internals
5343

@@ -56,9 +46,6 @@ ProPlot v0.5.0 (2020-##-##)
5646
- Panels, colorbars, and legends are now members of `~proplot.subplots.EdgeStack`
5747
stacks rather than getting inserted directly into
5848
the main `~proplot.subplots.GridSpec` (:pr:`50`).
59-
- Define `~proplot.rctools.rc` default values with inline dictionaries rather than
60-
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
61-
(:pr:`50`).
6249

6350
ProPlot v0.4.0 (2020-##-##)
6451
===========================
@@ -72,7 +59,13 @@ ProPlot v0.4.0 (2020-##-##)
7259

7360
- Add Fira Math as DejaVu Sans-alternative (:pr:`95`). Has complete set of math characters.
7461
- Add TeX Gyre Heros as Helvetica-alternative (:pr:`95`). This is the new open-source default font.
62+
- Add `xlinewidth`, `ylinewidth`, `xgridcolor`, `ygridcolor` keyword
63+
args to `~proplot.axes.XYAxes.format` (:pr:`95`).
7564
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by `~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are missing characters, but preserve graceful fallback for end user.
65+
- `~proplot.rctools.rc` `~proplot.rctools.rc_configurator.__getitem__` always
66+
returns the setting. To get context block-restricted settings, you must explicitly pass
67+
``context=True`` to `~proplot.rctools.rc_configurator.get`, `~proplot.rctools.rc_configurator.fill`,
68+
or `~proplot.rctools.rc_configurator.category` (:pr:`91`).
7669

7770
.. rubric:: Bug fixes
7871

@@ -86,6 +79,12 @@ ProPlot v0.4.0 (2020-##-##)
8679
- Imperative mood for docstring summaries (:pr:`92`).
8780
- Fix `~proplot.styletools.show_cycles` bug (:pr:`90`) and show cycles using colorbars rather than lines.
8881

82+
.. rubric:: Internals
83+
84+
- Define `~proplot.rctools.rc` default values with inline dictionaries rather than
85+
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
86+
(:pr:`91`).
87+
8988
ProPlot v0.3.1 (2019-12-16)
9089
===========================
9190
.. rubric:: Bug fixes

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ProPlot
1010

1111
A comprehensive, easy-to-use `matplotlib <https://matplotlib.org/>`__ wrapper for making beautiful, publication-quality graphics. This project is published `on GitHub <https://github.com/lukelbd/proplot>`__.
1212

13-
Please note that due to my day job as a graduate student, `certain feature additions <https://github.com/lukelbd/proplot/pulls?q=is%3Aopen+is%3Apr>`__ will be delayed to the summer of 2020. In the meantime, if you are interested in contributing to ProPlot, please see the :ref:`Contribution guide`. Any amount of help is welcome!
13+
Please note that due to my day job as a graduate student, `certain feature additions <https://github.com/lukelbd/proplot/pulls?q=is%3Aopen+is%3Apr>`__ will be delayed to the summer of 2020. In the meantime, if you are interested in contributing to ProPlot, please see the :ref:`contribution guide <Contribution guide>`. Any amount of help is welcome!
1414

1515
.. toctree::
1616
:maxdepth: 1

0 commit comments

Comments
 (0)