Skip to content

v0.68.2

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 16:40
· 145 commits to main since this release

Hello PyMAPDL user!

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

Main changes

  • Added or fixed some MAPDL command: #3023, and #3037.
  • Improved MapdlPool class to connect to multiple remote IPs #3048
>>> pool = MapdlPool(ip=["127.0.0.2", "127.0.0.3", "127.0.0.4"])
Creating Pool: 100%|########| 3/3 [00:01<00:00,  1.43it/

What's Changed

Added

  • feat: add a MAPDL version section in for bug issues #2982
  • feat: adding some env var print to report #2999
  • feat: adding cycexpand command #3023
  • feat: update vfquery #3037
  • feat: add argument to disable run_at_connect in MapdlGrpc #3047
  • feat: allowing passing IP to MapdlPool #3048
  • feat: add argument to disable run_at_connect in MapdlGrpc #3049
  • feat: converting chained APDL commands to PyMAPDL context manager #3154
  • feat: allowing multiple IPs for remote connection on MapdlPool #3166
  • feat: implementing ansys/actions/changelogs and adding release note in documentation #3019
  • feat: adding option to _ctrl command #3002
  • feat: making old API function discoverable when Click is not installed #3086

Changed

  • refactor: refactoring CLI #2960
  • ci: having only one set of Dependabot rules #3107
  • ci: adding tag for doc review #3118
  • ci: remove OS package duplicate #3147
  • ci: using trusted publisher release process #3171

Fixed

  • fix: avoiding future sphinx warning #3035
  • fix: update the general files to align with PyAnsys standards #3151
  • fix: combine the docker-compose files #3169

Documentation

  • docs: adding previous changes in changelog.d repository #3182
  • docs: clarifying MAPDL commands API section #3071
  • docs: HPC documentation #2966
  • docs: adding ML-Genetic Algorithm example #2981
  • docs: customize agent for linkchecker #2998
  • docs: setting docs version to v241 #3024
  • docs: adding documentation about remote mapdl pool #3046
  • docs: update a minor typo in mapdl.rst #3140

Dependencies

  • build: bump autopep8 from 2.2.0 to 2.3.0 in the testing group #3179
  • build: bump pyvista[trame] from 0.43.9 to 0.43.10 #3180
  • build: bump ansys-sphinx-theme from 0.16.5 to 0.16.6 in the core group across 1 directory #3181

Miscellaneous

  • chore: removing cdb files #3036

New Contributors

Release notes: https://mapdl.docs.pyansys.com/version/stable/changelog.html
Full Changelog: v0.68.1...v0.68.2