NEWS
matlab 1.0.4 (2022-06-01)
BUG FIXES
- Resubmitted since code in the R Forge-built source package did not
match that of the SVN revision checked and reported on-screen, somewhat
defeating its entire purpose.
matlab 1.0.3
NEW FEATURES
- Modified .onLoad() method to shutup R CMD check's pedantic NOTE.
- Removed extraneous return() calls.
BUG FIXES
- Updated to use maintainer's current email address.
- Updated manpage author section ordering.
- Added additional basic method imports to correct R CMD check issues.
- Replaced 'rem' method to accommodate upcoming R changes. [VVH-20220524]
matlab 1.0.2 (2014-06-24)
NEW FEATURES
- Converted COPYRIGHT file to Debian standard, machine-readable format.
matlab 1.0.1 (2014-02-09)
NEW FEATURES
- Removed triple colon operators referencing internal functions
which caused YA NOTE in upcoming version of R. [UW-20140205]
- Changed the methods package dependency to an import
which caused YA NOTE in upcoming version of R. [UW-20140205]
matlab 1.0.0
SIGNIFICANT USER-VISIBLE CHANGES
- Dropped compatibility for anything less than R-2.15 as
no longer able to test against previous versions of R.
NEW FEATURES
- After almost a decade, now has a production release number.
- Added SVN revision information to many of the package files.
- Added COPYRIGHTS file, and removed LICENSE file.
- Removed .onAttach() anachronism for ensuring its methods package
dependency was available for S4 classes.
- Removed redundant 'library(methods)' calls in S4-related files.
- colorbar() example code now uses dev.new() rather than X11()
by request of CRAN maintainer. [KH-20140120]
* *
* 0.8 SERIES NEWS *
* *
matlab 0.8.9 (2011-09-30)
NEW FEATURES
- Converted .onAttach() output to use packageStartupMessage() method.
matlab 0.8.8 (2011-09-14)
NEW FEATURES
- Added 'vander' method.
- Added 'pow2' method.
- Added 'nextpow2' method.
BUG FIXES
- Additional argument checking for 'isprime' method.
matlab 0.8.7 (2011-07-23)
NEW FEATURES
- Added 'factors' method.
- Added 'hilb' method.
- Added 'isprime' method.
- Added 'primes' method.
- Added 'rosser' method.
matlab 0.8.6 (2011-04-24)
BUG FIXES
- Converted NEWS file into something R can recognize.
matlab 0.8.5
BUG FIXES
- Fixed 'mod' to correct for 'mod(n,0) == n' [HWB-20110308]
matlab 0.8.4
BUG FIXES
- Fixed 'linspace' to correct for undocumented 'floor(n)' [HWB-20110205]
- Fixed 'logspace' to correct for 'n < 2' condition. [HWB-20110205]
NEW FEATURES
- Reimplemented 'logspace' as '10 ^ linspace(a,b,n)' to consolidate.
matlab 0.8.3
BUG FIXES
- Respecify license by request of CRAN maintainer.
matlab 0.8.2
BUG FIXES
- Removed 'grdev' method from 'colorbar' test codes for R-2.8 compatibility.
matlab 0.8.1
BUG FIXES
- Modified 'sum' to handle logicals.
matlab 0.8.0
NEW FEATURES
- Added 'cell' method.
- Added 'isempty' method.
- Added 'magic' method.
- Added 'meshgrid' method.
- Added 'ndims' method.
- Added 'numel' method.
- Added 'padarray' method.
- Added 'reshape' method.
- Added 'strcmp' method.
- Modified 'repmat' to handle character vectors.
- Updated package documentation.
* *
* 0.7 SERIES NEWS *
* *
matlab 0.7.9
NEW FEATURES
- Converted error messages to use sprintf method instead of paste.
- Modified 'imagesc' method argument list to allow for x,y,col arguments.
Also makes use of '{xy}axp' arguments for tickmark labels.
- Updated package documentation.
BUG FIXES
- Fixed quoting in help message.
- Corrected 'ones', 'zeros', 'eye' methods for certain 'size_t' arguments.
- Modified 'repmat' method to not drop single dimension before replication.
- Added argument checking to 'linspace' method.
matlab 0.7.8
NEW FEATURES
- Added 'colorbar' method.
- Added 'fileparts' method.
- Added 'filesep' and 'pathsep' objects.
- Added 'fullfile' method.
- Added 'imagesc' method.
- Added 'jet.colors' method.
- Updated package documentation.
matlab 0.7.7
NEW FEATURES
- Added 'pascal' method.
- Added 'linspace' method.
- Added 'logspace' method.
- Converted 'size' method to S4.
- Added 'dimen' parameter to 'size' method.
- Added 'echo' parameter to 'toc' method.
matlab 0.7.6
SIGNIFICANT USER-VISIBLE CHANGES