diff --git a/README.md b/README.md index db8f824..4061c6c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -## NEWS +## Version History See [./inst/NEWS](./inst/NEWS) diff --git a/inst/NEWS b/inst/NEWS index e472217..0a3dda4 100644 --- a/inst/NEWS +++ b/inst/NEWS @@ -5,6 +5,7 @@ * Enhancement https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper/issues/6 - "Provide sort options for features and samples" * Built with R 3.6.1 (2019-07-05) "Action of the Toes" + # CHANGES IN VERSION 0.98.13 ## INTERNAL MODIFICATIONS @@ -19,13 +20,13 @@ * Enhancement https://github.com/HegemanLab/w4mclassfilter/issues/4 - "add and test no-imputation and centering-imputation functions": - Support no imputation. - - Support imputating missing feature-intensities as median intensity for the corresponding feature. + - Support imputating missing feature-intensities as median intensity for the corresponding feature. ## INTERNAL MODIFICATIONS * Support and tests for new features. * Built with R 3.6.1 (2019-07-05) "Action of the Toes" -* Version numbers 0.98.10 and 0.98.10 were skipped to synchronize with w4mclassfilter_galaxy_wrapper +* Version numbers 0.98.10 and 0.98.11 were skipped to synchronize with w4mclassfilter_galaxy_wrapper # CHANGES IN VERSION 0.98.9 @@ -35,6 +36,7 @@ * Fix https://github.com/HegemanLab/w4mclassfilter/issues/3 - "a single column is insufficient to calculate a variance" * Built with R version 3.4.1 (2017-06-30) "Single Candle" + # CHANGES IN VERSION 0.98.8 ## INTERNAL MODIFICATIONS @@ -43,12 +45,14 @@ * Add tests for missing and invalid input files * Built with R version 3.4.1 (2017-06-30) "Single Candle" + # CHANGES IN VERSION 0.98.7 ## SIGNIFICANT USER-VISIBLE CHANGES * First column of sample metadata is by default renamed to "sampleMetadata" unless argument 'name_smplmetadata_col1' is supplied and set to FALSE. - + + # CHANGES IN VERSION 0.98.6 ## SIGNIFICANT USER-VISIBLE CHANGES @@ -65,7 +69,7 @@ ## SIGNIFICANT USER-VISIBLE CHANGES -* Provide for more flexible input and output from env, list, or matrix/data.frame, +* Provide for more flexible input and output from env, list, or matrix/data.frame, to facilitate use with XCMS outside of the context of Galaxy Workflow4Metabolomics. ## OTHER