Skip to content

Releases: wincowgerDEV/OpenSpecy-package

1.1.0

23 Jun 21:35
Compare
Choose a tag to compare

cran release

Open Specy 1.0.8

18 Mar 16:21
Compare
Choose a tag to compare

Minor Improvements

  • updated manage_na, spec_res, read_any for easier flow with the app

Open Specy 1.0.7

12 Mar 15:58
Compare
Choose a tag to compare

Minor Improvements

  • Modified manage_na.R
  • Added to NAMESPACE

OpenSpecy 1.0.6

25 Nov 13:08
5d88bf2
Compare
Choose a tag to compare

Minor Improvements

  • Add attributes to OpenSpecy objects
  • More flexible sig_noise()
  • Simpler matching

OpenSpecy 1.0.5

31 Oct 10:32
Compare
Choose a tag to compare

Minor Improvements

  • Support .tsv files

Bug Fixes

  • Flip xy coordinates in ENVI files

OpenSpecy 1.0.4

02 Oct 18:18
5675be0
Compare
Choose a tag to compare

Minor Improvements

  • More contributors
  • showlegend argument for interactive plots

Bug Fixes

  • Fixes a fatal error in match_spec() probably causing incorrect identifications

OpenSpecy 1.0.3

13 Sep 15:35
8a3197b
Compare
Choose a tag to compare

Minor Improvements

  • Simplify check_OpenSpecy()
  • Improve unit tests
  • Improve interactive plots

OpenSpecy 1.0.2

05 Sep 13:39
f4c2107
Compare
Choose a tag to compare

Bug Fixes

  • Set data.table threads to 2 for (CRAN) checks

OpenSpecy 1.0.1

04 Sep 14:09
8ed1ba9
Compare
Choose a tag to compare
OpenSpecy 1.0.1 Pre-release
Pre-release

Bug Fixes

  • Fixed spelling mistakes
  • Reduced example and test run times for CRAN

OpenSpecy 1.0.0

01 Sep 19:50
3efca61
Compare
Choose a tag to compare
OpenSpecy 1.0.0 Pre-release
Pre-release

New Features

  • Complete package, app, and SOP overhaul!
  • The Shiny app has been outsourced to an own GitHub repository:
    https://github.com/wincowgerDEV/OpenSpecy-shiny
  • Spectra are now stored in dedicated OpenSpecy objects, which can be managed
    with a set of new functions including c_spec() for concatenating spectra or
    converting them back to tables
  • Various functions have been renamed and improved, for instance, to facilitate
    reading (and writing) spectral files
  • New functions include def_features() to identify microplastics in spectral
    maps and ai_classify() to use AI for matching/identifying spectra

Minor Improvements

  • Added pkgdown documentation
  • Added code coverage tests