salvadorgarciamunoz / kipet

Development repository for Kipet.
GNU General Public License v3.0
20 stars 17 forks source link

Minor syntax updates, Jupyter notebook plot support #163

Closed kwmcbride closed 3 years ago

kwmcbride commented 3 years ago

This is a smaller update that fixes several smaller issues including the following:

  1. Pyomo gives a warning when the domain Any is used for Param. This has been updated to Reals
  2. Plotting for Jupyter Notebooks has been included
  3. Unit displays have been fixed

Once merged, this will be exactly the same as the PyPi package 0.1.3

mchlshort commented 3 years ago

Hi @kwmcbride, haven't had time to test anything, but I can provide the review for the pull!

kwmcbride commented 3 years ago

Thanks for the approval. I am working on tests at the moment and fixing some bugs. My priority is to get packages for Anaconda up and running for this current version.