Skip to content

1.41

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jan 08:19
· 30 commits to master since this release
v1.41

Downloads:

Changes for QuantLib 1.41

Removals and deprecations

Features deprecated in release 1.36 were removed in this release; see #2348 for a full list.

A number of features were deprecated in this release and will be removed in a future release:

  • The ZeroInflationTermStructure::zeroRate and YoYInflationTermStructure::yoyRate overloads taking an observation lag; if needed, use the other overloads instead (but you should go through the corresponding indexes anyway).
  • The constructors of InterpolatedPiecewiseForwardSpreadedTermStructure, InterpolatedPiecewiseZeroSpreadedTermStructure and ZeroSpreadedTermStructure taking a day counter; use another constructor instead.
  • The ContinuousArithmeticAsianLevyEngine constructor taking a start date; use the other constructor and pass the start date to the option instead.
  • The ql/functional.hpp header; use #include <functional> instead.
  • The ql/tuple.hpp header; 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.hpp and ql/experimental/risk/sensitivityanalysis.hpp headers.

What's Changed

New Contributors

Full Changelog: v1.40...v1.41