octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3.6.1 release


From: Daniel J Sebald
Subject: Re: 3.6.1 release
Date: Sat, 25 Feb 2012 01:45:00 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 02/24/2012 09:44 PM, John W. Eaton wrote:
On 24-Feb-2012, Jordi GutiƩrrez Hermoso wrote:

| On 22 February 2012 14:28, John W. Eaton<address@hidden>  wrote:
|>  On 18-Feb-2012, Rik wrote:
|>
|>  | Are we okay to release 3.6.1?
|
|>  Sorry for the delay.
|
| So are we gonna have a release party or what? I'm still saving the
| champagne from the 3.6.0 party we missed.

Does the following look OK as a release announcement?

Looks great!

At http://www.gnu.org/software/octave/NEWS-3.6.html

1) Typo "fucntion has bbeen recoded" [note two typos...and don't say this out loud in mixed company]

2) Search the page for "cellstr input". Sometimes "cellstr input" appears and sometimes "cellstr inputs" appears, but often it seems just the singular 'input' is appropriate.

3) For the deprecated functions, perhaps alternate recommended function could be included because the functions won't be present to return recommended alternates anymore. I.e. (the ? I don't know about, e.g., str2mat really isn't something I used often, cell strings work better):

    The following functions were deprecated in Octave 3.2 and have been
    removed from Octave 3.6.

      Deprecated           Recommend
                           Alternate
      ----------           ---------
      create_set           unique
      dmult                diag(A)*B
      iscommand            -
      israwcommand         -
      lchol                chol (...,'lower')
      loadimage            ?
      mark_as_command      -
      mark_as_rawcommand   -
      spatan2              atan2
      spchol               chol
      spchol2inv           chol2inv
      spcholinv            cholinv
      spcumprod            cumprod
      spcumsum             cumsum
      spdet                det
      spdiag               sparse (diag (...))
      spfind               find
      sphcat               horzcat
      spinv                inv
      spkron               kron
      splchol              chol (...,'lower')
      split                char (strsplit (s, t))
      splu                 lu
      spmax                max
      spmin                min
      spprod               prod
      spqr                 qr
      spsum                sum
      spsumsq              sumsq
      spvcat               vertcat
      str2mat              ?
      unmark_command       -
      unmark_rawcommand    -




   To: octave help mailing list<address@hidden>, address@hidden
   Subject: GNU Octave 3.6.1 Released
   From: "John W. Eaton"<address@hidden>

   The Octave developers are pleased to announce the release of GNU
   Octave 3.6.1.  This version is a major new release.

   The source code for Octave 3.6.1 is available for download at:

     http://ftp.gnu.org/gnu/octave
     ftp://ftp.gnu.org/gnu/octave

   Please see http://www.gnu.org/order/ftp.html for mirror sites around
   the world.  Or you may use http://ftpmirror.gnu.org/octave and you
   will be redirected automatically to a nearby mirror.

   Links to binary (executable) versions for various systems will be
   listed at http://octave.org/download.html as they become
   available.

   Please see http://octave.org/NEWS-3.6.html for a list of significant
   user-visible changes in this release.

   To help improve future versions, please report problems using the
   Octave bug tracker at http://bugs.octave.org.

   As always, many people contributed to this Octave release.  A complete
   list of contributors may be found in the Octave manual.

   GNU Octave is a high-level interpreted language, primarily intended
   for numerical computations.  It provides capabilities for the numerical
   solution of linear and nonlinear problems, and for performing
   other numerical experiments.  It also provides extensive graphics
   capabilities for data visualization and manipulation.  Octave is
   normally used through its interactive command line interface, but
   it can also be used to write non-interactive programs.  The Octave
   language is quite similar to Matlab so that most programs are easily
   portable.  A full description of Octave capabilities is available at
   http://octave.org/docs.html.

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]