Skip to content

Commit

Permalink
update news, v 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbass committed Dec 13, 2023
1 parent a271d15 commit 1ecbbec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: chromConverter
Title: Chromatographic File Converter
Version: 0.5.1
Version: 0.6.0
Authors@R: c(
person(given = "Ethan", family = "Bass", email = "ethanbass@gmail.com",
role = c("aut", "cre"),
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## chromConverter 0.5.1
## chromConverter 0.6.0

* Fixed `read_chemstation_ch` parser to correctly read "Mustang Chemstation" 179 files with 8-byte encoding.
* Added alias to `read_chroms` for reading `mzxml` files with `RaMS`.
* Refactored `read_shimadzu` function and added support for new types of chromatograms (e.g. status, uv and total ion chromatograms). Added support for reading multiple types of chromatograms at once.
* Added internal parser for 1D 'Waters RAW' chromatograms.
* Added `collapse` argument to call_rainbow to collapse superfluous lists.
* Re-factored `read_shimadzu` function and added support for new types of chromatograms (e.g. status, uv and total ion chromatograms). Added support for reading multiple types of chromatograms at once.
* Added support for reading MS spectra from 'Shimadzu' ascii files using `read_shimadzu`.
* Added `...` argument to `read_chroms` for supplying additional arguments to parsers.

## chromConverter 0.5.0

Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ citEntry(
title = "chromConverter: Chromatographic File Converter",
author = "Ethan Bass",
year = "2023",
version = "version 0.5.1",
version = "version 0.6.0",
doi = "10.5281/zenodo.6792521",
url = "https://ethanbass.github.io/chromConverter/",
textVersion = paste("Bass, E. (2023).",
Expand Down

0 comments on commit 1ecbbec

Please sign in to comment.