Many key parts of the codebase were missing typehints, or failing pyright checks. There were some inconsistencies with types found over the course of this PR (including #40). These sort of issues lead to problems such as #29.
This PR implements more type annotations, making it easier to catch bugs early and improving the dev experience when using ENTMOOT.
This PR also includes a pin to the pyomo version number to 6.7.0 to fix an issue with the pipeline tests failing.
Many key parts of the codebase were missing typehints, or failing pyright checks. There were some inconsistencies with types found over the course of this PR (including #40). These sort of issues lead to problems such as #29.
This PR implements more type annotations, making it easier to catch bugs early and improving the dev experience when using ENTMOOT.
This PR also includes a pin to the pyomo version number to
6.7.0
to fix an issue with the pipeline tests failing.