Skip to content

deeptime 2.3.0

Choose a tag to compare

@willgearty willgearty released this 20 Nov 18:24

This new minor version of deeptime includes a small number of new features and some minor housekeeping.

New features:

  • The pos argument for coord_geo() is now recycled when dat is a list, removing the need for repeated pos values when adding multiple time scales to the same side (#86)
  • Added built-in dataset fgdc_names which 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 in coord_geo() (#87)

Deprecation:

  • Removed getScaleData().
  • Advanced the deprecation of gggeo_scale(). This function has been fully deprecated from deeptime in favor of coord_geo().

Miscellaneous:

  • Updated citation information for the package (#89)
  • Updated package logo to reflect the recent inclusion of patterns (#90)
  • Added contribution docs (#91)