NEWS
ramify 0.3.3 (2016-12-17)
- New functions 'clip' and 'repmat'.
- 'pprint' is now much faster for large matrices and data frames.
- 'mat.character' is now a few times faster for numeric matrices.
- Removed 'base' package from 'Depends'.
- Removed references to '"mat"' class in function documentation.
ramify 0.3.2 (2015-08-20)
- Added introductory vignette.
- New function 'atleast_2d'.
ramify 0.3.1 (2015-07-08)
- Function 'resize' did not work correctly for matrices.
- Added 'stats' packages to Depends.
- Minor bug fixes.
- Explicitly import functions from 'stats' package.
ramify 0.3.0 (2015-06-07)
- Removed '"mat"' class in favor of a generic 'pprint' function.
- Added an 'at_least2d' option to many functions for base R compatibility.
- Added global options for controlling 'pprint' and others.
- New functions 'tri', 'tril', 'triu', etc. for constructing triangular functions.
- New function 'meshgrid' for MATLAB and Python+NumPy compatibility.
ramify 0.2.1
- Retains '"mat"' class when extracting or replacing parts.
ramify 0.2.0 (2015-04-13)
- Documentation fixes.
- New functions 'argmax', 'argmin', and 'randi'.
- Most functions can also construct multi-way arrays.
- New class '"mat"' introduced for better printing of large matrices.
- New global options to control default printing of '"mat"' matrices.
ramify 0.1.0 (2015-03-23)