Bethany Nicholson

Results 76 comments of Bethany Nicholson

We discussed a few implementation changes during the dev call today so I'm going to mark this as a draft for now

@DLWoodruff @bknueven would either of you be able to attend a future Pyomo dev meeting to talk about this PR? We're curious if this should be added as an alternative...

@whart222 we should edit this to add a clear set of classes/methods/functions that we're going to consider the "Pyomo API" and add documentation and API tests for. It doesn't have...

This as discussed at the Pyomo dev call and we decided to add an `EmptyModel` termination condition to catch this case.

@alexchandel we have been working to redesign/refactor our core solver API for some time (see https://github.com/Pyomo/pyomo/issues/1030) and we have had design discussions internally that noted many of the same issues...

@staadecker I'm cleaning up old issues. Can this be closed?

@yurivict this is the command we use to run pytest on Pyomo in our automated testing infrastructure: ``` $PYTHON_EXE -m pytest -v \ -W ignore::Warning $CATEGORY \ pyomo `pwd`/pyomo-model-libraries \...

@adowling2 @jialuw96 I think the consensus was to go with version 2 of the logo, "Pyomo.DoE". Can you remove version 1 from this PR? Once that's done this will be...

@adowling2 looks like the logo was not included in the readthedocs documentation in #2294 so there is nothing to break. Do you plan to add it as part of this...

@darrylmelander @michaelbynum this PR has been open for a while, any updates or plans for finishing this?