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: Add a parent namespace to Parameters. #234

Closed jetuk closed 2 months ago

jetuk commented 2 months ago

Core Parameters can now be identified with an optional parent string. This is helpful for creating Parameters in compound nodes without risking naming conflicts with the user's own parameter names.

Fixes #179.