Skip to content

Releases: mdolab/pyXDSM

v2.3.0

17 May 17:27
c219b15
Compare
Choose a tag to compare

What's Changed

  • Switch to GHA by @nwu63 in #47
  • added GHA badge by @marcomangano in #49
  • Add auto fading for off-diagonal blocks by @nwu63 in #50
  • Change logic for auto-fading connections by @A-CGray in #53

Full Changelog: v2.2.2...v2.3.0

v2.2.2

25 Aug 14:41
b4e0c7a
Compare
Choose a tag to compare

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

05 Jan 19:50
259f56a
Compare
Choose a tag to compare

New features

  • Add option to write/build files in a specified directory (#40)

Bugfixes

None

Maintenance

  • defined constants for LEFT and RIGHT (#42)
  • Azure Transition (#38)

v2.2.0

13 Feb 15:49
6306fe0
Compare
Choose a tag to compare

This minor release drops support for Python 2.x. We currently test 3.6, 3.7, and 3.8. Other changes include:

  • Documentation update (#34, #35)
  • Updated tests and changed os.system call (#37)

v2.1.3

11 Sep 14:05
be1b4c0
Compare
Choose a tag to compare

This is another patch release for pyXDSM:

  • defined constants for the names of the different components, which can now be imported (#31)
  • maintenance updates (#32)

v2.1.2

28 May 13:05
3bcfab7
Compare
Choose a tag to compare

This is a bugfix release:

  • Bug fix for stacked systems (#29)
  • Better error checking for connect function (#28)

v2.1.1

27 Mar 16:01
2de9b77
Compare
Choose a tag to compare

Bug fixes:

Updates to CI/CD:

v2.1.0

23 Mar 23:30
28a1e2b
Compare
Choose a tag to compare
Add continous deployment  (#23)

* pypi deployment

* travis fix

* updated version

* travis debug

* cleaned .travis.yml

* moved license delaration back

* final CD tweaks

v2.0

30 Nov 20:00
735a5bd
Compare
Choose a tag to compare

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.