Skip to content

Latest commit

 

History

History
149 lines (127 loc) · 7.42 KB

NEWS.md

File metadata and controls

149 lines (127 loc) · 7.42 KB

kdry NEWS

v0.0.2 (2024-03-08)

New features

  • added new reporting fun rep_frac_pct2 (ff89b91)

Bug fixes

  • this commit aims at fixing errors with list.update on r-oldrel (614b021)

Other changes

Full set of changes: v0.0.1...v0.0.2

v0.0.1 (2023-04-16)

Breaking changes

New features

  • added pval-helper (6e20f3b)
  • added icolnames function (a2de961)
  • added more reporting tools (bfea7aa)
  • started adding reporting utilities (75c0289)
  • added mlh_reshape (e1e835d)
  • added function to fix data types for calculating performance measures (215615d)
  • added format_xy (18b0e37)
  • added list.update (03031a1)
  • added check for available cores (9fed377)
  • added parsing of color arguments to parallel coordinates plot (d043226)
  • added plt_parallel_coordinates (27a0861)
  • added list.append (9f80dec)
  • added duplicated_by_names (3a1dd10)
  • added first general functions (cc13558)

Bug fixes

  • fixed argument name of recursive_copy (cecbec2)
  • removed scaling of color_var (3ce00bc)
  • also allowing surv objects in mlh_subset (4791339)
  • fixed stopifnot in format_xy (e726ab2)
  • fix namespace errors with ggplot2 (bdbe373)
  • fixed logic for returning out-sample ids (28cc902)
  • removed wronge pkg name (d9a347e)

Refactorings

  • added interactivity to recursive copying (775fafe)
  • removed unnecessary pkg ns check 3 (7e47eb4)
  • removed unnecessary pkg ns check 2 (eb261ae)
  • removed unnecessary pkg ns check (4b06602)
  • removed mlh_fix_performance_types (c671a09)
  • only converting non-factors if necessary (a00b747)
  • refactored argument catcher (0124672)

Docs

  • updated documentation (bb2b489)
  • updated example (3fb3fb6)
  • updated examples (e79cf3f)
  • updated example (e96326a)
  • updated readme with installation details (bcf9ebc)
  • finishing documentation (d9ab512)
  • working on function documentations (c7213b5)
  • started working on documentation; added unit tests (b66666d)

Other changes

  • fixed cran submission (34b5f73)
  • included cran comments; updated news.md (51ae5f0)
  • more informative error messages to stopifnot (ca338fb)
  • working on improving error messages in stopifnot statements (09657e7)
  • added recursive copying function (b056879)
  • doparallel and foreach to imports (d350672)
  • updated documentation (fb7036d)
  • updated description and news (b41ca14)
  • updated news.md (812e2c1)
  • updated news.md (9d40c37)
  • adaptions to new package (d04c5c9)

Full set of changes: 41f1eba...v0.0.1