0.9.5 release branch

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

0.9.5 release branch

Luigi Ballabio

Hi all,
        since a new release is long overdue, and since I've only so much time,
I've created the 0.9.5 release branch; you can check it out from the
Subversion repository as
<https://quantlib.svn.sourceforge.net/svnroot/quantlib/branches/R000905-branch>.

Apologies to those whose contributions didn't make into this release.
I'll try to add them shortly, and to make another release to get them
out in the open.

For those with svn access: as usual, bug fixes should now go on the
0.9.5 branch, while new features should be added on the trunk.

Luigi


--

Westheimer's Discovery:
A couple of months in the laboratory can frequently save a
couple of hours in the library.



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: 0.9.5 release branch

LordByron
SWIG CSharp -as well as other target languages i guess- files are missing in
the 0.9.5 relase.


----- Original Message -----
From: "Luigi Ballabio" <[hidden email]>
To: "QuantLib developers" <[hidden email]>
Sent: Thursday, July 03, 2008 12:00 PM
Subject: [Quantlib-dev] 0.9.5 release branch


>
> Hi all,
> since a new release is long overdue, and since I've only so much time,
> I've created the 0.9.5 release branch; you can check it out from the
> Subversion repository as
> <https://quantlib.svn.sourceforge.net/svnroot/quantlib/branches/R000905-branch>.
>
> Apologies to those whose contributions didn't make into this release.
> I'll try to add them shortly, and to make another release to get them
> out in the open.
>
> For those with svn access: as usual, bug fixes should now go on the
> 0.9.5 branch, while new features should be added on the trunk.
>
> Luigi
>
>
> --
>
> Westheimer's Discovery:
> A couple of months in the laboratory can frequently save a
> couple of hours in the library.
>
>
>
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev 


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: 0.9.5 release branch

Luigi Ballabio
On Fri, 2008-07-04 at 17:03 +0300, Harun Özkan wrote:
> SWIG CSharp -as well as other target languages i guess- files are missing in
> the 0.9.5 relase.

I know---they're not stored in the Subversion repository. You have to
generate them with SWIG. They will be included in the released tarball.

Luigi


--

Better to remain silent and be thought a fool than to speak out and
remove all doubt.
-- Abraham Lincoln



-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: 0.9.5 release branch

Ferdinando M. Ametrano-3
In reply to this post by Luigi Ballabio
On Thu, Jul 3, 2008 at 11:00 AM, Luigi Ballabio
<[hidden email]> wrote:
> I've created the 0.9.5 release branch; you can check it out from the
> Subversion repository as
> <https://quantlib.svn.sourceforge.net/svnroot/quantlib/branches/R000905-branch>.

I'm testing VC 7/8/9 and so far everything is ok but the following
error in the test suite:
Testing QR solve...
unknown location(0): fatal error in
"QuantLib::detail::quantlib_test_case(&MatricesTest::testQRSolve)":
memory access violation occurred at address 0x01c8d000, while
attempting to  read inaccessible data
c:\projects\devenv\r000905-branch\quantlib\test-suite\utilities.hpp(76):
last checkpoint
Test is aborted

The error is obtained using VC7 with boost 1.35. No problem with VC8.

I don't have time to investigate further... any volunteer to take a look at it?

thanks

ciao -- Nando

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: 0.9.5 release branch

Klaus Spanderen-2
In reply to this post by Luigi Ballabio
Hi

Nando wrote:
>I'm testing VC 7/8/9 and so far everything is ok but the following
>error in the test suite:
>Testing QR solve...

Thanks for hint, this problem is caused by a bug in qrdecomposition.cpp. The
file attached should fix it (.. and valgrind is now fine with the test
suite). Give me another day to double check it.

regards
  Klaus

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev

qrdecomposition.cpp (4K) Download Attachment