fmilthaler / FinQuant

A program for financial portfolio management, analysis and optimisation.
MIT License
1.38k stars 190 forks source link

Bugfix/deprecation num py #77

Closed PietropaoloFrisoni closed 1 year ago

PietropaoloFrisoni commented 1 year ago

Fixes #72. Creating a numpy ndarray from ragged nested sequences is deprecated.

It is now necessary to specify the additional parameter 'dtype=object'.

fmilthaler commented 1 year ago

Thanks again. That looks good to me. Once the other PRs are merged (and this one updated), I'll approve and merge this one! :)