Skip to content

v2.0

Compare
Choose a tag to compare
@ewu63 ewu63 released this 30 Nov 20:00
735a5bd

This is a new release of the pyXDSM package. The content changes are:

  • Removed Analysis block, since it is redundant with Function. We will now use Function and ImplicitFunction to denote these.
  • Removed LP_Optimization block, as there is no difference between LP_Optimization and Optimization.
  • Group and ImplicitGroup have been added. These take the same explicit/implicit colors as the corresponding analysis blocks, but use chamfered rectangles as their shape.
  • SubOptimization has been added

And the style (i.e. color) changes:

  • After much deliberation, we have moved to the Tableau 20 color palette, specifically the lighter colors there. In this process, we still try to match to the color scheme of the original publication whenever possible.
  • Implicit components (both analysis and group) are now using the red color which was freed up after we removed Analysis blocks
  • DOE now takes the same color as Optimization

Please see the updated examples, and in particular the kitchen sink example to get an idea of what v2.0 looks like.