[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.18,1.19
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-06-20 19:13:25
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25340 Modified Files: todo.csv Log Message: add support for QuantLib::Matrix as return value Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** todo.csv 20 Jun 2006 09:18:11 -0000 1.18 --- todo.csv 20 Jun 2006 19:13:18 -0000 1.19 *************** *** 14,18 **** "OH","Design","if user supplies objectID stub he must ensure it's unique / link objectID stub to calling cell (?)","done",1,"31/05/2006", ,,,,,, ! ,,"add support for Matrix / Array as input / output","in progress",,, ,,"performance profile of workbook YieldCurveMonitor.xls",,,, ,,"YC bootstrap fails if workbook RateHelpers.xls is open",,,, --- 14,19 ---- "OH","Design","if user supplies objectID stub he must ensure it's unique / link objectID stub to calling cell (?)","done",1,"31/05/2006", ,,,,,, ! ,,"accept input params of variable type e.g. 1) date or European exercise 2) volatility or BlackSwaptionEngine",,,, ! ,,"add support for Array as input / output",,,, ,,"performance profile of workbook YieldCurveMonitor.xls",,,, ,,"YC bootstrap fails if workbook RateHelpers.xls is open",,,, *************** *** 20,25 **** ,,"calculate memory usage of repository",,,, ,,"count the number of functions available in the addin",,,, ! ,,"add VC8 makefile to generate .chm documentation from metadata","done",,"16/06/2006", ,,"delete VanillaOption->setEngine()","cancelled",,,"can't until pricing engines are converted into objects" ,,"in autogenerated code - suppress call to objectPointer->setPermanent() if input parameter permanent is FALSE","done",,"15/06/2006", ,,"don't rely on try/catch to control processing flow for deriving Enumerations (in templates in qla/conversions.hpp)","done",,"16/06/2006", --- 21,29 ---- ,,"calculate memory usage of repository",,,, ,,"count the number of functions available in the addin",,,, ! ,,"when input vector passed to loop function convert inputs on each loop iteration and catch exceptions one-by-one",,,, ! ,,"Object to hold reference to CallingRange so we can support Object->isOrphaned() etc.",,,, ,,"delete VanillaOption->setEngine()","cancelled",,,"can't until pricing engines are converted into objects" + ,,"add support for Matrix as input / output","done",,, + ,,"add VC8 makefile to generate .chm documentation from metadata","done",,"16/06/2006", ,,"in autogenerated code - suppress call to objectPointer->setPermanent() if input parameter permanent is FALSE","done",,"15/06/2006", ,,"don't rely on try/catch to control processing flow for deriving Enumerations (in templates in qla/conversions.hpp)","done",,"16/06/2006", |