Carleton Coffrin
Carleton Coffrin
If your code loads a package, its best practice to put at least a version lower bound on that package. This used to be enforced by the Julia ecosystem managers.
v0.4.1 @JuliaRegistrator register()
This should be fixed by https://github.com/lanl-ansi/GasModels.jl/issues/150
Table display is fixed as far as I know. When it gets too wide you end up with a left-right scrollbar. Not idea but that is workable in a pinch...
On the topic of math model docs. I recently found a nice way of linking the equations to the function documentation here, https://lanl-ansi.github.io/PowerModels.jl/dev/math-model/
I dropped this feature in IM v0.5 because it was not obvious how we could easily generalize across packages and I didn't really see a need for it anymore. Do...
Got ya. The generalization you propose could work. Another option is to have a function that each package can overload as they prefer. Part of my motivation was that a...
Great!
@kaarthiksundar, can we get this into the v0.7 release?
Making storage a node-connecting component is recommended. Storage design complexities (i.e. compressors and values) can integrated into the lumped model.