Pyansys Versions Save

Pythonic interface to MAPDL

v0.68.1

1 month ago

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: https://github.com/ansys/pymapdl/compare/v0.68.0...v0.68.1

v0.68.0

2 months ago

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

Maintenance

New Contributors

Full Changelog: https://github.com/ansys/pymapdl/compare/v0.67.0...v0.68.0

v0.67.0

7 months ago

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: https://github.com/ansys/pymapdl/compare/v0.66.0...v0.67.0

v0.66.0

8 months ago

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

New Contributors

Full Changelog: https://github.com/ansys/pymapdl/compare/v0.65.2...v0.66.0

v0.65.2

9 months ago

What's Changed

Documentation

Maintenance

Full Changelog: https://github.com/ansys/pymapdl/compare/v0.65.1...v0.65.2

v0.65.1

9 months ago

v0.65.0

11 months ago

What's Changed

New Features

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: https://github.com/ansys/pymapdl/compare/v0.64.1...v0.65.0

v0.64.1

1 year ago

What's Changed

New Features

Bug fixes or behavior changes

Documentation

Maintenance

New Contributors

Full Changelog: https://github.com/pyansys/pymapdl/compare/v0.64.0...v0.64.1

v0.64.0

1 year ago

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

Documentation

Maintenance

New Contributors

Full Changelog: https://github.com/pyansys/pymapdl/compare/v0.63.4...v0.64.0

v0.63.4

1 year ago