reaktoro / optima

A C++/Python library for numerical optimization calculations
GNU Lesser General Public License v2.1
12 stars 8 forks source link

Enable Python stubgen #24

Closed allanleal closed 9 months ago

allanleal commented 9 months ago

This pull request enables Python stubgen (using pybind11-stubgen) for the Python bindings of Optima, so that its usage in Visual Studio Code, for example, gets IntelliSense support from Pylance.