File: News.txt

package info (click to toggle)
quantlib-python 0.2.1.cvs20020322-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,040 kB
  • ctags: 3,245
  • sloc: cpp: 32,997; python: 7,156; makefile: 70
file content (65 lines) | stat: -rw-r--r-- 1,945 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65


2002-XX-XX Release 0.3.0

Changes since Release 0.2.1:
    - in sync with QuantLib 0.3.0
    - more info on the tested library
    - using old version of the library forbidden
    - Using unittest methods for signaling failures
    - bug fixing
    - Exported derived and composite market element
    - Extended Monte Carlo tests

2001-12-03 Release 0.2.1

Changes since Release 0.2.0:
    - in sync with QuantLib 0.2.1
    - Upgraded to SWIG 1.3.9
    - changed iterator behavior in Python module
    - added __version__ and __hexversion__ export of C++ QL_VERSION and
      QL_HEX_VERSION
    - added 'testing QuantLib x.x.x' message to tests
    - updated and expanded test suite
    - updated Swig files' dependencies for MS VC++ project


===============================

2001-09-18 Release 0.2.0

Changes since Release 0.1.9:
  - added MS VC++ Project (useful for debugging and more)
  - added Actual/Actual classes
  - added day counter test
  - compiles with Borland free C++ compiler
  - Added more aliases for option types and rolling conventions
  - installation folders changed (for win32 and unixes)
  - improved default arguments
  - added many currencies
  - Added swaps to piecewise flat forward
  - clean compilation (no warnings)
  - added dividend-Rho greek
  - First implementation of segment integral (to be redesigned)
  - Knuth random generator
  - Cash flows, scheduler, and swap (both generic and simple) added
  - added ICGaussian random generator
  - generic bug fixes
  - Debian packages available



===============================

2001-05-30 Release 0.1.9

QuantLib-Python has been enucleated from QuantLib (QuantLib-Python 0.1.1 was
included in QuantLib 0.1.1)

This release is in sync with the QuantLib 0.1.9 release.

Changes since release 0.1.1:

  - Additions from QuantLib 0.1.9
  - Written test suite using the pyUnit framework
  - Distutils is now used for installation and source/binaries distributions