Releases: mdolab/pyXDSM
Releases · mdolab/pyXDSM
v2.3.0
v2.2.2
What's Changed
- Update azure-pipelines.yaml by @marcomangano in #43
- Add ability to specify additional latex packages by @A-CGray in #44
- Allow fading of connection edges, inputs, and outputs by @A-CGray in #45
New Contributors
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0
This is a new release of the pyXDSM package. The content changes are:
- Removed
Analysis
block, since it is redundant withFunction
. We will now useFunction
andImplicitFunction
to denote these. - Removed
LP_Optimization
block, as there is no difference betweenLP_Optimization
andOptimization
. Group
andImplicitGroup
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 asOptimization
Please see the updated examples, and in particular the kitchen sink example to get an idea of what v2.0 looks like.