NEWS.md

hyperSpec 0.101.0 (2024-05-01)

User-Facing Changes from Previous Versions

Repository

Documentation

New Functions and Methods

Changes

Bugfixes

Soft Deprecation: Functions That Will Be Moved to Other Packages

Portions of package hyperSpec were partitioned into individual packages to facilitate maintenance.

Soft Deprecation: Function Name Standardization

The names of functions in hyperSpec started to be standardized to (a) have more self-explanatory names which reflect the essence of the functions and (b) to be more in alignment with the Tidyverse style. The following functions were renamed (see the table and the list below). In the current version of package, both old and new functions exist. But gradually the old functions will go through the deprecation phases and finally will be removed in the future versions of the package.

Function to Deprecate | New (replacement) function | Related issues -------------------------|------------------------------- | ---------------- .fileio.optional() | .spc_io_postprocess_optional() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#302 .fix_spc_colnames() | .spc_fix_colnames() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 alois.palette() | palette_alois() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#299, @sangttruong chk.hy() | assert_hyperSpec() | #34 fitraster() | raster_fit() | #47 guess.wavelength() | extract_numbers() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#309 hy.getOption() | hy_get_option() | #21 hy.getOptions() | hy_get_options() | #21 hy.setOptions() | hy_set_options() | #21 makeraster() | raster_make() | #47 mark.dendrogram() | mark_groups_in_dendrogram() | #43 markpeak() | mark_peak() | #44 matlab.dark.palette() | palette_matlab_dark() | cbeleites/hyperSpec#299, cbeleites/hyperSpec#299, @sangttruong matlab.palette() | palette_matlab() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#299, @sangttruong mergeextra() | merge_data() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#302 orderwl() | wl_sort() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#309 normalize01() | normalize_01() | #50 pearson.dist() | dist_pearson() | #19 plotc() | plot_c() | #48 plotmap() | plot_map() | #48 plotmat() | plot_matrix() | #48 plotspc() | plot_spc() | #48 plotvoronoi() | plot_voronoi() | #48 pooled.cov() | cov_pooled() | #51 spc.bin() | spc_bin() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 spc.fit.poly() | spc_fit_poly() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 spc.fit.poly.below() | spc_fit_poly_below() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 spc.identify() | identify_spc() | #40 spc.label.default() | format_label_ispc_wl() | #39 spc.label.wlonly() | format_label_wl_only() | #39 spc.loess() | spc_loess() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 spc.NA.approx() | spc_na_approx() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 spc.point.default() | locate_spc_point_clicked() | #46 spc.point.max() | locate_spc_point_max() | #46 spc.point.min() | locate_spc_point_min() | #46 spc.point.sqr() | locate_spc_point_parabola_max()| #46 spc.rubberband() | spc_rubberband() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 spc.smooth.spline() | spc_smooth_spline() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#301 stacked.offsets() | calculate_offsets() | #41 wl.eval() | wl_eval() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#309 wlconv() | wl_convert_units() | cbeleites/hyperSpec#208, cbeleites/hyperSpec#309

Defunct/Removed Features

Non-User-Facing Changes from 0.99 Series

Acknowledgements



r-hyperspec/hyperSpec documentation built on May 31, 2024, 5:53 p.m.