Starting from this release, the Python wrappers provide support for the new free-threading interpreter in Python 3.14.
Features removed from the C++ library in this release were also removed from these wrappers; see lballabio/QuantLib-SWIG#783 for a full list.
- Due to limitations of SWIG in case of overloaded methods, the
constructors of
ContinuousAveragingAsianOptionandContinuousArithmeticAsianLevyEngineno longer accept keyword arguments in Python; - In the constructor of
ZeroCouponInflationSwapHelper, the incorrectly-namedbcdargument was renamed tobdc(for business-day convention); this can break calls using that keyword argument.
All the pull requests merged in this release are listed on its release page at https://github.com/lballabio/QuantLib-SWIG/releases/tag/v1.41.
The list of commits since the previous release is available in ChangeLog.txt.