[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.27,1.28
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-07-04 12:09:14
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9043 Modified Files: todo.csv Log Message: Excel Function Wizard - change default behavior to "no calc" instead of "calc" Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** todo.csv 4 Jul 2006 10:43:25 -0000 1.27 --- todo.csv 4 Jul 2006 12:09:10 -0000 1.28 *************** *** 22,31 **** "OH","Functions","ohPack() broken not removing empty cells from end of range e.g. for timeseries",,,1,, "gensrc",,"add support for QuantLib::Array as input / output",,,1,,"e.g. qlEigenValues" ! "gensrc",,"fix problem with implicit conversion for return values of type Rate/Spread/DiscountFactor/Time (double typedefs)",,,1,, ! "gensrc",,"implement support for coercion between required datatypes for function input/output parameters",,,1,,"date->EuropeanExercise, volatility->BlackSwaptionEngine, etc." ! "gensrc",,"Function Wizard disabled by default",,,1,, "gensrc",,"complete the separation of core gensrc functionality from platform- and library-specific functionality",,,1,, "gensrc",,"add optional long description to function metadata",,,,, - "gensrc",,"remove description of return value from function metadata","done",,,04/07/2006, ,,"Handle - automate conversions so it's not necessary for developer to implement linkTo for every class",,,,, ,,"enumeration as return value (string) should be same as the input value Period, DayCounter",,,1,, --- 22,32 ---- "OH","Functions","ohPack() broken not removing empty cells from end of range e.g. for timeseries",,,1,, "gensrc",,"add support for QuantLib::Array as input / output",,,1,,"e.g. qlEigenValues" ! ,,,,,,, ! "gensrc",,"coercion implicit conversion between required datatypes for function input/output parameters",,,1,,"date->EuropeanExercise, volatility->BlackSwaptionEngine, etc." ! "gensrc",,"Function Wizard disabled by default","done",,1,04/07/2006, ! "gensrc",,"fix problem with implicit conversion for return values of type Rate/Spread/DiscountFactor/Time (double typedefs)","done",,1,04/07/2006, ! "gensrc",,"remove description of return value from function metadata","done",,,04/07/2006, "gensrc",,"complete the separation of core gensrc functionality from platform- and library-specific functionality",,,1,, "gensrc",,"add optional long description to function metadata",,,,, ,,"Handle - automate conversions so it's not necessary for developer to implement linkTo for every class",,,,, ,,"enumeration as return value (string) should be same as the input value Period, DayCounter",,,1,, |