deeptime 2.3.0
This new minor version of deeptime includes a small number of new features and some minor housekeeping.
New features:
- The
posargument forcoord_geo()is now recycled whendatis a list, removing the need for repeatedposvalues when adding multiple time scales to the same side (#86) - Added built-in dataset
fgdc_nameswhich includes FGDC pattern codes and verbatim names for named patterns - Added
fgdc_dict()which can be used to generate a labeling dictionary for FGDC pattern codes (#79) - Added an optional theme element (
deeptime.scale.background) to customize the background of the time scale area incoord_geo()(#87)
Deprecation:
- Removed
getScaleData(). - Advanced the deprecation of
gggeo_scale(). This function has been fully deprecated from deeptime in favor ofcoord_geo().
Miscellaneous: