pyql icon indicating copy to clipboard operation
pyql copied to clipboard

Cython QuantLib wrappers

Results 22 pyql issues
Sort by recently updated
recently updated
newest added

Hi, Win10x64 Python 3.7.1 VS 2017 QL 1.15 Boost 1.69 (prebuilt boost_1_69_0-msvc-14.1-64.exe) I followed the following instructions https://pyql.readthedocs.io/en/latest/getting_started.html#installation-from-source-on-windows 1/ Step f. I get lots of warnings although VS says the...

Hi I am a new user to pyql. After installation and giving it a try for the past week, I found that the library is lacking tutorial and documentation. Maybe...

I've just built pyql with boost 1.61 and QL master on Win64 and am seeing the below errors: ``` ====================================================================== FAIL: test_smith (quantlib.test.test_heston_model.HestonModelTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File...

The pickle file cannot be loaded into pandas dataframe under the following env: Python 3.7 Pandas 1.1.3 Could we switch to csv files as data source for the examples? Pickle...

i`ve install xcode,boost & cython. then run setup.py ,but the terminal shows 1 error below: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -I/Users/Sean/opt/anaconda3/include -arch x86_64 -I/Users/Sean/opt/anaconda3/include -arch x86_64...

I'm trying to build pyql for WIN32 x64 in the following environment: - Python 3.6.2 | packaged by conda-forge | (default, Jul 23 2017, 22:58:45) [MSC v.1900 64 bit (AMD64)]...

https://github.com/enthought/pyql/commit/27e9d9bf2427f161d4b34d7c8b0a32932bbd2b8d withNominal is not in quantlib < 1.13

It looks like currency.pyx uses `__eq__` method, which was introduced in cython 0.27. The docs state the minimum required version for cython is 0.24.1. If a later version of cython...

Dear pyql developers, I am experiencing the following compilation error on my platform: ---------------------------------------------------------------- quantlib/time/date.cpp:1722:80: error: no type named 'Hour' in namespace 'QuantLib' ...PyObject* __Pyx_PyInt_From_QuantLib_3a__3a_Hour(QuantLib::Hour value); ~~~~~~~~~~^ quantlib/time/date.cpp:1725:82: error: no...