Tue, 14 Jul 2015 10:55:51 -0400 |
John W. Eaton |
fix installation of script files
|
Fri, 10 Jul 2015 14:40:47 -0400 |
John W. Eaton |
eliminate recursive make invocation in scripts directory tree
|
Thu, 11 Dec 2014 14:28:43 +0100 |
Kai T. Ohlhus |
scripts/general/module.mk: new entry for nargchk.m and alphabetized. (bug #43798)
|
Wed, 24 Sep 2014 00:06:59 +0100 |
Carnë Draug |
Undeprecate flipdim (prematurely deprecated in 995df67fc912).
|
Sun, 21 Sep 2014 18:49:08 +0100 |
Carnë Draug |
Flip arrays - ND support for fliplr and flipud, and replace flipdim with flip.
|
Mon, 01 Sep 2014 10:57:29 -0700 |
Rik |
Deprecate nargchk in favor of narginchk.
|
Wed, 20 Aug 2014 00:24:03 +0100 |
Carnë Draug |
inputParser: classdef port of @inputParser from Octave Forge general pkg.
|
Sun, 08 Jun 2014 22:29:44 -0700 |
Rik |
Promote isvector, isrow, iscolumn, issquare to C++ versions (bug #42454).
|
Sun, 08 Jun 2014 18:43:36 -0400 |
Jason Alan Palmer |
Convert isscalar from an m-file to a built-in function (bug #42422).
|
Wed, 16 Apr 2014 05:57:06 -0700 |
Rik |
bicubic.m: Deprecate function for 4.2 release.
|
Mon, 02 Dec 2013 18:06:40 +0000 |
Carnë Draug |
New function validaattributes to perform input checking for functions.
|
Fri, 29 Nov 2013 21:37:21 +0000 |
Carnë Draug |
isa: allow cell array of class names as input, plus remove __isa_parent__().
|
Sat, 19 Oct 2013 17:02:50 -0700 |
Rik |
maint: Re-categorize some functions between general/ and miscellaneous/ dirs.
|
Fri, 18 Oct 2013 22:40:06 -0700 |
Rik |
Deprecate interp1q.m.
|
Tue, 09 Jul 2013 14:39:39 -0700 |
Rik |
binocdf.m: Reverse calling convention to betaincinv to preserve accuracy when p =~ 1.
|
Thu, 13 Dec 2012 22:41:48 -0800 |
Rik |
Add methods.m which extends methods() to work on Java objects.
|
Thu, 13 Dec 2012 10:57:04 -0800 |
Rik |
Add fieldnames.m which extensds fieldnames() to work on Java objects.
|
Fri, 28 Oct 2011 17:31:43 +0100 |
Carnë Draug |
New function narginchk
|
Tue, 25 Oct 2011 09:46:38 -0700 |
Jordi Gutiérrez Hermoso |
New nthargout function
|
Mon, 26 Sep 2011 15:25:17 -0400 |
John W. Eaton |
improve compatibility of arrayfun for nargout = 0 case
|
Thu, 22 Sep 2011 18:08:26 -0400 |
John W. Eaton |
document profexplore and include it in the list of files to distribute
|
Wed, 20 Jul 2011 18:33:42 +0200 |
Daniel Kraft |
Implement the profshow function to print profiler results.
|
Thu, 14 Jul 2011 22:16:24 +0200 |
Daniel Kraft |
Extend data collection in profiler and add user-interface profile function.
|
Mon, 04 Apr 2011 13:37:13 -0700 |
Rik |
Deprecate perror, strerror functions.
|
Sat, 19 Mar 2011 14:32:43 -0700 |
Rik |
Overhaul runlength.m
|
Thu, 03 Mar 2011 09:46:00 -0800 |
Rik |
Deprecate is_duplicate_entry.
|
Mon, 28 Feb 2011 22:35:41 -0800 |
Rik |
Add new isrow, iscolumn functions.
|
Fri, 31 Dec 2010 14:00:12 +0100 |
Kai Habel |
Add curl and divergence functions
|
Sun, 15 Aug 2010 13:50:41 -0700 |
Rik |
Add new randi function for random integers.
|
Tue, 23 Mar 2010 13:01:34 +0100 |
Jaroslav Hajek |
implement built-in rem and mod
|
Tue, 16 Mar 2010 15:33:35 +0100 |
Jaroslav Hajek |
rewrite nth_root, move to specfun
|
Fri, 05 Mar 2010 11:11:01 +0100 |
Jaroslav Hajek |
new function: accumdim
|
Thu, 28 Jan 2010 17:27:44 -0500 |
John W. Eaton |
general/Makefile.am (general_FCN_FILES): add chop.m to the list
|
Thu, 03 Dec 2009 15:39:20 -0500 |
John W. Eaton |
more automake fixes
|
Tue, 01 Dec 2009 22:40:37 -0500 |
John W. Eaton |
more private function and subfunction changes
|
Tue, 24 Nov 2009 15:02:04 +0100 |
Jaroslav Hajek |
move issymmetric & isdefinite to linear-algebra, create ishermitian
|
Tue, 24 Nov 2009 14:15:43 +0100 |
Jaroslav Hajek |
deprecate cellidx
|
Mon, 23 Nov 2009 06:55:30 +0100 |
Jaroslav Hajek |
implement built-in logical
|
Tue, 10 Nov 2009 15:02:25 -0500 |
John W. Eaton |
convert build system to use automake and libtool
|