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 core feature to pywr-schema. #163

Closed jetuk closed 5 months ago

jetuk commented 5 months ago

The "core" feature enables loading and building models with pywr-core. It is enabled by default. The main purpose is to reduce dependencies and build times if a user only wants to interact with the schema (i.e. not build or run a model).