Skip to content

Releases: ansys/pymapdl

v0.60.7

03 Mar 18:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.60.6...v0.60.7

v0.60.6

02 Feb 07:27
Compare
Choose a tag to compare

Full Changelog: v0.60.5...v0.60.6

v0.60.5

21 Jan 15:39
Compare
Choose a tag to compare

Full Changelog: v0.60.4...v0.60.5

v0.60.4

06 Jan 23:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.60.3...v0.60.4

v0.60.3

25 Nov 04:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.60.2...v0.60.3

v0.60.2

02 Nov 05:10
Compare
Choose a tag to compare

This release includes a variety of patches including:

Full Changelog: v0.60.1...v0.60.2

v0.60.1

21 Oct 05:12
Compare
Choose a tag to compare

Hotfix to patch logo at our online documentation at mapdldocs.pyansys.com

What's Changed

Full Changelog: v0.60.0...v0.60.1

v0.60.0

20 Oct 15:36
Compare
Choose a tag to compare

v0.60.0 Release Notes

With the release of v0.60.0, we improve both the licensing check and patch the distributed memory parallel usage bug on Windows when running under a VPN. Other features and bug fixes for this release include:

Features

  • Refactor logging to use a global logger for the library while tracking individual instances. Critical for tracking output from multiple instances of MAPDL.
  • Add extended examples to our documentation.
  • Add license check. Automatically watch the license debug file and include this in the raised exception when MAPDL fails to connect. Helpful for debugging failed starts, especially on VPN.
  • Improve and extend existing inline-functions. Permit direct interface to MAPDL to allow for mute=True or NOPR.
  • Add ip parameter on the launcher.

Bug-Fixes

  • Patch NOPR usage. Disable whenever possible to avoid conflicting behavior when using pymapdl interactively.
  • Use Windows MPI by default when launching MAPDL on Windows.
  • Patch CDWRITE and other file operations to account for both local and remote execution.
  • Wrap CMATRIX

Miscellaneous

  • Variety of code refactoring to better follow PEP8 standards through flake8
  • Improved documentation build performance.
  • Usage of autoformatter black
  • Add VM3-5 to the examples
  • Use numpydoc for our documentation.

Thanks all for contributing!

PyMAPDL 0.59.5 Release Notes

25 Aug 05:06
Compare
Choose a tag to compare

This is a patch release for PyMAPDL. Includes the following changes or additions:

Features

  • New option to automatically create a SciPy Array + Fix for Float Sparse Arrays (#568)
  • inline functions (#539, #540, #536, #534)

Bug Fixes

  • Fix nplot parameters (#548)

Documentation

  • Fix missing logo (#570) and remove version requirements for Jinja2 (#569)
  • Fix additional switches documentation in (#565)
  • Add contact element example (#546)
  • Documentation cleanup (#533)
  • Edited examples in docstrings to use new API (#552)

Patch Ignored Commands

20 Feb 17:31
a6db30a
Compare
Choose a tag to compare

Certain element checks within the solve command result in errors that are actually warnings and do not halt the solve. This release implements a patch that ignores those element distortion errors and instead passes them as a Python warning.