Skip to content

Tags: paul-giltinan/QuantLib-SWIG

Tags

QuantLib-SWIG-v1.15

Toggle QuantLib-SWIG-v1.15's commit message
Main changes for QuantLib-SWIG 1.15

===================================

More details on the changes are available in ChangeLog.txt and at
<https://github.com/lballabio/QuantLib-SWIG/milestone/8?closed=1>.

- Add `settlementMethod` parameter to `Swaption` constructor.

- Add `polynomOrder`, `polynomType` and `nCalibrationSamples`
  parameters to `MCAmericanBasketEngine` constructor.

Starting from next release, the SWIG wrappers will make use of the
native SWIG support for `shared_ptr`.  This will cause us to drop
support for Perl, which doesn't provide the functionality.  If you're
interested in keeping the Perl module alive, consider contacting the
SWIG maintainers and asking advice about providing native `shared_ptr`
support for that language.

QuantLib-SWIG-v1.14

Toggle QuantLib-SWIG-v1.14's commit message
Main changes for QuantLib-SWIG 1.14

===================================

More details on the changes are available in ChangeLog.txt and at
<https://github.com/lballabio/QuantLib-SWIG/milestone/7?closed=1>.

- Dropped support for Visual Studio 2008.
- Exported the `Calendar::holidayList` method (thanks to Piotr Siejda).
- Exported Thailand calendar (thanks to Matthias Groncki).
- Exported the `InterpolatedSurvivalProbabilityCurve` class (thanks to
  Matthias Lungwitz).
- Exported the `SmileSection` base class and a few derived classes
  (thanks to Matthias Lungwitz).
- Exported Bibor and THBFIX indices (thanks to Matthias Groncki).
- Exported the `force_overwrite` parameter from the `Index::addFixing`
  method (thanks to Wojciech Slusarski).
- Exported CMS-spread coupons and leg (thanks to Matthias Lungwitz).
- Added protection start date argument to `CreditDefaultSwap`
  constructor (thanks to GitHub user pschaefers).
- Exported the `MakeVanillaSwap` class (thanks to Matthias Groncki).
- Exported the `IsdaCdsEngine` class and added Python example (thanks to
  Weston Steimel and GitHub user aliallday).
- Exported the `COSHestonEngine` class (thanks to Klaus Spanderen).
- Exported the `SwingOption` class and related classes and added Python
  and Scala examples (thanks to Klaus Spanderen).
- Added Python example for Gaussian 1D model (thanks to Angus Lee).
- Added option to use the `AutoCloseable` interface in the Java wrappers
  instead of finalizers.  Use the `--enable-java-autocloseable`
  configure switch to enable the interface.  The separate switch
  `--disable-java-finalizer` disables finalizers entirely, and should
  be used with caution.

QuantLib-SWIG-v1.13

Toggle QuantLib-SWIG-v1.13's commit message
QuantLib-SWIG release 1.13.

QuantLib-SWIG-v1.12

Toggle QuantLib-SWIG-v1.12's commit message

Unverified

This user has not yet uploaded their public signing key.
Update changelog and news.

QuantLib-SWIG-v1.11

Toggle QuantLib-SWIG-v1.11's commit message
QuantLib-SWIG release 1.11.

QuantLib-SWIG-v1.10

Toggle QuantLib-SWIG-v1.10's commit message
QuantLib-SWIG release 1.10.

QuantLib-SWIG-v1.9

Toggle QuantLib-SWIG-v1.9's commit message
Use print syntax compatible with Python 3.5.

QuantLib-SWIG-v1.8

Toggle QuantLib-SWIG-v1.8's commit message
Change forecast for release date.

QuantLib-SWIG-v1.7

Toggle QuantLib-SWIG-v1.7's commit message
Update changelog.

QuantLib-SWIG-v1.6.1

Toggle QuantLib-SWIG-v1.6.1's commit message
Update changelog and news.