2
2
QuantLib is a cross-platform, free/open-source quantitative finance C++
3
3
library for modeling, pricing, trading, and risk management in real-life.
4
4
5
- Version 0.3.14 has been released and is available for download at
5
+ Version 0.4.0 has been released and is available for download at
6
6
<http://quantlib.org/download.shtml>.
7
7
See <http://quantlib.org/reference/history.html>
8
- for a summary of the changes since version 0.3.13 .
8
+ for a summary of the changes since version 0.3.14 .
9
9
10
10
QuantLib depends on the Boost library (www.boost.org). You will need a
11
11
working Boost installation in order to compile and use QuantLib.
@@ -15,21 +15,20 @@ Instructions for installing Boost from sources are available at
15
15
Pre-packaged binaries might be available from other sources. Google is
16
16
your friend (or Debian, or Fink...)
17
17
18
- Version 0.3.14 is the last QuantLib release to support the Borland
19
- free compiler 5.5 and Microsoft Visual C++ 6.0. If you use one of
20
- these compilers and want support to continue, you can volunteer for
21
- maintaining the necessary patches: contact the QuantLib developers for
22
- information.
18
+ Version 0.4.0 no longer supports the Borland free compiler 5.5 and
19
+ Microsoft Visual C++ 6.0. If you use one of these compilers and want
20
+ support to continue, you can volunteer for maintaining the necessary
21
+ patches: contact the QuantLib developers for information.
23
22
24
23
Python, Ruby, Guile, and MzScheme bindings are available for QuantLib
25
- 0.3.14 as well as experimental Java, C#, Perl, OCaml, and R bindings;
24
+ 0.4.0 as well as experimental Java, C#, Perl, OCaml, and R bindings;
26
25
an Excel add-in is also provided. Instructions for download are at
27
26
<http://quantlib.org/download.shtml>.
28
27
29
28
Please log any problems you have with this release in the SourceForge
30
29
bug tracker at
31
30
<http://sourceforge.net/tracker/?group_id=12740&atid=112740>
32
- specifying that you're using QuantLib 0.3.14 .
31
+ specifying that you're using QuantLib 0.4.0 .
33
32
34
33
The QuantLib group
35
34
0 commit comments