X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=CreaPhase.git;a=blobdiff_plain;f=octave_packages%2Ffinancial-0.4.0%2Fpackinfo%2FNEWS;fp=octave_packages%2Ffinancial-0.4.0%2Fpackinfo%2FNEWS;h=99dd3da060149826dff2107784f2a409079b880e;hp=0000000000000000000000000000000000000000;hb=f5f7a74bd8a4900f0b797da6783be80e11a68d86;hpb=1705066eceaaea976f010f669ce8e972f3734b05 diff --git a/octave_packages/financial-0.4.0/packinfo/NEWS b/octave_packages/financial-0.4.0/packinfo/NEWS new file mode 100644 index 0000000..99dd3da --- /dev/null +++ b/octave_packages/financial-0.4.0/packinfo/NEWS @@ -0,0 +1,41 @@ +Summary of important user-visible changes for financial 0.4.0: +------------------------------------------------------------------- + + ** The following functions are new at financial 0.4.0: + + cfconv cfdur corr2cov cov2corr + + ** The following functions have been imported from the time package + which has been removed (it is now simply a dummy package that + lists the financial package as its single dependency): + + busdate busdays datefind datesplit + day daysact easter eomdate + fbusdate holidays hour isbusday + lbusdate lweekdate m2xdate minute + month months nweekdate second + thirdwednesday today x2mdate year + yeardays + + ** The following functions were made private (`fetch' should be used + directly instead): + + __fetch_google__ __fetch_yahoo__ + + ** The function `datesplit' (just imported from the time package) has + been deprecated in favour of `datevec' from Octave-core. + + ** The functions `rate' and `irr' should now be compatible with new + releases of octave. + + ** The function `fetch' should now work properly when using google + finnance to adapt to the UTF-8 file received. + + ** The function `dateaxis' should no longer enter in debug mode at the + end of its call. + + ** The package is now dependent on the io package (version 1.0.18 or + later) since the functions that it depended of from miscellaneous + package have been moved to io. + + ** Package is no longer automatically loaded.