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
119
119
120
120
.. rubric :: Features
121
121
122
+ - Support more `~proplot.ticker.AutoFormatter ` features on
123
+ `~proplot.ticker.SimpleFormatter ` (:commit: `6decf962 `).
122
124
- Support drawing colorbars with descending levels (:commit: `10763146 `)
123
125
- Add support for matplotlib stylesheets with `~proplot.config.use_style `
124
126
function and ``style `` rc param (:commit: `edc6f3c9 `).
@@ -157,6 +159,10 @@ There are quite a lot of deprecations for this release. Since this is
157
159
158
160
.. rubric :: Bug fixes
159
161
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 `).
160
166
- Fix issue where ``matplotlib.style.use `` resets backend (:commit: `c8319104 `).
161
167
- Fix issue with colormaps with dots in name (:commit: `972956b1 `).
162
168
- Fix logarithmic scale argument parsing deprecation (:commit: `6ed7dbc5 `).
You can’t perform that action at this time.
0 commit comments