-
Notifications
You must be signed in to change notification settings - Fork 196
/
CHANGES.txt
30 lines (24 loc) · 1.1 KB
/
CHANGES.txt
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
PyQL CHANGELOG
==============
Pre 0.2
-------
* YieldTermStructure refactor: internal storage of the term structures is now
done under the format of a Handle[YieldTermStructure] or a RelinkableHandle
if created with relinkable=True. Downstream methods are now all protected
when using empty handles.
* Swap example is now working.
* Builds are finally usable on Windows 32 and 64 bit (two tests are failing due
to numerical issues but the Singleton problem is fixed)
* Python 3 support added (credits to Ed Schofield)
* Drop support of Python 2.6
* Many small fixes (seel full commit logs)
* Added partial interface to Hull-White model
* CalibrationHelper refactor: HestonHelper, SwaptionHelper now inherit from CalibrationHelper
* Added support for the hybrid Heston/Hull-White model and several support classes used by this model.
Release 0.1
-----------
The main new feature of this version is the Market class hierarchy.
It provides a place for keeping all the market conventions specific
to a market segment.
- Added interface to IMM dates
- In Market, you can now bootstrap curves with ED Futures