Robbie
Robbie
Closes #450 ## Previous logic For `as_data_array` when `coords` is provided: - If array is constant, broadcast to coords - If array is pandas or xarray, ignore coords and use...
Closes #513 ## Changes proposed in this Pull Request Add `LinearExpression.from_constant` ## Checklist - [X] Code changes are sufficiently documented; i.e. new functions contain docstrings and further explanations may be...
Is there an easy way to create a linear expression with a constant? It would be nice to be able to have a simple method that allows you to pass...