[Pkg-octave-commit] [octave-financial] 01/05: Merge tag 'upstream/0.5.0'

Sébastien Villemot sebastien at debian.org
Thu Feb 4 13:09:05 UTC 2016


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

sebastien pushed a commit to branch master
in repository octave-financial.

commit 9f8d56523e829df2b61cf04ab0bb3dba3f0bea7e
Merge: a5498ae 606dfae
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Feb 4 13:45:37 2016 +0100

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0

 DESCRIPTION                 |  13 +-
 INDEX                       |  31 ++-
 NEWS                        |  66 +++++-
 inst/@diffusion/diffusion.m |  84 ++++++++
 inst/@diffusion/display.m   |  38 ++++
 inst/@diffusion/subsasgn.m  |  47 +++++
 inst/@diffusion/subsref.m   |  43 ++++
 inst/@drift/display.m       |  38 ++++
 inst/@drift/drift.m         |  88 ++++++++
 inst/@drift/subsasgn.m      |  47 +++++
 inst/@drift/subsref.m       |  43 ++++
 inst/@sde/display.m         |  43 ++++
 inst/@sde/sde.m             | 170 +++++++++++++++
 inst/@sde/simByEuler.m      | 447 ++++++++++++++++++++++++++++++++++++++++
 inst/@sde/simulate.m        |  83 ++++++++
 inst/@sde/subsasgn.m        |  77 +++++++
 inst/@sde/subsref.m         |  35 ++++
 inst/binprice.m             | 150 ++++++++++++++
 inst/blkimpv.m              |  73 +++++++
 inst/blkprice.m             |  59 ++++++
 inst/blsdelta.m             |  72 +++++++
 inst/blsgamma.m             |  66 ++++++
 inst/blsimpv.m              | 170 +++++++++++++++
 inst/blslambda.m            |  85 ++++++++
 inst/blsprice.m             |  81 ++++++++
 inst/blsrho.m               |  74 +++++++
 inst/blstheta.m             |  82 ++++++++
 inst/blsvega.m              |  66 ++++++
 inst/bm.m                   |  47 +++++
 inst/bolling.m              |  19 +-
 inst/busdate.m              |   8 +-
 inst/busdays.m              |   4 +-
 inst/cev.m                  |  49 +++++
 inst/cfconv.m               |   4 +-
 inst/cfdur.m                |   2 +-
 inst/cir.m                  |  64 ++++++
 inst/corr2cov.m             |   6 +-
 inst/cov2corr.m             |   6 +-
 inst/datesplit.m            | 492 --------------------------------------------
 inst/day.m                  |  22 +-
 inst/fetch.m                | 298 +++++++++++++--------------
 inst/gbm.m                  |  58 ++++++
 inst/google.m               |  88 ++++----
 inst/heston.m               |  81 ++++++++
 inst/holidays.m             | 169 +++++++++++----
 inst/hour.m                 |  21 +-
 inst/hwv.m                  |  49 +++++
 inst/isbusday.m             |   4 +-
 inst/macd.m                 |  87 ++++++++
 inst/minute.m               |  21 +-
 inst/month.m                |  27 ++-
 inst/opprofit.m             |  65 ++++++
 inst/private/blscheck.m     |  64 ++++++
 inst/private/fetch_google.m | 206 ++++++++++---------
 inst/private/fetch_yahoo.m  | 198 +++++++++---------
 inst/private/sdenvars.m     |  49 +++++
 inst/rate.m                 |   2 +-
 inst/renko.m                | 124 +++++++++++
 inst/sdeddo.m               |  57 +++++
 inst/sdeld.m                |  49 +++++
 inst/sdemrd.m               |  85 ++++++++
 inst/second.m               |  21 +-
 inst/weeknum.m              | 126 ++++++++++++
 inst/yahoo.m                |  88 ++++----
 inst/year.m                 |  35 +++-
 65 files changed, 4132 insertions(+), 1034 deletions(-)

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



More information about the Pkg-octave-commit mailing list