Releases: ansys/pymapdl
v0.63.2
What's Changed
New Features
- Reducing
pymapdl-reader
dependency on themesh
module by @germa89 in #1299 - Using DPF in example by @germa89 in #1279
- Prioritize the non-student versions by @germa89 in #1422
Bug fixes or behavior changes
- Adding exception when starting database in a non-valid MAPDL version by @germa89 in #1286
- Adding ansys student support by @germa89 in #1335
- Fixing labeler again by @germa89 in #1343
- Improving post mortem info by @germa89 in #1344
- Replace stray usage of
_get_array
withget_array
by @rileychall in #1358 - Correct misnamed
nnum
toenum
by @rileychall in #1359 - Fix/lsread to non interactive by @germa89 in #1384
- Fix/corba import, Python version docs, and Python 3.10 smoke tests by @germa89 in #1385
- Fixing order import by @germa89 in #1386
- Adding database notes and some improvements by @germa89 in #1392
- Fix load_table by @akaszynski in #1402
- Removing redundant map function by @germa89 in #1403
- Small example fixes and improvements by @germa89 in #1412
- Improving error message in
mapdl.get_value
by @germa89 in #1413 - Fixing dependabot and commeter by @germa89 in #1432
- Improving input tests by @germa89 in #1433
- Including checkbox for updated environment in bug template by @germa89 in #1438
Documentation
Maintenance
- Bump sphinx from 5.0.2 to 5.1.0 in /requirements by @dependabot in #1292
- Bump imageio from 2.19.5 to 2.20.0 in /requirements by @dependabot in #1291
- Bump sphinx-gallery from 0.10.1 to 0.11.0 in /requirements by @dependabot in #1293
- Bump sphinx from 5.1.0 to 5.1.1 in /requirements by @dependabot in #1294
- Bump pyvista from 0.35.2 to 0.36.1 in /requirements by @dependabot in #1312
- Bump imageio from 2.20.0 to 2.21.0 in /requirements by @dependabot in #1311
- Bump scipy from 1.8.1 to 1.9.0 in /requirements by @dependabot in #1305
- Bump ansys-mapdl-reader from 0.51.14 to 0.51.15 in /requirements by @dependabot in #1322
- Bump sphinx-autodoc-typehints from 1.18.3 to 1.19.1 in /requirements by @dependabot in #1310
- Bump sphinx-autodoc-typehints from 1.19.1 to 1.19.2 in /requirements by @dependabot in #1329
- Bump imageio from 2.21.0 to 2.21.1 in /requirements by @dependabot in #1328
- Bump autopep8 from 1.6.0 to 1.7.0 in /requirements by @dependabot in #1334
- Bump ansys-sphinx-theme from 0.4.2 to 0.5.0 in /requirements by @dependabot in #1348
- Bump plotly from 5.9.0 to 5.10.0 in /requirements by @dependabot in #1349
- Bump matplotlib from 3.5.2 to 3.5.3 in /requirements by @dependabot in #1350
- Bump actions/upload-artifact from 2 to 3 by @dependabot in #1367
- Bump JamesIves/github-pages-deploy-action from 4.1.4 to 4.4.0 by @dependabot in #1366
- Bump actions/checkout from 2 to 3 by @dependabot in #1365
- Bump actions/setup-python from 2.2.2 to 4.2.0 by @dependabot in #1364
- Bump actions/cache from 2 to 3 by @dependabot in #1363
- Bump ansys-sphinx-theme from 0.5.0 to 0.5.1 in /requirements by @dependabot in #1361
- Bump actions/download-artifact from 2 to 3 by @dependabot in #1368
- Bump docker/login-action from 1 to 2 by @dependabot in #1369
- Bump codecov/codecov-action from 2 to 3 by @dependabot in #1370
- Bump sphinx-gallery from 0.11.0 to 0.11.1 in /requirements by @dependabot in #1374
- Bump pyansys-tools-report from 0.2.2 to 0.3.2 in /requirements by @dependabot in #1410
- Bump pythreejs from 2.3.0 to 2.4.1 in /requirements by @dependabot in #1409
- Bump scipy from 1.9.0 to 1.9.1 in /requirements by @dependabot in #1426
- Bump ansys-sphinx-theme from 0.5.1 to 0.5.2 in /requirements by @dependabot in #1425
- Bump imageio from 2.21.1 to 2.21.2 in /requirements by @dependabot in #1427
- Bump pandas from 1.4.3 to 1.4.4 in /requirements by @dependabot in #1435
- Bump ansys-mapdl-reader from 0.51.15 to 0.52.0 in /requirements by @dependabot in #1434
New Contributors
- @kmkoshy made their first contribution in #1319
- @rileychall made their first contribution in #1358
Thank you a lot to the new contributors!
Full Changelog: v0.63.0...v0.63.2
v0.63.1
What's Changed
New Features
- Adding exception when starting database in a non-valid MAPDL version by @germa89 in #1286
- Adding tags to documentation by @germa89 in #1282
Maintenance
- Bump sphinx from 5.0.2 to 5.1.0 in /requirements by @dependabot in #1292
- Bump imageio from 2.19.5 to 2.20.0 in /requirements by @dependabot in #1291
- Bump sphinx-gallery from 0.10.1 to 0.11.0 in /requirements by @dependabot in #1293
- Bump sphinx from 5.1.0 to 5.1.1 in /requirements by @dependabot in #1294
- Bump pyvista from 0.35.2 to 0.36.1 in /requirements by @dependabot in #1312
- Bump imageio from 2.20.0 to 2.21.0 in /requirements by @dependabot in #1311
- Bump scipy from 1.8.1 to 1.9.0 in /requirements by @dependabot in #1305
Full Changelog: v0.63.0...v0.63.1
v0.63.0
What's Changed
New Features
- Making PIM package lazy by @germa89 in #1151
- Adding 'convert_apdl_block' to docs by @germa89 in #1199
- Cancel old ongoing workflows by @RobPasMue in #1216
- Implement pyansys-tools-report in PyMAPDL by @RobPasMue in #1215
- Using global logger in licensing by @germa89 in #1259
- Improving solution error parsing by @germa89 in #1260
- Feat/extending pytest summary line length by @germa89 in #1220
- Improvements to
open_gui
by @germa89 in #1267 - Adding codeQL by @germa89 in #1236
- Double precision parameter retrieving by @germa89 in #1274
- Adding learning PyMAPDL section to docs by @germa89 in #1278
- Adding GUI pytest mark by @germa89 in #1269
- Injecting env vars in MAPDL process by @germa89 in #1219
- Download error page and helper by @germa89 in #1283
Bug fixes or behavior changes
- Fix language warning by @germa89 in #1191
- Fix identation in readme by @germa89 in #1192
- Timeout keyword argument not having effect by @germa89 in #1202
- Removing duplicated
CNCHECK
by @germa89 in #1198 - Fix
ANTYPE
docstring by @germa89 in #1197 - Fix/commenter by @germa89 in #1258
- Fixing using
clear_on_connect
by @germa89 in #1271
Documentation
- Fix nplot example by @akaszynski in #1159
- Use ansys-sphinx-theme by @akaszynski in #1165
- Exhaust Manifold example by @smedikon in #1248
Maintenance
- Bump imageio from 2.19.2 to 2.19.3 in /requirements by @dependabot in #1145
- Bump plotly from 5.8.0 to 5.8.1 in /requirements by @dependabot in #1174
- Bump sphinx-autodoc-typehints from 1.18.1 to 1.18.2 in /requirements by @dependabot in #1170
- Bump sphinx-autodoc-typehints from 1.18.2 to 1.18.3 in /requirements by @dependabot in #1186
- Bump plotly from 5.8.0 to 5.8.2 in /requirements by @dependabot in #1187
- Bump numpydoc from 1.3.1 to 1.4.0 in /requirements by @dependabot in #1182
- Bump ansys-sphinx-theme from 0.4.0 to 0.4.1 in /requirements by @dependabot in #1189
- Bump sphinx from 4.5.0 to 5.0.1 in /requirements by @dependabot in #1167
- Bump ansys-sphinx-theme from 0.4.1 to 0.4.2 in /requirements by @dependabot in #1193
- Bump sphinx from 5.0.1 to 5.0.2 in /requirements by @dependabot in #1204
- Bump plotly from 5.8.2 to 5.9.0 in /requirements by @dependabot in #1227
- Bump pandas from 1.4.2 to 1.4.3 in /requirements by @dependabot in #1224
- Bump jupyter-sphinx from 0.3.2 to 0.4.0 in /requirements by @dependabot in #1231
- Bump pyvista from 0.34.1 to 0.34.2 in /requirements by @dependabot in #1245
- Bump pyvista from 0.34.2 to 0.35.1 in /requirements by @dependabot in #1261
- Bump sphinx-notfound-page from 0.8 to 0.8.3 in /requirements by @dependabot in #1265
- Bump imageio from 2.19.3 to 2.19.5 in /requirements by @dependabot in #1273
- Bump pyvista from 0.35.1 to 0.35.2 in /requirements by @dependabot in #1272
- Removing extra templates and improving bug template. by @germa89 in #1281
New Contributors
- @clatapie made their first contribution in #1149
- @RobPasMue made their first contribution in #1216
- @smedikon made their first contribution in #1248
Full Changelog: v0.62.0...v0.63.0
v0.62.2
What's Changed
Bug fixes
- Update mapdl.py by @akaszynski and @germa89 in #1159
- Passing timeout by @akaszynski and @germa89 in #1202
- Improvements to open_gui by @akaszynski and @germa89 in #1267
Full Changelog: v0.62.1...v0.62.2
v0.62.1
What's Changed
New Features
Enhancements
Maintenance
- Bump imageio from 2.19.2 to 2.19.3 in /requirements by @dependabot in #1145
Full Changelog: v0.62.0...v0.62.1
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 effe...
v0.61.6
v0.61.5
What's Changed
Full Changelog: v0.61.4...v0.61.5
v0.61.4
What's Changed
- Add wheelhouse CI (#1076 )
Authored by: @akaszynski
Full Changelog: v0.61.3...v0.61.4
NOTE: This release is not available in PyPI.
v0.61.3
What's Changed
-
Allowing brackets and spaces in parameters name (#1052)
Authored by: @germa89, -
update test_grpc.py for rebranding changes (#1051)
Authored by: @dts12263, @germa89, -
Fix/mesh.elem not returning element numbers (#1006)
Authored by: @germa89, @akaszynski, -
Changing priority between env_vars and args. (#1026)
Authored by: @germa89, -
Fix misspelled _channel_str attribute (#1025)
Authored by: @germa89, -
Changing keyword args to avoid a savefig error. (#1027)
Authored by: @germa89, -
Avoiding nodes mapping in PyMAPDL. (#1005)
Authored by: @germa89, @akaszynski,
Full Changelog: v0.61.2...v0.61.3