File tree Expand file tree Collapse file tree 2 files changed +202
-90
lines changed
Expand file tree Collapse file tree 2 files changed +202
-90
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,8 @@ There are quite a lot of deprecations for this release. Since this is
119119
120120.. rubric :: Features
121121
122+ - Support more `~proplot.ticker.AutoFormatter ` features on
123+ `~proplot.ticker.SimpleFormatter ` (:commit: `6decf962 `).
122124- Support drawing colorbars with descending levels (:commit: `10763146 `)
123125- Add support for matplotlib stylesheets with `~proplot.config.use_style `
124126 function and ``style `` rc param (:commit: `edc6f3c9 `).
@@ -157,6 +159,10 @@ There are quite a lot of deprecations for this release. Since this is
157159
158160.. rubric :: Bug fixes
159161
162+ - Fix issue where `~proplot.ticker.AutoFormatter ` tools were not locale-aware, i.e. use
163+ comma as decimal point sometimes (:commit: `c7636296 `).
164+ - Fix issue where `~proplot.ticker.AutoFormatter ` nonzero-value correction algorithm was
165+ right for wrong reasons and could be wrong in rare circumstances (:commit: `c7636296 `).
160166- Fix issue where ``matplotlib.style.use `` resets backend (:commit: `c8319104 `).
161167- Fix issue with colormaps with dots in name (:commit: `972956b1 `).
162168- Fix logarithmic scale argument parsing deprecation (:commit: `6ed7dbc5 `).
You can’t perform that action at this time.
0 commit comments