Releases: ansys/pymapdl
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
v0.61.2
What's Changed
- Implementation of database server by @akaszynski in #991
- cleanup doc build by @akaszynski in #994
- add direct channel feature by @akaszynski in #996
- check for empty geometry when plotting by @akaszynski in #999
- fix corba initialization by @akaszynski in #1000
Full Changelog: v0.61.1...v0.61.2
v0.61.1
What's Changed
Bug Fixes
- File uploader in MPREAD and MPWRITE by @germa89 in #976
- Empty mesh object instabilities by @germa89 in #972
- Fix MPREAD not having effect by @germa89 in #977
- Fix/page404 format by @germa89 in #982
- Feat/fix 404 not found page by @germa89 in #961
- mapdl.add_file_handler: correct lever.upper() by @beppo-dd in #967
- Fix mapdl: _log.logger.add_handler by @beppo-dd in #968
- Fix load file in local mode by @germa89 in #962
- Fixing domain in the notfound extension by @germa89 in #981
- Adding favicon to documentation by @germa89 in #983
Maintenance
- Using a newer version of pymapdl reader. by @germa89 in #980
- Bumping to 0.62.dev by @germa89 in #960
- Removing temp files in Math testing. by @germa89 in #973
- Use latest grpc package by @akaszynski in #970
- Improving unit test for
math.status
by @germa89 in #964
New Contributors
Full Changelog: v0.61.0...v0.61.1