pywr / pywr-next

An experimental repository exploring ideas for a major revision to Pywr using Rust as a backend.
6 stars 4 forks source link

feat: Implement Parameter<usize> for PyParameter. #137

Closed jetuk closed 6 months ago

jetuk commented 6 months ago

This supports using PyParameter as an index parameter with updated schema to define the return type of the Python method.

jetuk commented 6 months ago

I've added those types to the public API. They now appear in the docs.