
2004-04-15 Release 0.3.6
Changes since Release 0.3.5:
    - in sync with QuantLib 0.3.6

2004-03-31 Release 0.3.5
Changes since Release 0.3.4:
    - in sync with QuantLib 0.3.5
    - migrated to SWIG 1.3.21

2003-11-21 Release 0.3.4
Changes since Release 0.3.3:
    - in sync with QuantLib 0.3.4
    - Removed tests duplicating C++ tests. The Python test-suite
      now tests Python-specific features only.
    - Added PyPI metadata

2003-09-03 Release 0.3.3
Changes since Release 0.3.1:
    - in sync with QuantLib 0.3.3
    - Migrated to SWIG 1.3.19

2003-02-04 Release 0.3.1
Changes since Release 0.3.0:
    - in sync with QuantLib 0.3.1
    - Migrated to SWIG 1.3.17
    - merged under a global QuantLib-SWIG project
    - bug fixing

2002-05-06 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
