0.9.0 release branch

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

0.9.0 release branch

Luigi Ballabio

Hi all,
        I've just created a release branch for QuantLib 0.9.0. You can check it
out from the Subversion repository at
<https://quantlib.svn.sourceforge.net/svnroot/quantlib/branches/R000900-branch>.

As usual, bug fixes should be committed on the branch; new developments
should go on the trunk.

Later,
        Luigi


--

Poets have been mysteriously silent on the subject of cheese.
-- Gilbert K. Chesterton



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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.0 release branch

Marco Marchioro
Hi Luigi,
the new branch compiles and passes the tests on OS X, Tiger(10.4.11),
as compiled on my MacBook Pro.
I would be interested to know if anybody manage to compile it on  
Leopard.

Marco

+-------------------------------------------------------+
| Marco Marchioro, Ph. D., Head of Quantitative Finance |
|                    www.statpro.com                    |
+-------------------------------------------------------+

On Tuesday, 2007-11-27 , at 13:50 , Luigi Ballabio wrote:

>
> Hi all,
> I've just created a release branch for QuantLib 0.9.0. You can  
> check it
> out from the Subversion repository at
> <https://quantlib.svn.sourceforge.net/svnroot/quantlib/branches/ 
> R000900-branch>.
>
> As usual, bug fixes should be committed on the branch; new  
> developments
> should go on the trunk.
>
> Later,
> Luigi
>
>
> --
>
> Poets have been mysteriously silent on the subject of cheese.
> -- Gilbert K. Chesterton
>
>
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev

smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: 0.9.0 release branch

Marco Marchioro
Hi,
I was able to compile QuantLib 0.9.0 on Leopard, OS X 10.5.2, GCC 4.0.1,
after installing XCode 3.0.
However, all tests pass but one:

--------------
Testing swaption volatility cube (sabr interpolation)...
Testing spreaded swaption volatility cube...
Testing volatility cube observability...
Testing swaption volatility matrix...
swaptionvolatilitymatrix.cpp(128): fatal error in  
"SwaptionVolatilityMatrixTest::testSwaptionVolMatrixCoherence":
recovery of 0th swap tenor failed for floating reference date,  
floating market data:
expected swap tenor  = 1Y
   actual swap tenor  = 1Y
expected swap length = 1
   actual swap length = 1.00274
Testing swaption volatility matrix observability...
Testing term structure against evaluation date change...
-------------

Anybody knows why this happens?

Marco


--
Marco Marchioro, Ph. D, Quantitative Finance Group, www.statpro.com





On Wednesday, 2007-11-28 , at 15:10 , Marco Marchioro wrote:

> Hi Luigi,
> the new branch compiles and passes the tests on OS X, Tiger(10.4.11),
> as compiled on my MacBook Pro.
> I would be interested to know if anybody manage to compile it on  
> Leopard.
>
> Marco
>
> +-------------------------------------------------------+
> | Marco Marchioro, Ph. D., Head of Quantitative Finance |
> |                    www.statpro.com                    |
> +-------------------------------------------------------+
>
> On Tuesday, 2007-11-27 , at 13:50 , Luigi Ballabio wrote:
>
>>
>> Hi all,
>> I've just created a release branch for QuantLib 0.9.0. You can  
>> check it
>> out from the Subversion repository at
>> <https://quantlib.svn.sourceforge.net/svnroot/quantlib/branches/R000900-branch 
>> >.
>>
>> As usual, bug fixes should be committed on the branch; new  
>> developments
>> should go on the trunk.
>>
>> Later,
>> Luigi
>>
>>
>> --
>>
>> Poets have been mysteriously silent on the subject of cheese.
>> -- Gilbert K. Chesterton
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2005.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> QuantLib-dev mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/quantlib-dev
>
> -------------------------------------------------------------------------
> SF.Net email is sponsored by: The Future of Linux Business White Paper
> from Novell.  From the desktop to the data center, Linux is going
> mainstream.  Let it simplify your IT future.
> http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4_______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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.0 release branch

Luigi Ballabio

On Feb 20, 2008, at 5:15 PM, Marco Marchioro wrote:

> I was able to compile QuantLib 0.9.0 on Leopard, OS X 10.5.2, GCC
> 4.0.1,
> after installing XCode 3.0.
> However, all tests pass but one:
>
> --------------
> Testing swaption volatility matrix...
> swaptionvolatilitymatrix.cpp(128): fatal error in
> "SwaptionVolatilityMatrixTest::testSwaptionVolMatrixCoherence":
> recovery of 0th swap tenor failed for floating reference date,
> floating market data:
> expected swap tenor  = 1Y
>    actual swap tenor  = 1Y
> expected swap length = 1
>    actual swap length = 1.00274
> -------------
>
> Anybody knows why this happens?

Marco,
        it's a bug that, due to Murphy's law, surfaced shortly after release.
It was some mismatch in date/time calculation. Unfortunately, the
resulting lengths matched in December. It was fixed on the trunk
sometime last month.

Luigi


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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.0 release branch

David Brown
The same thing happens with WINDOWS6, VC9, BOOST 1.38, and QL-0.9.7.

Where could I find the trunk you are referring to or does this need more coding?

I'll continue to investigate.


Best,
David Brown




Luigi Ballabio wrote
On Feb 20, 2008, at 5:15 PM, Marco Marchioro wrote:
> I was able to compile QuantLib 0.9.0 on Leopard, OS X 10.5.2, GCC
> 4.0.1,
> after installing XCode 3.0.
> However, all tests pass but one:
>
> --------------
> Testing swaption volatility matrix...
> swaptionvolatilitymatrix.cpp(128): fatal error in
> "SwaptionVolatilityMatrixTest::testSwaptionVolMatrixCoherence":
> recovery of 0th swap tenor failed for floating reference date,
> floating market data:
> expected swap tenor  = 1Y
>    actual swap tenor  = 1Y
> expected swap length = 1
>    actual swap length = 1.00274
> -------------
>
> Anybody knows why this happens?

Marco,
        it's a bug that, due to Murphy's law, surfaced shortly after release.
It was some mismatch in date/time calculation. Unfortunately, the
resulting lengths matched in December. It was fixed on the trunk
sometime last month.

Luigi


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
QuantLib-dev mailing list
QuantLib-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/quantlib-dev
Reply | Threaded
Open this post in threaded view
|

Re: 0.9.0 release branch

tamasrs (Bugzilla)
SVN trunk:

https://quantlib.svn.sourceforge.net/svnroot/quantlib/trunk/QuantLib

you alos need an svn client like this:

http://tortoisesvn.tigris.org/

Best,

TRS

On 15 Feb 2009, at 20:46, uptotibet wrote:

>
> The same thing happens with WINDOWS6, VC9, BOOST 1.38, and QL-0.9.7.
>
> Where could I find the trunk you are referring to or does this need  
> more
> coding?
>
> I'll continue to investigate.
>
>
> Best,
> David Brown
>
>
>
>
>
> Luigi Ballabio wrote:
>>
>>
>> On Feb 20, 2008, at 5:15 PM, Marco Marchioro wrote:
>>> I was able to compile QuantLib 0.9.0 on Leopard, OS X 10.5.2, GCC
>>> 4.0.1,
>>> after installing XCode 3.0.
>>> However, all tests pass but one:
>>>
>>> --------------
>>> Testing swaption volatility matrix...
>>> swaptionvolatilitymatrix.cpp(128): fatal error in
>>> "SwaptionVolatilityMatrixTest::testSwaptionVolMatrixCoherence":
>>> recovery of 0th swap tenor failed for floating reference date,
>>> floating market data:
>>> expected swap tenor  = 1Y
>>>   actual swap tenor  = 1Y
>>> expected swap length = 1
>>>   actual swap length = 1.00274
>>> -------------
>>>
>>> Anybody knows why this happens?
>>
>> Marco,
>>  it's a bug that, due to Murphy's law, surfaced shortly after  
>> release.
>> It was some mismatch in date/time calculation. Unfortunately, the
>> resulting lengths matched in December. It was fixed on the trunk
>> sometime last month.
>>
>> Luigi
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> QuantLib-dev mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/quantlib-dev
>>
>>
>
> --
> View this message in context: http://www.nabble.com/0.9.0-release-branch-tp13970225p22027367.html
> Sent from the quantlib-dev mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San  
> Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the  
> Enterprise
> -Strategies to boost innovation and cut costs with open source  
> participation
> -Receive a $600 discount off the registration fee with the source  
> code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> QuantLib-dev mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/quantlib-dev


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
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.0 release branch

Luigi Ballabio
In reply to this post by David Brown
On Sun, 2009-02-15 at 12:46 -0800, uptotibet wrote:
> The same thing happens with WINDOWS6, VC9, BOOST 1.38, and QL-0.9.7.
>
> Where could I find the trunk you are referring to or does this need more
> coding?

It does need more coding.

> I'll continue to investigate.

Yes, please do.

Luigi


--

I have yet to see any problem, however complicated, which, when you
looked at it in the right way, did not become still more complicated.
-- Poul Anderson



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev