v0.68.1
This is patch release aimed to fix some of PyMAPDL bugs, and improve some internal inner package inner workings.
Main changes
- Fixing not passing
start_instance
. Bug wherestart_instance
was not passed when provided as argument tolaunch_mapdl
. - Improving precision in array retrieval. The precision for arrays obtained from the MAPDL has been greatly improved.
- Allow
pool
to connect to remote MAPDL instances. Now you can spawn several MAPDL instances and useMapdlPool
to connect to them using theport
argument:
from ansys.mapdl.core.pool import LocalMapdlPool
pool = MapdlPool(2, start_instance=False, port=[50092, 50093])
print(pool)
- Legend glyphs improvements. The glyphs for boundary conditions are now fixed
What's Changed
New Features
- Adding screenshot method. by @germa89 in #2846
- Update trnopt command to 23R2. by @germa89 in #2852
- Removing redundancies by @germa89 in #2854
- Allow
pool
to connect to remote MAPDL instances by @germa89 in #2862 - Adding more error catching by @germa89 in #2901
- Legend glyphs improvements by @germa89 in #2902
- Adding a warning if there is a conflict between env vars and arguments by @germa89 in #2913
- ci: use
feat/seo-improvements
branch ofansys/actions
for doc-deploy by @Revathyvenugopal162 in #2930 - Improving precision in array retrieval by @germa89 in #2955
Bug fixes or behavior changes
- Downgrading packages by @germa89 in #2843
- Avoiding loading pyvista objects with module by @germa89 in #2873
- Fixing not passing start_instance by @germa89 in #2878
- Fix edge case were MAPDL to start and we do not initialize self._version by @germa89 in #2897
- Fixing the image cache issue by @germa89 in #2898
- Adding codecov token to the uploader action by @germa89 in #2880
- Revert "MAINT: Bump the documentation group in /.devcontainer with 3 updates (#2884)" by @germa89 in #2900
- Skipping
test_xpl.py::test_save
on v24.2 by @germa89 in #2905 - Renaming LocalMapdlPool class by @germa89 in #2907
- Fix linkchecker workflow by @germa89 in #2906
- Fixing infinite loop cache cleaner by @germa89 in #2917
- Avoiding having both "start_instance" and "ip" set. by @germa89 in #2912
- Ignoring
PYMAPDL_START_INSTANCE
env var on CLIpymapdl start
by @germa89 in #2915 - Fix doc builds in Windows by @germa89 in #2922
- Fix Windows tests by @germa89 in #2918
- Fixing escaping characters in docstrings by @germa89 in #2952
Documentation
- Fix documentation by @germa89 in #2848
- Using tabs more widely by @germa89 in #2849
- maint:
conf.py
by @clatapie in #2869 - Updating
README.rst
file by @clatapie in #2132 - Some format fix in docstrings by @germa89 in #2954
Maintenance
- Update to 0.69.dev by @germa89 in #2832
- Do not use cache if on release or updating dependencies by @germa89 in #2831
- MAINT: Bump the testing group with 1 update by @dependabot in #2835
- Update Pandas in codespaces by @germa89 in #2842
- Using only one script to launch MAPDL by @germa89 in #2863
- Running docker pull in the background by @germa89 in #2864
- Cleaning and externalising functions in ci.yml by @germa89 in #2868
- MAINT: Bump the actions group with 1 update by @dependabot in #2870
- Setting julia cicd by @germa89 in #2874
- Update ansys-sphinx-theme by @germa89 in #2876
- MAINT: Bump the core group with 1 update by @dependabot in #2890
- MAINT: Bump the grpc-deps group with 1 update by @dependabot in #2889
- MAINT: Bump the documentation group with 1 update by @dependabot in #2899
- MAINT: Bump pyvista[trame] from 0.43.3 to 0.43.4 by @dependabot in #2895
- MAINT: Bump the testing group with 2 updates by @dependabot in #2893
- MAINT: Bump the actions group with 2 updates by @dependabot in #2909
- Using while in cache cleaner branch side by @germa89 in #2911
- Adding a more comprehensive printing in pytest by @germa89 in #2920
- MAINT: Bump the testing group with 1 update by @dependabot in #2925
- Adding v242 to CICD by @germa89 in #2929
- MAINT: Bump the testing group with 1 update by @dependabot in #2943
- MAINT: Bump the documentation group with 1 update by @dependabot in #2942
- MAINT: Bump the actions group with 1 update by @dependabot in #2958
- Update minimal python version by @germa89 in #2956
Full Changelog: v0.68.0...v0.68.1