Skip to content

1.41

Latest

Choose a tag to compare

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

Downloads:

Changes for QuantLib-SWIG 1.41

Starting from this release, the Python wrappers provide support for the new free-threading interpreter in Python 3.14.

Removed features

Features removed from the C++ library in this release were also removed from these wrappers; see #783 for a full list.

Possibly breaking changes

  • Due to limitations of SWIG in case of overloaded methods, the constructors of ContinuousAveragingAsianOption and ContinuousArithmeticAsianLevyEngine no longer accept keyword arguments in Python;
  • In the constructor of ZeroCouponInflationSwapHelper, the incorrectly-named bcd argument was renamed to bdc (for business-day convention); this can break calls using that keyword argument.

What's Changed

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