Didrik Pinte

Results 40 comments of Didrik Pinte

@ceaza you would need to write the same kind of cython wrappers as we did for the various instruments that are exposed through pyql. For example here are the standard...

@ceaza you'll definitely need an IDE. Using print statements for error tracking is not the best way to do things. PyQL has a decent test suite and you would test...

Pycharm will work fine. Spyder too. You'll probably have to play with the command line for the compilation steps. Windows is the hardest platform as it requires a custom build...

@ceaza feel free to contact me by e-mail if you need more technical details.

@david-wolf there are not short term plans but we would gladly accept patches!

@dhirschfeld `test_bond_schedule_anotherday_bug_cython_implementation` means you're missing the patch on the QL source. It is required to make sure the singleton works properly when the C++ code is linked with `pyql`. See...

Keep me updated. Having working windows builds is important for the project!

@dhirschfeld which version of VStudio do you use?

@dhirschfeld regarding the warnings, I think it should be safe as we don't access directly the attributes that are not exposed to the dll. I will need to take the...

@dhirschfeld can you let me know which py3 version you use? That will help making sure we're testing exactly the same things