Skip to content

Releases: mdolab/pyXDSM

v2.3.2

19 Mar 15:28
682f44c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

10 Feb 17:35
97104ba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

17 May 17:27
c219b15

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

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

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

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

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

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

Choose a tag to compare

Bug fixes:

Updates to CI/CD:

v2.1.0

23 Mar 23:30
28a1e2b

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