Skip to content

v0.68.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 11:22
· 114 commits to main since this release

This is patch release aimed to fix some of PyMAPDL bugs, and improve some internal inner package inner workings.

Main changes

from ansys.mapdl.core.pool import LocalMapdlPool

pool = MapdlPool(2, start_instance=False, port=[50092, 50093])
print(pool)

image image

image image

What's Changed

New Features

Bug fixes or behavior changes

Documentation

Maintenance

Full Changelog: v0.68.0...v0.68.1