v3.0.0
[3.0.0] - 2022-12-15
Added
-
Python wheel for Python 3.11.
-
residual_plot()
.See: example notebook.
-
geom_area_ridges()
.See: example notebook.
-
geom_pie()
.See: example notebook.
-
Annotations for pie chart:
See: example notebook.
-
New variables computed by
'count'
and'count2d'
statistics:'..sum..'
,'..prop..'
,'..proppct..'
.See: example notebook.
-
Maps:
-
"Spatial pies" on interactive maps.
See: example notebook.
-
The
flat
parameter forgeom_path()
andgeom_segment()
(replaces the retiredgeodesic
parameter ingeom_livemap
).See: example notebook.
-
-
Static maps:
-
The value "provided" for
use_crs
parameter.See: example notebook.
-
-
geom_imshow()
:-
Improved performance by orders of magnitude.
-
Transparency of
NaN
values in grayscale images [#631].
See: example notebook. -
alpha
parameter [#630].
See: example notebook.
-
-
tails_cutoff
parameter ingeom_violin()
See: example notebook.
Changed
- [BREAKING] Dropped support for Python 3.6 as it is in the "end-of-life" of its release cycle.
- [BREAKING]
geom_livemap()
itself no longer draws geometries, so the following options are no longer supported:
symbol
,data
,mapping
,map
,map_join
,ontop
,stat
,position
,show_legend
,sampling
,tooltips
.
To draw point and pie markers on map, please, use thegeom_point()
andgeom_pie()
geometry layers. - Java/Swing platf.: Apache Batik upgraded to v.1.16 [#624], [LPK #140].
- The default size is increased for the plot title and decreased for the caption.
- Upgraded Kotlin version to 1.7.21 (was 1.7.20).
Fixed
- Themes: can't change plot background after applying a "flavor" [#623].
- Layout: uneven left/right, top/bottom plot margins [#625].
- A plot building error with empty data on various geoms.
- Precision error in gradient [#634].
- geom_livemap: wrong position when datapoints geodesic line goes close to the N.P. [#645].