Skip to content

Releases: ansys/pymapdl

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

v0.62.3

08 Dec 08:45
0782fea
Compare
Choose a tag to compare
BUMP: version 0.62.3

v0.61.7

07 Dec 17:20
8304fa6
Compare
Choose a tag to compare
BUMP: version 0.61.7

v0.63.3

11 Oct 19:01
Compare
Choose a tag to compare

What's Changed

New Features

None

Bug fixes or behavior changes

Full Changelog: v0.63.2...v0.63.3