Features deprecated in release 1.36 were removed in this release; see lballabio#2348 for a full list.
A number of features were deprecated in this release and will be removed in a future release:
- The
ZeroInflationTermStructure::zeroRateandYoYInflationTermStructure::yoyRateoverloads taking an observation lag; if needed, use the other overloads instead (but you should go through the corresponding indexes anyway). - The constructors of
InterpolatedPiecewiseForwardSpreadedTermStructure,InterpolatedPiecewiseZeroSpreadedTermStructureandZeroSpreadedTermStructuretaking a day counter; use another constructor instead. - The
ContinuousArithmeticAsianLevyEngineconstructor taking a start date; use the other constructor and pass the start date to the option instead. - The
ql/functional.hppheader; use#include <functional>instead. - The
ql/tuple.hppheader; use#include <tuple>instead. - The now empty
ql/experimental/averageois/arithmeticaverageois.hpp,ql/experimental/averageois/arithmeticoisratehelper.hpp,ql/experimental/averageois/makearithmeticaverageois.hpp,ql/experimental/risk/creditriskplus.hppandql/experimental/risk/sensitivityanalysis.hppheaders.
All the pull requests merged in this release are listed on its release page at https://github.com/lballabio/QuantLib/releases/tag/v1.41.
The list of commits since the previous release is available in ChangeLog.txt.