Changes in version 0.1.2 (2023-05-14) BUG FIXES o The class of 'annmatrix' objects now also include "matrix" and "array" fixing a bug where matrix-generic methods like unique() treated annmatrix like a vector. o 'stack(X)' now works without errors when X contains duplicated row names and/or duplicated column names. NEW FEATURES o 'scale()' now preserves the annmatrix class. o 'rbind()' and 'cbind()' now preserve the annmatrix class and combine annotations. CHANGES o annmatrix() constructor no longer tries to set celver annotation names when 'rann' and 'cann' arguments are passed as vectors. DOCUMENTATION o Added information about return values for all .Rd files (as requested for submission to CRAN). INTERNAL o Added unit tests for annmatrix constructor Changes in version 0.1.1 (2023-05-02) NEW FEATURES o 'as.annmatrix()' converts various objects to 'annmatrix' (for now only works on matrices). o 'stack()' turns annmatrix object into a long format data frame. DOCUMENTATION o Simplified the documentation of 'help(annmatrix)' by moving conversion and subsetting methods to another place. Changes in version 0.1.0 NEW FEATURES o Created