This new minor version of deeptime introduces several new features and bug fixes. It also is compatible with version 4 of ggplot2.
New features:
- Added
geom_text_phylo()
for adding node/tip labels to phylogenies when usingcoord_geo_radial()
- Updated built-in timescales to 2024/12 version of GTS
- Removed the defaults for the
colors
argument infacet_grid_color()
,facet_wrap_color()
,facet_nested_color()
, andfacet_nested_wrap_color()
- Added
facet_grid_geo()
,facet_wrap_geo()
,facet_nested_geo()
, andfacet_nested_wrap_geo()
which now serve as aliases for these functions with their original defaults (#81)
- Added
- Added legends to the examples in the "Plotting geological/stratigraphical patterns" vignette (#78)
- Added facetting examples to the "Plotting temporal data" vignette (#80)
Deprecation:
- Advanced the deprecation of
coord_geo_polar()
. Use of this function will result in a warning. This function will be removed in a future version of deeptime. - Advanced the deprecation of
getScaleData()
. This function has been fully deprecated from deeptime in favor ofget_scale_data()
.
Bug fixes: