v0.62.0
What's Changed
New Features
- Feat/added block support to convert module by @germa89 in #666
- Fix/load table wrong parameters by @germa89 in #709
- implement logger in convert_script by @germa89 in #717
- Feat/Adding contact friction stresses to post processing module by @germa89 in #739
- Fix missing arguments in inquire by @germa89 in #754
- Feat/post processing consistency properties by @germa89 in #778
- Fix/returning only values for selected elements in post processing by @germa89 in #777
- Updated gitignore to exclude PyCharm local settings folder. by @germa89 in #784
- Added import error messages regarding outdated API module. by @germa89 in #779
- Detaching file location input from Mapdl.input by @germa89 in #783
- Adding support to
***inq
functions by @germa89 in #799 - Adding binaries building and uploading to pypi by @germa89 in #818
- Feat/adding
input strings
function by @germa89 in #815 - Feat/Richer cmd output for listing commands by @germa89 in #816
- Feat/Boundary conditions listing wrappers by @germa89 in #819
- Add DIST output to the KDIST and NDIST by @RomanIlchenko1308 in #826
- Add docs to command output by @germa89 in #822
- clarify non supported commands by @germa89 in #843
- Adding pandas to test requirements by @germa89 in #859
- Print
/COM
to python console by @germa89 in #866 - Check printout option before using get by @germa89 in #867
- Return camera position is optional in general plotter by @germa89 in #865
- Adding extra argument to
*get
by @germa89 in #872 - Linking
mapdl.print_com
behavior tomapdl.mute
by @germa89 in #873 - Fix/improving converter by @germa89 in #862
- Send a MS Teams notification if nightlies (MAPDL or docs) fails by @germa89 in #882
- Fix
CDREAD
arguments by @germa89 in #881 - Fix wrong string argument in APDL logger by @germa89 in #878
- Adding Julia documentation by @germa89 in #880
- Fix/using reserved parameter name for variables by @germa89 in #915
- Added split_sharp_edges and feature angle to general plotter by @germa89 in #921
- Expand download options by @germa89 in #928
- Math module file uploader by @germa89 in #944
- Using cache when building documentation by @germa89 in #953
- Flexible number format in
_get_parameter_array
by @germa89 in #957 - File uploader in MPREAD and MPWRITE by @germa89 in #976
- Adding release github file. by @germa89 in #1035
- Extended examples as a section of examples by @germa89 in #1029
- Improving
save_ansys_path
function by @germa89 in #1047 - Command output repr by @koubaa in #1054
- Improving Github docker registry logging by @germa89 in #1057
- Not plotting if
return_plotter
is equalTrue
. by @germa89 in #1060 - Adding stale bot. by @germa89 in #1058
- Adding 'AWP_ROOT' var to get_ansys_bin by @germa89 in #1069
- Making
tqdm
optional by @germa89 in #1065 - Removing pyvista dependency by @germa89 in #1066
- Mapdl.info property by @germa89 in #1073
- Removing
scooby
dependency by @germa89 in #1092 - PyPIM integration by @plule-ansys in #1091
- Adding missing package to report class by @germa89 in #1109
- Adding contain and iter methods. by @germa89 in #1108
- Bump PyPIM dependency version to ~=1.0 by @plule-ansys in #1112
- Adding templates by @germa89 in #1115
- Boundary conditions plotting by @germa89 in #963
- Adding pickable nodes by @germa89 in #1123
- Add checks before accessing database by @FredAns in #1119
Bug fixes or behavior changes
- Fixed docker name in docker README. by @germa89 in #677
- Removing conversion from /COM to #. by @germa89 in #673
- Fixed double colorbar in example. by @germa89 in #672
- Fix/ use cdread inside input by @germa89 in #671
- Fix/ wrong if in self.directory by @germa89 in #680
- Fix/ missing empty arguments in int1 and maybe others - Convert module by @germa89 in #678
- Fix/ adding star repeat to non interactive only by @germa89 in #675
- Removing unnecessary exception log. by @germa89 in #676
- account for edge case with hidden nodes by @akaszynski in #755
- allow color parm for area plotting by @akaszynski in #770
- Fix parsing time values in
post_processing
module by @germa89 in #771 - Fix SystemError: <class 'OSError'> returned a result with an error set by @germa89 in #790
- Improved /TBFT function. by @germa89 in #782
- Fix/
log_file
keyword was not being used in_Mapdl
by @germa89 in #795 - Fix table format by @germa89 in #805
- Added missing return by @germa89 in #807
- Fixing broken code block by @germa89 in #803
- Fixing broken links. by @germa89 in #814
- Fixing wrong argument passing. by @germa89 in #832
- Fix/example00 block code by @germa89 in #825
- Update pytest in nightly mapdl check by @germa89 in #852
- Fixing
CWD
and failing tests by @germa89 in #860 - Fixing some minors errors on launcher.rst by @germa89 in #869
- Feat/print coms by @germa89 in #870
- Adding missing arguments to RESCONTROL by @germa89 in #868
- Fix
launcher_mapdl
documentation by @germa89 in #871 - Fixing some documentation format by @germa89 in #875
- Adding
long_description_content_type
by @germa89 in #877 - fixing anum by @germa89 in #893
- Fix/table rows by @germa89 in #884
- Fixing the nightly build by @germa89 in #916
- Updating returning parameters because of cpos by @germa89 in #923
- Fix nightly doc build by @germa89 in #948
- Fixing doc string. by @germa89 in #950
- Fix
SELTOL
always resetting to default values by @germa89 in #946 - Remove previous temporal files. by @germa89 in #943
- Fred ans/fix sym by @FredAns in #939
- Increasing the format for printing numbers in _get_parameter_array by @germa89 in #942
- Matching _version file to toml project. by @germa89 in #940
- Improving unit test for
math.status
by @germa89 in #964 - Feat/fix 404 not found page by @germa89 in #961
- Fix load file in local mode by @germa89 in #962
- Removing temp files in Math testing. by @germa89 in #973
- Fixing domain in the notfound extension by @germa89 in #981
- Fix MPREAD not having effect by @germa89 in #977
- Adding favicon to documentation by @germa89 in #983
- Fix/page404 format by @germa89 in #982
- Empty mesh object instabilities by @germa89 in #972
- Docker container location update by @germa89 in #1003
- Avoiding nodes mapping in PyMAPDL. by @germa89 in #1005
- Fix misspelled
_channel_str
attribute by @germa89 in #1025 - Changing keyword args default to avoid a savefig error. by @germa89 in #1027
- Updating docstring in
download
by @germa89 in #1023 - Fixing indentation in UPF python example by @germa89 in #1022
- Changing priority between env_vars and args. by @germa89 in #1026
- Fix/mesh.elem not returning element numbers by @germa89 in #1006
- Docstring formatting issues by @germa89 in #1033
- Fixing some format issues in WSL guide. by @germa89 in #1034
- Removing obsolete section by @germa89 in #1039
- update test_grpc.py for rebranding changes by @dts12263 in #1051
- Allowing brackets and spaces in parameters name by @germa89 in #1052
- Removing undesired command output by @germa89 in #1044
- Avoid
DLIST
parsing the ANSYS version by @germa89 in #1055 - Fixing release notes by @germa89 in #1056
- Fix pull request labeler by @germa89 in #1059
mapdl.input
not working in local and without fullpath by @germa89 in #1082- Fix labeler syntax by @jorgepiloto in #1085
- Fix labels name in autolabeler by @jorgepiloto in #1095
- Fix dependabot labeler by @jorgepiloto in #1100
- Fix failing load array test by @germa89 in #1097
- Fixing missing warn import by @germa89 in #1094
- Minor converter module docs fix by @germa89 in #1084
- Fixing
TBFT
not working by @germa89 in #1080 - Fixing equal sign in comments and title. by @germa89 in #1120
- Using non-fixed input and output files by @germa89 in #1130
- Fix empty arg in
_get_args_xsel
by @germa89 in #1141 - disable download bar always on by @akaszynski in #1143
Documentation
- Added examples to multiple commands by @jgd10 in #465
- Adding Python UPF documentation and examples by @germa89 in #716
- Add vm2 by @RomanIlchenko1308 in #728
- Add Verification Manual VM6 by @RomanIlchenko1308 in #756
- Revise Contributing topic to provide only MAPDL-specific info by @PipKat in #829
- Add Verification Manual VM7 by @RomanIlchenko1308 in #785
- Add Verification Manual VM9 by @RomanIlchenko1308 in #853
- Add Verification Manual VM8 by @RomanIlchenko1308 in #820
- Add Verification Manual VM10 by @RomanIlchenko1308 in #855
- Fixing requirements installations by @germa89 in #947
- Adding new example : dynamic simulation of PCB by @pmaroneh in #938
- Missing changes in PCB example by @germa89 in #954
- Minor adjustments to PCB example by @pmaroneh in #955
- Small fixes in the WSL Guide by @germa89 in #1040
- Minor pool documentation cleanup by @akaszynski in #1111
- Adding lathe cutter example by @germa89 in #1131
- Example/Tech demo 28 by @germa89 in #731
Maintenance
- Bump matplotlib from 3.5.1 to 3.5.2 in /requirements by @dependabot in #1098
- Bump imageio from 2.19.0 to 2.19.1 in /requirements by @dependabot in #1110
- no longer need to pin ansys-mapdl-reader req by @akaszynski in #1116
- Bump plotly from 5.7.0 to 5.8.0 in /requirements by @dependabot in #1118
- Bump pypandoc from 1.7.5 to 1.8 in /requirements by @dependabot in #1117
- Bump imageio from 2.19.1 to 2.19.2 in /requirements by @dependabot in #1122
- Bump scipy from 1.8.0 to 1.8.1 in /requirements by @dependabot in #1126
- Bump pypandoc from 1.8 to 1.8.1 in /requirements by @dependabot in #1132
- Bump ansys-mapdl-reader from 0.51.11 to 0.51.13 in /requirements by @dependabot in #1134
- Bump pyansys-sphinx-theme from 0.2.3 to 0.3.0 in /requirements by @dependabot in #1137
- Bump pyansys-sphinx-theme from 0.3.0 to 0.3.1 in /requirements by @dependabot in #1142
New Contributors
- @1081 made their first contribution in #387
- @dependabot made their first contribution in #449
- @da1910 made their first contribution in #498
- @germa89 made their first contribution in #581
- @jleonatti made their first contribution in #608
- @RomanIlchenko1308 made their first contribution in #728
- @PipKat made their first contribution in #829
- @MaxJPRey made their first contribution in #864
- @mgalloue made their first contribution in #919
- @dts12263 made their first contribution in #949
- @pmaroneh made their first contribution in #938
- @beppo-dd made their first contribution in #967
- @koubaa made their first contribution in #1054
- @jorgepiloto made their first contribution in #1067
- @plule-ansys made their first contribution in #1091
Full Changelog: 0.58.0...v0.62.0