Velibor Zeli
Velibor Zeli
I understand how difficult it is to split sentences that contain abbreviations and that adding abbreviations can have pitfalls, as it is nicely explained in #2154. However, I have stumbled...
I ran the example from [README.md](https://github.com/ibab/python-mle/blob/master/README.md) and it does not work because the implementation of the implicit import is wrong. Currently, the problem with the implicit import of mle is...
Two fixes: 1. Change type declaration with `newtype` into `data` since `AuthorName'` has two fields and `newtype` works only in types with one field 2. `Book''` is missing `AuthorName'` field...
Hi, I am using Python 3.10 and I have been building a package on top of QuantLib 1.32 and decided to upgrade to QuantLib 1.35. After the upgrade, I see...