Skip to content

Commit

Permalink
Update NEWS file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Jul 26, 2016
1 parent ef488cf commit e1d915d
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions inst/NEWS
Original file line number Diff line number Diff line change
@@ -1,23 +1,45 @@
CHANGES IN VERSION 1.49.3
-------------------------

NEW FEATURE:
+ updateObject method for xcmsSet.

USER VISIBLE CHANGES:
+ xcms uses now BiocParallel for parallel processing. All other parallel
processing functions have been deprecated.

BUG FIXES:
+ Added missing package imports.
+ Fix bug in fillPeaksChromPar referencing a non-existing variables i and
object.
+ Fix bug in group.nearest: variable scoreList was mis-spelled (coreList).
+ Remove all DUP = FALSE from the .C calls as they are ignored anyways.

OTHER CHANGES
+ Re-organization of class, function and method definitions in R-files.
+ Use roxygen2 to manage the DESCRIPTION's collate field.


CHANGES IN VERSION 1.49.2
-------------------------

NEW FEATURE:

+ Initial support for exporint mzTab format. Since Changes are
still to be expected, xcms:::writeMzTab() is not yet exported.
+ Initial support for exporint mzTab format. Since Changes are
still to be expected, xcms:::writeMzTab() is not yet exported.

CHANGES IN VERSION 1.49.1
-------------------------

NEW FEATURE:

+ The raw CDF/mzXML/mzData/mzML is assumed to have scans sorted by m/z.
Instead of throwing an "m/z sort assumption violated !" error,
the data is re-read and on-demand sorted by m/z.
Instead of throwing an "m/z sort assumption violated !" error,
the data is re-read and on-demand sorted by m/z.

CHANGES IN VERSION 1.47.3
-------------------------
+ Disable parallel processing in unit tests causing a timeout
+ Disable parallel processing in unit tests causing a timeout
on BioC build machines

CHANGES IN VERSION 1.47.2
Expand Down

0 comments on commit e1d915d

Please sign in to comment.