Skip to content

Releases: ansys/pymapdl

v0.68.1

02 Apr 11:22
Compare
Choose a tag to compare

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

v0.68.0

27 Feb 22:09
Compare
Choose a tag to compare

Hey PyMAPDL users!

We've got some exciting updates coming your way with the latest release of our beloved pymapdl package! 🚀
This version do an important effort in improving PyMAPDL documentation and also solve many bug fixes.
There are also some important new features and enhancements.
Let's break it down and see what goodies await in version 0.68.0! 🎉✨

Main features

What's Changed

New Features

Enhancements

Bug fixes or behavior changes

Documentation

Read more

v0.67.0

11 Oct 13:53
Compare
Choose a tag to compare

This release is mainly because of maintenance reasons. There is no big changes or new features.

What's Changed

Bug fixes or behavior changes

Documentation

Maintenance

Full Changelog: v0.66.0...v0.67.0

v0.66.0

18 Sep 16:32
Compare
Choose a tag to compare

Hello there!

This new release has focused in two things:

Improved geometry API for plotting 🎨 (#2125)

This PR allows a more easy to maintain geometry plot API. Further more eases different entities plots and grouping. Thanks to this we can use mapdl.cmplot.

See Migration to the new geometry API

Introducing the component manager 🎰 (#2041)

Now you can access components using an API similar to the parameters one:

>>> mapdl.components
MAPDL Components
----------------
MYCOMP1                          : NODE
MYCOMP2                          : ELEM

and

>>> mapdl.components["mycomp1"]
Component(type='NODE', items=(1, 3, 6))

See Components API

Worth to mention 🤓

Additionally, we would like to highlight the following changes/improvements:

@ansys/pymapdl-maintainers and @ansys/pymapdl-developers hope you enjoy the new features! 🚀

What's Changed

New Features

Bug fixes or behavior changes

Documentation

Maintenance

  • Bump pandas from 2.0.1 to 2.0.2 by @dependabot in #2096
  • Bump to 0.66 by @germa89 in #2097
  • Bump imageio from 2.30.0 to 2.31.0 by @dependabot in #2105
  • Bump ansys-mapdl-reader from 0.52.13 to 0.52.14 by @dependabot in #2106
  • Bump plotly from 5.14.1 to 5.15.0 by @dependabot in #2107
  • Bump ansys-mapdl-reader, pytest and imageio by @github-actions in #2115
  • Fixing cache cleanup by @germa89 in #2124
  • Bump ansys-mapdl-reader from 0.52.15 to 0.52.16 by @dependabot in #2139
  • Bump scipy, pytest and sphinx-autodoc-typehints by @github-actions in #2145
  • Bump scipy, pytest and sphinx-autodoc-typehints by @github-actions in #2146
  • Bump pyansys-tools-report from 0.5.0 to 0.6.0 by @dependabot in #2153
  • Bump scipy from 1.11.0 to 1.11.1 by @dependabot in #2154
  • Bump pandas from 2.0.2 to 2.0.3 by @...
Read more

v0.65.2

09 Aug 18:37
Compare
Choose a tag to compare

v0.65.1

28 Jul 07:50
Compare
Choose a tag to compare
Allowing ansys-tools-path 0.2.4 for python3.7 compatibility

v0.65.0

02 Jun 09:54
Compare
Choose a tag to compare

What's Changed

New Features

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: v0.64.1...v0.65.0

v0.64.1

05 Apr 05:39
Compare
Choose a tag to compare

What's Changed

New Features

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: v0.64.0...v0.64.1

v0.64.0

19 Jan 17:12
Compare
Choose a tag to compare

New year 2023 wishes

PyMAPDL developers wish you a happy 2023!! 🎉

This release comes with tons of new features which we hope help you in this new year 😄

What's Changed

New Features

Bug fixes or behavior changes

Read more

v0.63.4

08 Dec 09:35
Compare
Choose a tag to compare
Bump version 0.63.4