[Pkg-octave-commit] [octave-optim] branch master updated (36783da -> 8eae429)

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Tue Jan 21 14:07:21 UTC 2014


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a change to branch master
in repository octave-optim.

      from  36783da   Bump to Standards-Version 3.9.5, no changes needed
      adds  4e42ae2   Imported Upstream version 1.3.0
       new  5a844da   Merge tag 'upstream/1.3.0'
       new  f2ebb5f   Refresh patch autoload-yes.patch for new upstream release
       new  8eae429   Drop Lintian override for hardening-no-fortify-functions

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                            |   8 +-
 INDEX                                  |  21 +-
 Makefile                               |  19 -
 NEWS                                   |  33 ++
 debian/octave-optim.lintian-overrides  |   1 -
 debian/patches/autoload-yes.patch      |   4 +-
 doc/figures/optim_tutorial_slice.eps   | Bin 11837 -> 0 bytes
 inst/LinearRegression.m                | 203 ++++++---
 inst/__poly_2_extrema.m                |  54 ---
 inst/brent_line_min.m                  |   8 +-
 inst/cdiff.m                           |  56 +--
 inst/cpiv_bard.m                       |  96 ++--
 inst/curvefit_stat.m                   |   8 +-
 inst/d2_min.m                          |  12 +-
 inst/dcdp.m                            |  52 ++-
 inst/dfdp.m                            |  98 ++--
 inst/dfpdp.m                           |  84 ++--
 inst/dfxpdp.m                          |  84 ++--
 inst/fminsearch.m                      |  36 --
 inst/fminunc_compat.m                  | 166 -------
 inst/gjp.m                             |  78 ++--
 inst/jacobs.m                          | 138 +++++-
 inst/leasqr.m                          | 810 ++++++++++++++++-----------------
 inst/minimize.m                        |  14 +-
 inst/nelder_mead_min.m                 |   8 +-
 inst/nonlin_curvefit.m                 |   4 +-
 inst/nonlin_min.m                      | 618 +++++++++++++------------
 inst/nonlin_residmin.m                 |  15 +-
 inst/optim_problems.m                  |   4 +-
 inst/optimset_compat.m                 |  76 ----
 inst/poly_2_ex.m                       |   2 +-
 inst/powell.m                          |  95 ++--
 inst/{ => private}/__bracket_min.m     |   0
 inst/private/__collect_constraints__.m |   8 +-
 inst/private/__covd_wls__.m            |   2 +-
 inst/private/__covp_corp_wls__.m       |   6 +-
 inst/private/__dfdp__.m                | 328 ++++++++++---
 inst/private/__lm_feasible__.m         |  37 +-
 inst/private/__lm_svd__.m              | 480 ++++++++++---------
 inst/private/__nonlin_residmin__.m     | 536 +++++++++++-----------
 inst/private/__null_optim__.m          |   2 +-
 inst/private/__plot_cmds__.m           |  52 ++-
 inst/private/__residmin_stat__.m       | 180 ++++----
 inst/private/__s2mat__.m               |   2 +-
 inst/{ => private}/__semi_bracket.m    |   0
 inst/private/__siman__.m               |  39 +-
 inst/private/__sqp__.m                 |   5 -
 inst/residmin_stat.m                   |  29 +-
 inst/test_d2_min_2.m                   |   2 +-
 inst/test_fminunc_1.m                  | 144 ------
 inst/test_min_1.m                      |  12 +-
 inst/test_min_2.m                      |   6 +-
 inst/test_min_3.m                      |   8 +-
 inst/test_min_4.m                      |   6 +-
 inst/test_nelder_mead_min_2.m          |   2 +-
 inst/test_wpolyfit.m                   |  28 +-
 inst/vfzero.m                          |  18 +-
 inst/wrap_f_dfdp.m                     |   2 +-
 src/__bfgsmin.cc                       |   1 +
 59 files changed, 2365 insertions(+), 2475 deletions(-)
 delete mode 100644 Makefile
 delete mode 100644 doc/figures/optim_tutorial_slice.eps
 delete mode 100644 inst/__poly_2_extrema.m
 delete mode 100644 inst/fminsearch.m
 delete mode 100644 inst/fminunc_compat.m
 delete mode 100644 inst/optimset_compat.m
 rename inst/{ => private}/__bracket_min.m (100%)
 rename inst/{ => private}/__semi_bracket.m (100%)
 delete mode 100644 inst/test_fminunc_1.m

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-optim.git



More information about the Pkg-octave-commit mailing list