QuantLib-SWIG
QuantLib-SWIG copied to clipboard
QuantLib wrappers to other languages
The first 40% of the tests succeeded, and then failures began... I can't tell, if that's just tolerances being too tight or something more dangerous. Using version 1.38. QuantLib itself...
Although SWIG would regenerate the `R/QuantLib.R` and `src/QuantLib.cpp` (why even bundle them with the distribution?), nothing will be compiled after that -- and nothing will be _installed_ by `make install`...
The build succeeds nicely: ``` ===> Building for dotnet-QuantLib-1.37 --- cpp/quantlib_wrap.cpp --- rm -f csharp/*.cs /opt/bin/swig -csharp -c++ -outdir csharp -namespace QuantLib -o cpp/quantlib_wrap.cpp ../SWIG/quantlib.i --- all --- /usr/bin/make all-am...
While `make check` in `Python/` ends with a cheerful green message giving the number of passed tests, the one under `Java/` simply lists certain numbers -- with ample NaNs among...
Hey, there! Can you add support python 3.14?
Hello QuantLib team 👋 First of all, thank you for your great work on maintaining QuantLib and the Python bindings 🙏. We recently started experimenting with Python 3.13/3.14 compiled with...