Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 971 Bytes

NEWS.md

File metadata and controls

18 lines (13 loc) · 971 Bytes

trias 3.0.2

  • Improve apply_gam() to avoid emerging status change for negligible near zero values (#150).
  • Show all emerging status values in the legend of the plots returned by apply_gam() (#152).
  • CITATION.cff is updated automatically via GitHub Actions (#151).

trias 3.0.1

  • Function get_cred() is not exported anymore (#146). Internally used only.
  • Add CITATION.cff (#139)

trias 3.0.0

  • Allow to specify x-scale stepsize for indicator_native_range_year() (#143)
  • Allow to specify response_type for indicator_native_range_year() to display "absolute", "relative" or "cumulative" values (inbo/alien-species-portal#119).
  • Deprecate relative argument in indicator_native_range_year() in favor of response_type argument.
  • Fix duplicate filtering for indicator_native_range_year() (#145)
  • x-axis breaks for indicator_native_range_year() and indicator_introduction_year() are prettified by using an help function, nice_seq().